Building on m1-c.ocamllabs.io (from ocaml/opam:debian-unstable@sha256:0689b2c0bae81ca736a3cf47bf9f45d784bdbc49ceb862d61cac3392c998d272) 2022-04-06 18:25.14 ---> using "9694d2e78ab3fcaaf506053043dc404ac6350d10eabcb4e61663e36a98d481fd" from cache /: (user (uid 1000) (gid 1000)) /: (env OPAMPRECISETRACKING 1) /: (env OPAMUTF8 never) /: (env OPAMEXTERNALSOLVER builtin-0install) /: (env OPAMCRITERIA +removed) /: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam")) 2022-04-06 18:25.14 ---> using "f1435c573d465aa4a3b32f3496f8ddaab4c185e5f8720ec93f2b8f5b9c107d4b" from cache /: (run (network host) (shell "rm -rf ~/opam-repository && git clone -q 'https://github.com/ocaml/opam-repository' ~/opam-repository && git -C ~/opam-repository checkout -q aa1f173b2a62d094b9857fa09cf471a46424c4a8")) 2022-04-06 18:25.14 ---> using "16ab3e697c9012d52ecf2d027a886d80445d47f3204474de827be3a6a09ce5bd" from cache /: (run (shell "rm -rf ~/.opam && opam init -ya --bare --config ~/.opamrc-sandbox ~/opam-repository")) Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally from built-in defaults. Checking for available remotes: rsync and local, git. - you won't be able to use mercurial repositories unless you install the hg command on your system. - you won't be able to use darcs repositories unless you install the darcs command on your system. <><> Fetching repository information ><><><><><><><><><><><><><><><><><><><><><> [default] Initialised User configuration: [NOTE] Make sure that ~/.profile is well sourced in your ~/.bashrc. ~/.profile is already up-to-date. 2022-04-06 18:25.14 ---> using "161fa26fa8ff94f6712afd15c3db137cd2e1a4ac1ac76e29aae43348e67b52d7" from cache /: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam switch create --repositories=default '4.07' '4.07.1'")) <><> Installing new switch packages <><><><><><><><><><><><><><><><><><><><><><> Switch invariant: ["ocaml-base-compiler" {= "4.07.1"} | "ocaml-system" {= "4.07.1"}] <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> installed base-bigarray.base -> installed base-threads.base -> installed base-unix.base -> retrieved ocaml-base-compiler.4.07.1 (https://github.com/ocaml/ocaml/archive/4.07.1.tar.gz) -> installed ocaml-base-compiler.4.07.1 -> installed ocaml-config.1 -> installed ocaml.4.07.1 Done. # Run eval $(opam env --switch=4.07) to update the current shell environment 2022-04-06 18:25.14 ---> using "5f9f712df40b16568ad616d4c902653810c1935ad19547a1aefbd39235885edb" from cache /: (run (network host) (shell "opam update --depexts")) + /usr/bin/sudo "apt-get" "update" - Get:1 http://deb.debian.org/debian unstable InRelease [165 kB] - Get:2 http://deb.debian.org/debian unstable/main amd64 Packages.diff/Index [63.6 kB] - Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2022-04-06-1404.48-F-2022-03-29-0803.54.pdiff [526 kB] - Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2022-04-06-1404.48-F-2022-03-29-0803.54.pdiff [526 kB] - Fetched 755 kB in 3s (296 kB/s) - Reading package lists... - 2022-04-06 18:25.14 ---> using "b56a5a808c80e8dec1fd04d0a08a7dd0490b36e9180a21e5b8eb0ed271b953db" from cache /: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install -y ocaml-secondary-compiler")) The following actions will be performed: === install 1 package - install ocaml-secondary-compiler 4.08.1-1 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved ocaml-secondary-compiler.4.08.1-1 (https://github.com/ocaml/ocaml/archive/4.08.1.tar.gz) -> installed ocaml-secondary-compiler.4.08.1-1 Done. # Run eval $(opam env) to update the current shell environment 2022-04-06 18:25.14 ---> using "ef648a55bce2b1cbe3783f53d7aa5758cb767730fd57dabb6d99289cc091a868" from cache /: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "\ \nopam remove -y \"apron.20150930\"\ \nopam install -vy \"apron.20150930\"\ \nres=$?\ \nif [ $res = 31 ]; then\ \n if opam show -f x-ci-accept-failures: \"apron.20150930\" | grep -q '\"debian-unstable\"'; then\ \n echo \"This package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\"\ \n exit 69\ \n fi\ \nfi\ \n\ \n\ \nexit $res\ \n")) Nothing to do. [NOTE] apron.20150930 is not installed. The following actions will be performed: === install 8 packages - install apron 20150930 - install camlidl 1.09 [required by apron] - install conf-gmp 4 [required by mlgmpidl] - install conf-mpfr 3 [required by mlgmpidl] - install conf-perl 2 [required by apron] - install conf-pkg-config 2 [required by conf-mpfr] - install mlgmpidl 1.2.14 [required by apron] - install ocamlfind 1.9.3 [required by apron] The following system packages will first need to be installed: libgmp-dev libmpfr-dev pkg-config <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> Let opam run your package manager to install the required system packages? (answer 'n' for other options) [Y/n] y + /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libgmp-dev" "libmpfr-dev" "pkg-config" - debconf: delaying package configuration, since apt-utils is not installed - Selecting previously unselected package libglib2.0-0:amd64. - (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 18470 files and directories currently installed.) - Preparing to unpack .../0-libglib2.0-0_2.72.0-1+b1_amd64.deb ... - Unpacking libglib2.0-0:amd64 (2.72.0-1+b1) ... - Selecting previously unselected package libglib2.0-data. - Preparing to unpack .../1-libglib2.0-data_2.72.0-1_all.deb ... - Unpacking libglib2.0-data (2.72.0-1) ... - Selecting previously unselected package libgmpxx4ldbl:amd64. - Preparing to unpack .../2-libgmpxx4ldbl_2%3a6.2.1+dfsg-3_amd64.deb ... - Unpacking libgmpxx4ldbl:amd64 (2:6.2.1+dfsg-3) ... - Selecting previously unselected package libgmp-dev:amd64. - Preparing to unpack .../3-libgmp-dev_2%3a6.2.1+dfsg-3_amd64.deb ... - Unpacking libgmp-dev:amd64 (2:6.2.1+dfsg-3) ... - Selecting previously unselected package libicu67:amd64. - Preparing to unpack .../4-libicu67_67.1-7_amd64.deb ... - Unpacking libicu67:amd64 (67.1-7) ... - Selecting previously unselected package libmpfr-dev:amd64. - Preparing to unpack .../5-libmpfr-dev_4.1.0-3_amd64.deb ... - Unpacking libmpfr-dev:amd64 (4.1.0-3) ... - Selecting previously unselected package libxml2:amd64. - Preparing to unpack .../6-libxml2_2.9.13+dfsg-1_amd64.deb ... - Unpacking libxml2:amd64 (2.9.13+dfsg-1) ... - Selecting previously unselected package pkg-config. - Preparing to unpack .../7-pkg-config_0.29.2-1_amd64.deb ... - Unpacking pkg-config (0.29.2-1) ... - Selecting previously unselected package shared-mime-info. - Preparing to unpack .../8-shared-mime-info_2.1-2_amd64.deb ... - Unpacking shared-mime-info (2.1-2) ... - Selecting previously unselected package xdg-user-dirs. - Preparing to unpack .../9-xdg-user-dirs_0.17-2_amd64.deb ... - Unpacking xdg-user-dirs (0.17-2) ... - Setting up libicu67:amd64 (67.1-7) ... - Setting up xdg-user-dirs (0.17-2) ... - Setting up libglib2.0-0:amd64 (2.72.0-1+b1) ... - No schema files found: doing nothing. - Setting up libglib2.0-data (2.72.0-1) ... - Setting up libgmpxx4ldbl:amd64 (2:6.2.1+dfsg-3) ... - Setting up pkg-config (0.29.2-1) ... - Setting up libxml2:amd64 (2.9.13+dfsg-1) ... - Setting up libgmp-dev:amd64 (2:6.2.1+dfsg-3) ... - Setting up libmpfr-dev:amd64 (4.1.0-3) ... - Setting up shared-mime-info (2.1-2) ... - Processing triggers for libc-bin (2.33-7) ... <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 1/24: [apron.20150930: http] Processing 2/24: [apron.20150930: http] Processing 3/24: [apron.20150930: http] Processing 4/24: [apron.20150930: http] Processing 5/24: [apron.20150930: http] Processing 6/24: [apron.20150930: http] Processing 7/24: [apron.20150930: http] Processing 8/24: [apron.20150930: http] [conf-gmp: sh] Processing 9/24: [apron.20150930: http] [conf-gmp: sh] [conf-perl: perl] Processing 10/24: [apron.20150930: http] [conf-gmp: sh] [conf-perl: perl] [conf-pkg-config: pkg-config] -> retrieved mlgmpidl.1.2.14 (cached) Processing 11/24: [apron.20150930: http] [conf-gmp: sh] [conf-perl: perl] [conf-pkg-config: pkg-config] -> retrieved camlidl.1.09 (cached) Processing 12/24: [apron.20150930: http] [camlidl: mv] [conf-gmp: sh] [conf-perl: perl] [conf-pkg-config: pkg-config] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "perl" "--version" (CWD=/home/opam/.opam/4.07/.opam-switch/build/conf-perl.2) - - This is perl 5, version 34, subversion 0 (v5.34.0) built for x86_64-linux-gnu-thread-multi - (with 49 registered patches, see perl -V for more detail) - - Copyright 1987-2021, Larry Wall - - Perl may be copied only under the terms of either the Artistic License or the - GNU General Public License, which may be found in the Perl 5 source kit. - - Complete documentation for Perl, including FAQ lists, should be found on - this system using "man perl" or "perldoc perl". If you have access to the - Internet, point your browser at http://www.perl.org/, the Perl Home Page. - -> compiled conf-perl.2 Processing 12/24: [apron.20150930: http] [camlidl: mv] [conf-gmp: sh] [conf-pkg-config: pkg-config] -> installed conf-perl.2 Processing 13/24: [apron.20150930: http] [camlidl: mv] [conf-gmp: sh] [conf-pkg-config: pkg-config] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "pkg-config" "--help" (CWD=/home/opam/.opam/4.07/.opam-switch/build/conf-pkg-config.2) - Usage: - pkg-config [OPTION?] - - Help Options: - -h, --help Show help options - - Application Options: - --version output version of pkg-config - --modversion output version for package - --atleast-pkgconfig-version=VERSION require given version of pkg-config - --libs output all linker flags - --static output linker flags for static linking - --short-errors print short errors - --libs-only-l output -l flags - --libs-only-other output other libs (e.g. -pthread) - --libs-only-L output -L flags - --cflags output all pre-processor and compiler flags - --cflags-only-I output -I flags - --cflags-only-other output cflags not covered by the cflags-only-I option - --variable=NAME get the value of variable named NAME - --define-variable=NAME=VALUE set variable NAME to VALUE - --exists return 0 if the module(s) exist - --print-variables output list of variables defined by the module - --uninstalled return 0 if the uninstalled version of one or more module(s) or their dependencies will be used - --atleast-version=VERSION return 0 if the module is at least version VERSION - --exact-version=VERSION return 0 if the module is at exactly version VERSION - --max-version=VERSION return 0 if the module is at no newer than version VERSION - --list-all list all known packages - --debug show verbose debug information - --print-errors show verbose information about missing or conflicting packages (default unless --exists or --atleast/exact/max-version given on the command line) - --silence-errors be silent about errors (default when --exists or --atleast/exact/max-version given on the command line) - --errors-to-stdout print errors from --print-errors to stdout not stderr - --print-provides print which packages the package provides - --print-requires print which packages the package requires - --print-requires-private print which packages the package requires for static linking - --validate validate a package's .pc file - --define-prefix try to override the value of prefix for each .pc file found with a guesstimated value based on the location of the .pc file - --dont-define-prefix don't try to override the value of prefix for each .pc file found with a guesstimated value based on the location of the .pc file - --prefix-variable=PREFIX set the name of the variable that pkg-config automatically sets - -> compiled conf-pkg-config.2 Processing 13/24: [apron.20150930: http] [camlidl: mv] [conf-gmp: sh] Processing 14/24: [apron.20150930: http] [camlidl: mv] [conf-gmp: sh] [conf-pkg-config: mkdir] Processing 14/24: [camlidl: mv] [conf-gmp: sh] [conf-pkg-config: mkdir] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "sh" "-exc" "cc -c $CFLAGS -I/usr/local/include test.c" (CWD=/home/opam/.opam/4.07/.opam-switch/build/conf-gmp.4) - + cc -c -I/usr/local/include test.c -> compiled conf-gmp.4 Processing 14/24: [camlidl: mv] [conf-pkg-config: mkdir] -> retrieved ocamlfind.1.9.3 (cached) Processing 15/24: [camlidl: mv] [ocamlfind: ./configure] [conf-pkg-config: mkdir] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "mv" "config/Makefile.unix" "config/Makefile" (CWD=/home/opam/.opam/4.07/.opam-switch/build/camlidl.1.09) Processing 15/24: [camlidl: make all] [ocamlfind: ./configure] [conf-pkg-config: mkdir] + /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "mkdir" "-p" "/home/opam/.opam/4.07/lib/pkgconfig" (CWD=/home/opam/.opam/4.07/.opam-switch/build/conf-pkg-config.2) -> installed conf-pkg-config.2 Processing 15/24: [camlidl: make all] [ocamlfind: ./configure] -> installed conf-gmp.4 Processing 16/24: [camlidl: make all] [ocamlfind: ./configure] Processing 17/24: [camlidl: make all] [conf-mpfr: sh pkg-config --print-errors --exists mpfr || cc test.c -lgmp -lmpfr] [ocamlfind: ./configure] -> retrieved apron.20150930 (https://github.com/ocaml/opam-source-archives/raw/main/apron-20150930.tar.gz) + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "sh" "-exc" "pkg-config --print-errors --exists mpfr || cc test.c -lgmp -lmpfr" (CWD=/home/opam/.opam/4.07/.opam-switch/build/conf-mpfr.3) - + pkg-config --print-errors --exists mpfr -> compiled conf-mpfr.3 Processing 17/24: [camlidl: make all] [ocamlfind: ./configure] -> installed conf-mpfr.3 Processing 18/24: [camlidl: make all] [ocamlfind: ./configure] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./configure" "-bindir" "/home/opam/.opam/4.07/bin" "-sitelib" "/home/opam/.opam/4.07/lib" "-mandir" "/home/opam/.opam/4.07/man" "-config" "/home/opam/.opam/4.07/lib/findlib.conf" "-no-custom" "-no-camlp4" (CWD=/home/opam/.opam/4.07/.opam-switch/build/ocamlfind.1.9.3) - Welcome to findlib version 1.9.3 - Configuring core... - Checking for #remove_directory... - Testing threading model... - systhread_supported: true - Testing DLLs... - Testing whether ppxopt can be supported... - Checking for ocamlc -opaque... - Querying installation: META list not found - make install will double-check installed META files - Configuring libraries... - unix: found - bigarray: found - compiler-libs: found - dbm: not present (normal since 4.00) - graphics: found - num: not present (normal since 4.06) - ocamlbuild: not present (normal since 4.03) - ocamldoc: found - raw_spacetime: found - threads: found - str: found - labltk: not present (normal since 4.02) - native dynlink: found - camlp4: disabled - bytes: found, installing fake library - Configuration for dynlink written to site-lib-src/dynlink/META - Configuration for stdlib written to site-lib-src/stdlib/META - Configuration for unix written to site-lib-src/unix/META - Configuration for bigarray written to site-lib-src/bigarray/META - Configuration for compiler-libs written to site-lib-src/compiler-libs/META - Configuration for graphics written to site-lib-src/graphics/META - Configuration for ocamldoc written to site-lib-src/ocamldoc/META - Configuration for raw_spacetime written to site-lib-src/raw_spacetime/META - Configuration for threads written to site-lib-src/threads/META - Configuration for str written to site-lib-src/str/META - Configuration for bytes written to site-lib-src/bytes/META - Detecting compiler arguments: (extractor built) ok - - About the OCAML core installation: - Standard library: /home/opam/.opam/4.07/lib/ocaml - Binaries: /home/opam/.opam/4.07/bin - Manual pages: /home/opam/.opam/4.07/man - Multi-threading type: posix - The directory of site-specific packages will be - site-lib: /home/opam/.opam/4.07/lib - The configuration file is written to: - findlib config file: /home/opam/.opam/4.07/lib/findlib.conf - Software will be installed: - Libraries: in <site-lib>/findlib - Binaries: /home/opam/.opam/4.07/bin - Manual pages: /home/opam/.opam/4.07/man - topfind script: /home/opam/.opam/4.07/lib/ocaml - Topfind ppxopt support: yes - Toolbox: no - Link custom runtime: no - Need bytes compatibility: no - - Configuration has been written to Makefile.config - - You can now do 'make all', and optionally 'make opt', to build ocamlfind. Processing 18/24: [camlidl: make all] [ocamlfind: make all] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "all" (CWD=/home/opam/.opam/4.07/.opam-switch/build/ocamlfind.1.9.3) - for p in findlib; do ( cd src/$p; make all ) || exit; done - make[1]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/ocamlfind.1.9.3/src/findlib' - ocamllex fl_meta.mll - 22 states, 392 transitions, table size 1700 bytes - USE_CYGPATH="0"; \ - export USE_CYGPATH; \ - cat findlib_config.mlp | \ - ../../tools/patch '@CONFIGFILE@' '/home/opam/.opam/4.07/lib/findlib.conf' | \ - ../../tools/patch '@STDLIB@' '/home/opam/.opam/4.07/lib/ocaml' | \ - sed -e 's;@AUTOLINK@;true;g' \ - -e 's;@SYSTEM@;linux;g' \ - >findlib_config.ml - if [ "true" = "true" ]; then \ - cp topfind.ml.in topfind.ml; \ - else \ - sed -e '/PPXOPT_BEGIN/,/PPXOPT_END/ d' topfind.ml.in \ - > topfind.ml ; \ - fi - ocamldep *.ml *.mli >depend - ocamlc -I +compiler-libs -opaque -g -c findlib_config.ml - ocamlc -I +compiler-libs -opaque -g -c fl_split.ml - ocamlc -I +compiler-libs -opaque -g -c fl_metatoken.ml - ocamlc -I +compiler-libs -opaque -g -c fl_meta.ml - ocamlc -I +compiler-libs -opaque -c fl_metascanner.mli - ocamlc -I +compiler-libs -opaque -g -c fl_metascanner.ml - ocamlc -I +compiler-libs -opaque -c fl_topo.mli - ocamlc -I +compiler-libs -opaque -g -c fl_topo.ml - ocamlc -I +compiler-libs -opaque -c fl_package_base.mli - ocamlc -I +compiler-libs -opaque -g -c fl_package_base.ml - ocamlc -I +compiler-libs -opaque -c findlib.mli - ocamlc -I +compiler-libs -opaque -g -c findlib.ml - ocamlc -I +compiler-libs -opaque -g -c fl_args.ml - ocamlc -I +compiler-libs -opaque -g -c fl_lint.ml - ocamlc -I +compiler-libs -a -o findlib.cma findlib_config.cmo fl_split.cmo fl_metatoken.cmo fl_meta.cmo fl_metascanner.cmo fl_topo.cmo fl_package_base.cmo findlib.cmo fl_args.cmo fl_lint.cmo - ocamlc -I +compiler-libs -opaque -g -c ocaml_args.ml - ocamlc -I +compiler-libs -opaque -g -c frontend.ml - ocamlc -I +compiler-libs -o ocamlfind -g findlib.cma unix.cma \ - ocaml_args.cmo frontend.cmo - ocamlc -I +compiler-libs -opaque -c topfind.mli - ocamlc -I +compiler-libs -opaque -g -c topfind.ml - ocamlc -I +compiler-libs -a -o findlib_top.cma topfind.cmo - USE_CYGPATH="0"; \ - export USE_CYGPATH; \ - cat topfind_rd1.p | \ - ../../tools/patch '@SITELIB@' '/home/opam/.opam/4.07/lib' \ - >topfind - ocamlc -I +compiler-libs -opaque -c fl_dynload.mli - ocamlc -I +compiler-libs -opaque -g -c fl_dynload.ml - ocamlc -I +compiler-libs -a -o findlib_dynload.cma fl_dynload.cmo - make[1]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/ocamlfind.1.9.3/src/findlib' - make all-config - make[1]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/ocamlfind.1.9.3' - USE_CYGPATH="0"; \ - export USE_CYGPATH; \ - cat findlib.conf.in | \ - tools/patch '@SITELIB@' '/home/opam/.opam/4.07/lib' >findlib.conf - if ./tools/cmd_from_same_dir ocamlc; then \ - echo 'ocamlc="ocamlc.opt"' >>findlib.conf; \ - fi - if ./tools/cmd_from_same_dir ocamlopt; then \ - echo 'ocamlopt="ocamlopt.opt"' >>findlib.conf; \ - fi - if ./tools/cmd_from_same_dir ocamldep; then \ - echo 'ocamldep="ocamldep.opt"' >>findlib.conf; \ - fi - if ./tools/cmd_from_same_dir ocamldoc; then \ - echo 'ocamldoc="ocamldoc.opt"' >>findlib.conf; \ - fi - make[1]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/ocamlfind.1.9.3' Processing 18/24: [camlidl: make all] [ocamlfind: make opt] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "all" (CWD=/home/opam/.opam/4.07/.opam-switch/build/camlidl.1.09) - cd compiler; make all - make[1]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/camlidl.1.09/compiler' - rm -f config.ml - sed -e 's|%%CPP%%|cpp|' \ - config.mlp > config.ml - chmod -w config.ml - ocamlc -g -c config.mli - ocamlc -g -c config.ml - ocamlc -g -c utils.mli - ocamlc -g -c utils.ml - ocamlc -g -c clflags.ml - ocamlc -g -c idltypes.mli - ocamlc -g -c prefix.mli - ocamlc -g -c prefix.ml - ocamlc -g -c lexpr.mli - ocamlc -g -c lexpr.ml - ocamlc -g -c cvttyp.mli - ocamlc -g -c cvttyp.ml - ocamlc -g -c variables.mli - ocamlc -g -c variables.ml - ocamlc -g -c idlarray.mli - ocamlc -g -c idlarray.ml - ocamlc -g -c struct.mli - ocamlc -g -c struct.ml - ocamlc -g -c enum.mli - ocamlc -g -c enum.ml - ocamlc -g -c union.mli - ocamlc -g -c union.ml - ocamlc -g -c cvtval.mli - ocamlc -g -c cvtval.ml - ocamlc -g -c structdecl.mli - ocamlc -g -c structdecl.ml - ocamlc -g -c enumdecl.mli - ocamlc -g -c enumdecl.ml - ocamlc -g -c uniondecl.mli - ocamlc -g -c uniondecl.ml - ocamlc -g -c typedef.mli - ocamlc -g -c typedef.ml - ocamlc -g -c funct.mli - ocamlc -g -c funct.ml - ocamlc -g -c constdecl.mli - ocamlc -g -c constdecl.ml - ocamlc -g -c intf.mli - ocamlc -g -c intf.ml - ocamlc -g -c file.mli - ocamlc -g -c file.ml - ocamlc -g -c predef.mli - ocamlc -g -c predef.ml - ocamllex linenum.mll - 16 states, 331 transitions, table size 1420 bytes - ocamlc -g -c linenum.mli - ocamlc -g -c linenum.ml - ocamlc -g -c parse_aux.mli - ocamlc -g -c parse_aux.ml - ocamlyacc -v parser_midl.mly - 12 shift/reduce conflicts, 4 reduce/reduce conflicts. - ocamlc -g -c parser_midl.mli - ocamlc -g -c parser_midl.ml - ocamllex lexer_midl.mll - 129 states, 1747 transitions, table size 7762 bytes - ocamlc -g -c lexer_midl.mli - ocamlc -g -c lexer_midl.ml - ocamlc -g -c parse.mli - ocamlc -g -c parse.ml - ocamlc -g -c fixlabels.mli - ocamlc -g -c fixlabels.ml - ocamlc -g -c normalize.mli - ocamlc -g -c normalize.ml - ocamlc -g -c main.ml - ocamlc -g -o camlidl config.cmo utils.cmo clflags.cmo prefix.cmo lexpr.cmo cvttyp.cmo variables.cmo idlarray.cmo struct.cmo enum.cmo union.cmo cvtval.cmo structdecl.cmo enumdecl.cmo uniondecl.cmo typedef.cmo funct.cmo constdecl.cmo intf.cmo file.cmo predef.cmo linenum.cmo parse_aux.cmo parser_midl.cmo lexer_midl.cmo parse.cmo fixlabels.cmo normalize.cmo main.cmo - make[1]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/camlidl.1.09/compiler' - cd runtime; make all - make[1]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/camlidl.1.09/runtime' - ocamlc -g -ccopt "-Wall -g" idlalloc.c - ocamlc -g -ccopt "-Wall -g" comintf.c - ocamlc -g -ccopt "-Wall -g" comerror.c - rm -f dllcamlidl.so - ocamlmklib -o camlidl idlalloc.o comintf.o comerror.o - make[1]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/camlidl.1.09/runtime' - cd lib; make all - make[1]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/camlidl.1.09/lib' - ocamlc -g -c com.mli - ocamlc -g -c com.ml - ocamlc -g -a -o com.cma -dllib -lcamlidl -cclib -lcamlidl com.cmo - ocamlopt -c com.ml - ocamlopt -a -o com.cmxa -cclib -lcamlidl com.cmx - make[1]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/camlidl.1.09/lib' - cd tools; make all - make[1]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/camlidl.1.09/tools' - make[1]: Nothing to be done for 'all'. - make[1]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/camlidl.1.09/tools' -> compiled camlidl.1.09 Processing 18/24: [ocamlfind: make opt] -> installed camlidl.1.09 Processing 19/24: [ocamlfind: make opt] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "opt" (CWD=/home/opam/.opam/4.07/.opam-switch/build/ocamlfind.1.9.3) - for p in findlib; do ( cd src/$p; make opt ) || exit; done - make[1]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/ocamlfind.1.9.3/src/findlib' - ocamlopt -I +compiler-libs -g -opaque -c findlib_config.ml - ocamlopt -I +compiler-libs -g -opaque -c fl_split.ml - ocamlopt -I +compiler-libs -g -opaque -c fl_metatoken.ml - ocamlopt -I +compiler-libs -g -opaque -c fl_meta.ml - ocamlopt -I +compiler-libs -g -opaque -c fl_metascanner.ml - ocamlopt -I +compiler-libs -g -opaque -c fl_topo.ml - ocamlopt -I +compiler-libs -g -opaque -c fl_package_base.ml - ocamlopt -I +compiler-libs -g -opaque -c findlib.ml - ocamlopt -I +compiler-libs -g -opaque -c fl_args.ml - ocamlopt -I +compiler-libs -g -opaque -c fl_lint.ml - ocamlopt -I +compiler-libs -g -a -o findlib.cmxa findlib_config.cmx fl_split.cmx fl_metatoken.cmx fl_meta.cmx fl_metascanner.cmx fl_topo.cmx fl_package_base.cmx findlib.cmx fl_args.cmx fl_lint.cmx - if [ 1 -gt 0 ]; then \ - ocamlopt -I +compiler-libs -g -shared -o findlib.cmxs findlib_config.cmx fl_split.cmx fl_metatoken.cmx fl_meta.cmx fl_metascanner.cmx fl_topo.cmx fl_package_base.cmx findlib.cmx fl_args.cmx fl_lint.cmx; \ - fi - ocamlopt -I +compiler-libs -g -opaque -c ocaml_args.ml - ocamlopt -I +compiler-libs -g -opaque -c frontend.ml - ocamlopt -I +compiler-libs -g -o ocamlfind_opt findlib.cmxa unix.cmxa \ - ocaml_args.cmx frontend.cmx - ocamlopt -I +compiler-libs -g -opaque -c topfind.ml - File "_none_", line 1: - Warning 58: no cmx file was found in path for module Topdirs, and its interface was not compiled with -opaque - File "_none_", line 1: - Warning 58: no cmx file was found in path for module Toploop, and its interface was not compiled with -opaque - ocamlopt -I +compiler-libs -g -a -o findlib_top.cmxa topfind.cmx - if [ 1 -gt 0 ]; then \ - ocamlopt -I +compiler-libs -g -shared -o findlib_top.cmxs topfind.cmx; \ - fi - ocamlopt -I +compiler-libs -g -opaque -c fl_dynload.ml - ocamlopt -I +compiler-libs -g -a -o findlib_dynload.cmxa fl_dynload.cmx - if [ 1 -gt 0 ]; then \ - ocamlopt -I +compiler-libs -g -shared -o findlib_dynload.cmxs fl_dynload.cmx; \ - fi - make[1]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/ocamlfind.1.9.3/src/findlib' -> compiled ocamlfind.1.9.3 Processing 20/24: [ocamlfind: make install] + /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install" (CWD=/home/opam/.opam/4.07/.opam-switch/build/ocamlfind.1.9.3) - if [ "1" -eq 1 ]; then \ - for x in camlp4 dbm graphics labltk num ocamlbuild; do \ - if [ -f "/home/opam/.opam/4.07/lib/$x/META" ]; then \ - if ! grep -Fq '[distributed with Ocaml]' "//home/opam/.opam/4.07/lib/$x/META"; then \ - rm -f site-lib-src/$x/META; \ - fi; \ - fi; \ - done; \ - test -f "site-lib-src/num/META" || rm -f "site-lib-src/num-top/META"; \ - fi - echo 'SITELIB_META =' > Makefile.packages.in - for x in `ls site-lib-src`; do test ! -f "site-lib-src/$x/META" || echo $x >> Makefile.packages.in; done - tr '\n' ' ' < Makefile.packages.in > Makefile.packages - rm Makefile.packages.in - mkdir -p "/home/opam/.opam/4.07/bin" - mkdir -p "/home/opam/.opam/4.07/man" - make install-config - make[1]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/ocamlfind.1.9.3' - mkdir -p "`dirname \"/home/opam/.opam/4.07/lib/findlib.conf\"`" - test -f "/home/opam/.opam/4.07/lib/findlib.conf" || cp findlib.conf "/home/opam/.opam/4.07/lib/findlib.conf" - make[1]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/ocamlfind.1.9.3' - for p in findlib; do ( cd src/$p; make install ); done - make[1]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/ocamlfind.1.9.3/src/findlib' - mkdir -p "/home/opam/.opam/4.07/lib/findlib" - mkdir -p "/home/opam/.opam/4.07/bin" - test 1 -eq 0 || cp topfind "/home/opam/.opam/4.07/lib/ocaml" - files=` ../../tools/collect_files ../../Makefile.config \ - findlib.cmi findlib.mli findlib.cma findlib.cmxa findlib.a findlib.cmxs \ - findlib_config.cmi findlib_config.ml topfind.cmi topfind.mli \ - fl_args.cmi fl_lint.cmi fl_meta.cmi fl_split.cmi fl_topo.cmi ocaml_args.cmi \ - fl_package_base.mli fl_package_base.cmi fl_metascanner.mli fl_metascanner.cmi \ - fl_metatoken.cmi findlib_top.cma findlib_top.cmxa findlib_top.a findlib_top.cmxs \ - findlib_dynload.cma findlib_dynload.cmxa findlib_dynload.a findlib_dynload.cmxs fl_dynload.mli fl_dynload.cmi \ - META` && \ - cp $files "/home/opam/.opam/4.07/lib/findlib" - f="ocamlfind"; { test -f ocamlfind_opt && f="ocamlfind_opt"; }; \ - cp $f "/home/opam/.opam/4.07/bin/ocamlfind" - # the following "if" block is only needed for 4.00beta2 - if [ 1 -eq 0 -a -f "/home/opam/.opam/4.07/lib/ocaml/compiler-libs/topdirs.cmi" ]; then \ - cd "/home/opam/.opam/4.07/lib/ocaml/compiler-libs/"; \ - cp topdirs.cmi toploop.cmi "/home/opam/.opam/4.07/lib/findlib/"; \ - fi - make[1]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/ocamlfind.1.9.3/src/findlib' - make install-meta - make[1]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/ocamlfind.1.9.3' - for x in bigarray bytes compiler-libs dynlink graphics ocamldoc raw_spacetime stdlib str threads unix ; do mkdir -p "/home/opam/.opam/4.07/lib/$x"; cp site-lib-src/$x/META "/home/opam/.opam/4.07/lib/$x/META.tmp" && mv "/home/opam/.opam/4.07/lib/$x/META.tmp" "/home/opam/.opam/4.07/lib/$x/META"; done - mkdir -p "/home/opam/.opam/4.07/lib/findlib"; cp Makefile.packages "/home/opam/.opam/4.07/lib/findlib/Makefile.packages" - make[1]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/ocamlfind.1.9.3' - test ! -f 'site-lib-src/num-top/META' || { cd src/findlib; make install-num-top; } - test ! -f 'site-lib-src/camlp4/META' || cp tools/safe_camlp4 "/home/opam/.opam/4.07/bin" - make install-doc - make[1]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/ocamlfind.1.9.3' - mkdir -p "/home/opam/.opam/4.07/man/man1" "/home/opam/.opam/4.07/man/man3" "/home/opam/.opam/4.07/man/man5" - cp doc/ref-man/ocamlfind.1 "/home/opam/.opam/4.07/man/man1" - cp doc/ref-man/META.5 doc/ref-man/site-lib.5 doc/ref-man/findlib.conf.5 "/home/opam/.opam/4.07/man/man5" - make[1]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/ocamlfind.1.9.3' -> installed ocamlfind.1.9.3 Processing 21/24: [mlgmpidl: sh] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "sh" "./configure" (CWD=/home/opam/.opam/4.07/.opam-switch/build/mlgmpidl.1.2.14) - checking compilation with cc : working - checking compilation with cc -Wcast-qual: working - checking compilation with cc -Wswitch: working - checking compilation with cc -Wall: working - checking compilation with cc -Wextra: working - checking compilation with cc -Wundef: working - checking compilation with cc -Wcast-align: working - checking compilation with cc -Wno-unused: working - checking compilation with cc -Wno-unused-parameter: working - checking compilation with cc -Wno-unused-function: working - checking compilation with cc -fPIC: working - checking compilation with cc -Werror-implicit-function-declaration: working - checking compilation with cc -Wbad-function-cast: working - checking compilation with cc -Wstrict-prototypes: working - checking compilation with cc -std=c99: working - binary ar: found in /usr/bin - binary ranlib: found in /usr/bin - binary sed: found in /bin - binary grep: found in /bin - binary perl: found in /usr/bin - binary install: found in /usr/bin - looking for gmp without prefix - include gmp.h: found - library gmp: found - library gmp found without prefix - looking for mpfr without prefix - include mpfr.h: found - library mpfr: found - library mpfr found without prefix - library mpfr major version: 4 - binary ocamlc.opt: found in /home/opam/.opam/4.07/bin - binary ocamlopt.opt: found in /home/opam/.opam/4.07/bin - binary ocamldep: found in /home/opam/.opam/4.07/bin - binary ocamldoc: found in /home/opam/.opam/4.07/bin - binary ocamlmktop: found in /home/opam/.opam/4.07/bin - binary ocamlmklib: found in /home/opam/.opam/4.07/bin - binary camlidl: found in /home/opam/.opam/4.07/bin - binary ocamlfind: found in /home/opam/.opam/4.07/bin - ocamlfind: Package `gmp' not found - include caml/mlvalues.h: found - include caml/camlidlruntime.h: found - checking whether to enable profiling: supported - profiling flags provided by the ocaml system: -pg - checking compilation with cc -pg: working - finding extension for dynamic libraries: .so - - detected configuration: - - OCaml version 4.07.1 - optional OCamlFind support 1 - optional native plugins 1 - optional profiling version 1 - MPFR version (major) 4 - - installation path /home/opam/.opam/4.07/lib/ocaml - Processing 21/24: [mlgmpidl: make] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" (CWD=/home/opam/.opam/4.07/.opam-switch/build/mlgmpidl.1.2.14) - tmpdir=$(mktemp -d tmp.XXXXXX); \ - trap "rm -f -r ${tmpdir};" EXIT QUIT INT; \ - { cp mpz.idl ${tmpdir}/mpz.idl; \ - /home/opam/.opam/4.07/bin/camlidl -no-include \ - -D MPFR_VERSION_MAJOR=4 \ - -prepro cpp ${tmpdir}/mpz.idl && \ - /usr/bin/perl perlscript_c.pl < ${tmpdir}/mpz_stubs.c >mpz_caml.c && \ - /usr/bin/perl perlscript_caml.pl < ${tmpdir}/mpz.ml >mpz.ml && \ - /usr/bin/perl perlscript_caml.pl < ${tmpdir}/mpz.mli >mpz.mli; } - /home/opam/.opam/4.07/bin/ocamlfind ocamlc -package "bigarray" -annot -g -c mpz.mli - tmpdir=$(mktemp -d tmp.XXXXXX); \ - trap "rm -f -r ${tmpdir};" EXIT QUIT INT; \ - { cp mpq.idl ${tmpdir}/mpq.idl; \ - /home/opam/.opam/4.07/bin/camlidl -no-include \ - -D MPFR_VERSION_MAJOR=4 \ - -prepro cpp ${tmpdir}/mpq.idl && \ - /usr/bin/perl perlscript_c.pl < ${tmpdir}/mpq_stubs.c >mpq_caml.c && \ - /usr/bin/perl perlscript_caml.pl < ${tmpdir}/mpq.ml >mpq.ml && \ - /usr/bin/perl perlscript_caml.pl < ${tmpdir}/mpq.mli >mpq.mli; } - /home/opam/.opam/4.07/bin/ocamlfind ocamlc -package "bigarray" -annot -g -c mpq.mli - tmpdir=$(mktemp -d tmp.XXXXXX); \ - trap "rm -f -r ${tmpdir};" EXIT QUIT INT; \ - { cp mpf.idl ${tmpdir}/mpf.idl; \ - /home/opam/.opam/4.07/bin/camlidl -no-include \ - -D MPFR_VERSION_MAJOR=4 \ - -prepro cpp ${tmpdir}/mpf.idl && \ - /usr/bin/perl perlscript_c.pl < ${tmpdir}/mpf_stubs.c >mpf_caml.c && \ - /usr/bin/perl perlscript_caml.pl < ${tmpdir}/mpf.ml >mpf.ml && \ - /usr/bin/perl perlscript_caml.pl < ${tmpdir}/mpf.mli >mpf.mli; } - /home/opam/.opam/4.07/bin/ocamlfind ocamlc -package "bigarray" -annot -g -c mpf.mli - tmpdir=$(mktemp -d tmp.XXXXXX); \ - trap "rm -f -r ${tmpdir};" EXIT QUIT INT; \ - { cp mpfr.idl ${tmpdir}/mpfr.idl; \ - /home/opam/.opam/4.07/bin/camlidl -no-include \ - -D MPFR_VERSION_MAJOR=4 \ - -prepro cpp ${tmpdir}/mpfr.idl && \ - /usr/bin/perl perlscript_c.pl < ${tmpdir}/mpfr_stubs.c >mpfr_caml.c && \ - /usr/bin/perl perlscript_caml.pl < ${tmpdir}/mpfr.ml >mpfr.ml && \ - /usr/bin/perl perlscript_caml.pl < ${tmpdir}/mpfr.mli >mpfr.mli; } - /home/opam/.opam/4.07/bin/ocamlfind ocamlc -package "bigarray" -annot -g -c mpfr.mli - tmpdir=$(mktemp -d tmp.XXXXXX); \ - trap "rm -f -r ${tmpdir};" EXIT QUIT INT; \ - { cp gmp_random.idl ${tmpdir}/gmp_random.idl; \ - /home/opam/.opam/4.07/bin/camlidl -no-include \ - -D MPFR_VERSION_MAJOR=4 \ - -prepro cpp ${tmpdir}/gmp_random.idl && \ - /usr/bin/perl perlscript_c.pl < ${tmpdir}/gmp_random_stubs.c >gmp_random_caml.c && \ - /usr/bin/perl perlscript_caml.pl < ${tmpdir}/gmp_random.ml >gmp_random.ml && \ - /usr/bin/perl perlscript_caml.pl < ${tmpdir}/gmp_random.mli >gmp_random.mli; } - /home/opam/.opam/4.07/bin/ocamlfind ocamlc -package "bigarray" -annot -g -c gmp_random.mli - /home/opam/.opam/4.07/bin/ocamlfind ocamlc -package "bigarray" -annot -g -c mpzf.mli - /home/opam/.opam/4.07/bin/ocamlfind ocamlc -package "bigarray" -annot -g -c mpqf.mli - /home/opam/.opam/4.07/bin/ocamlfind ocamlc -package "bigarray" -annot -g -c mpfrf.mli - /home/opam/.opam/4.07/bin/ocamlfind ocamlc -package "bigarray" -annot -g -c mpz.ml - /home/opam/.opam/4.07/bin/ocamlfind ocamlc -package "bigarray" -annot -g -c mpq.ml - /home/opam/.opam/4.07/bin/ocamlfind ocamlc -package "bigarray" -annot -g -c mpf.ml - /home/opam/.opam/4.07/bin/ocamlfind ocamlc -package "bigarray" -annot -g -c mpfr.ml - /home/opam/.opam/4.07/bin/ocamlfind ocamlc -package "bigarray" -annot -g -c gmp_random.ml - /home/opam/.opam/4.07/bin/ocamlfind ocamlc -package "bigarray" -annot -g -c mpzf.ml - /home/opam/.opam/4.07/bin/ocamlfind ocamlc -package "bigarray" -annot -g -c mpqf.ml - /home/opam/.opam/4.07/bin/ocamlfind ocamlc -package "bigarray" -annot -g -c mpfrf.ml - /home/opam/.opam/4.07/bin/ocamlfind ocamlopt -package "bigarray" -ccopt -U__STRICT_ANSI__ -ccopt -UNDEBUG -ccopt -O0 -ccopt -g -ccopt -Wcast-qual -ccopt -Wswitch -ccopt -Wall -ccopt -Wextra -ccopt -Wundef -ccopt -Wcast-align -ccopt -Wno-unused -ccopt -Wno-unused-parameter -ccopt -Wno-unused-function -ccopt -fPIC -ccopt -Werror-implicit-function-declaration -ccopt -Wbad-function-cast -ccopt -Wstrict-prototypes -ccopt -std=c99 -ccopt -I/home/opam/.opam/4.07/lib/ocaml -ccopt -I/home/opam/.opam/4.07/lib/camlidl -g -c -o mpz_caml.o mpz_caml.c - /home/opam/.opam/4.07/bin/ocamlfind ocamlopt -package "bigarray" -ccopt -U__STRICT_ANSI__ -ccopt -UNDEBUG -ccopt -O0 -ccopt -g -ccopt -Wcast-qual -ccopt -Wswitch -ccopt -Wall -ccopt -Wextra -ccopt -Wundef -ccopt -Wcast-align -ccopt -Wno-unused -ccopt -Wno-unused-parameter -ccopt -Wno-unused-function -ccopt -fPIC -ccopt -Werror-implicit-function-declaration -ccopt -Wbad-function-cast -ccopt -Wstrict-prototypes -ccopt -std=c99 -ccopt -I/home/opam/.opam/4.07/lib/ocaml -ccopt -I/home/opam/.opam/4.07/lib/camlidl -g -c -o mpq_caml.o mpq_caml.c - mpq_caml.c: In function 'camlidl_mpq_mpq_mul_2exp': - mpq_caml.c:345:1: warning: this 'else' clause does not guard... [-Wmisleading-indentation] - 345 | else - | ^~~~ - mpq_caml.c:349:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' - 349 | camlidl_free(_ctx); - | ^~~~~~~~~~~~ - mpq_caml.c: In function 'camlidl_mpq_mpq_div': - mpq_caml.c:383:1: warning: this 'else' clause does not guard... [-Wmisleading-indentation] - 383 | else - | ^~~~ - mpq_caml.c:387:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' - 387 | camlidl_free(_ctx); - | ^~~~~~~~~~~~ - mpq_caml.c: In function 'camlidl_mpq_mpq_div_2exp': - mpq_caml.c:408:1: warning: this 'else' clause does not guard... [-Wmisleading-indentation] - 408 | else - | ^~~~ - mpq_caml.c:412:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' - 412 | camlidl_free(_ctx); - | ^~~~~~~~~~~~ - mpq_caml.c: In function 'camlidl_mpq_mpq_inv': - mpq_caml.c:462:1: warning: this 'else' clause does not guard... [-Wmisleading-indentation] - 462 | else - | ^~~~ - mpq_caml.c:466:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' - 466 | camlidl_free(_ctx); - | ^~~~~~~~~~~~ - /home/opam/.opam/4.07/bin/ocamlfind ocamlopt -package "bigarray" -ccopt -U__STRICT_ANSI__ -ccopt -UNDEBUG -ccopt -O0 -ccopt -g -ccopt -Wcast-qual -ccopt -Wswitch -ccopt -Wall -ccopt -Wextra -ccopt -Wundef -ccopt -Wcast-align -ccopt -Wno-unused -ccopt -Wno-unused-parameter -ccopt -Wno-unused-function -ccopt -fPIC -ccopt -Werror-implicit-function-declaration -ccopt -Wbad-function-cast -ccopt -Wstrict-prototypes -ccopt -std=c99 -ccopt -I/home/opam/.opam/4.07/lib/ocaml -ccopt -I/home/opam/.opam/4.07/lib/camlidl -g -c -o mpf_caml.o mpf_caml.c - /home/opam/.opam/4.07/bin/ocamlfind ocamlopt -package "bigarray" -ccopt -U__STRICT_ANSI__ -ccopt -UNDEBUG -ccopt -O0 -ccopt -g -ccopt -Wcast-qual -ccopt -Wswitch -ccopt -Wall -ccopt -Wextra -ccopt -Wundef -ccopt -Wcast-align -ccopt -Wno-unused -ccopt -Wno-unused-parameter -ccopt -Wno-unused-function -ccopt -fPIC -ccopt -Werror-implicit-function-declaration -ccopt -Wbad-function-cast -ccopt -Wstrict-prototypes -ccopt -std=c99 -ccopt -I/home/opam/.opam/4.07/lib/ocaml -ccopt -I/home/opam/.opam/4.07/lib/camlidl -g -c -o mpfr_caml.o mpfr_caml.c - mpfr_caml.c: In function 'camlidl_mpfr_mpfr_root': - mpfr_caml.c:1910:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 1910 | _res = mpfr_root(ROP, OP1, OP2, RND); - | ^~~~ - In file included from gmp_caml.h:16, - from mpfr_caml.c:20: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - /home/opam/.opam/4.07/bin/ocamlfind ocamlopt -package "bigarray" -ccopt -U__STRICT_ANSI__ -ccopt -UNDEBUG -ccopt -O0 -ccopt -g -ccopt -Wcast-qual -ccopt -Wswitch -ccopt -Wall -ccopt -Wextra -ccopt -Wundef -ccopt -Wcast-align -ccopt -Wno-unused -ccopt -Wno-unused-parameter -ccopt -Wno-unused-function -ccopt -fPIC -ccopt -Werror-implicit-function-declaration -ccopt -Wbad-function-cast -ccopt -Wstrict-prototypes -ccopt -std=c99 -ccopt -I/home/opam/.opam/4.07/lib/ocaml -ccopt -I/home/opam/.opam/4.07/lib/camlidl -g -c -o gmp_random_caml.o gmp_random_caml.c - /home/opam/.opam/4.07/bin/ocamlfind ocamlopt -package "bigarray" -ccopt -U__STRICT_ANSI__ -ccopt -UNDEBUG -ccopt -O0 -ccopt -g -ccopt -Wcast-qual -ccopt -Wswitch -ccopt -Wall -ccopt -Wextra -ccopt -Wundef -ccopt -Wcast-align -ccopt -Wno-unused -ccopt -Wno-unused-parameter -ccopt -Wno-unused-function -ccopt -fPIC -ccopt -Werror-implicit-function-declaration -ccopt -Wbad-function-cast -ccopt -Wstrict-prototypes -ccopt -std=c99 -ccopt -I/home/opam/.opam/4.07/lib/ocaml -ccopt -I/home/opam/.opam/4.07/lib/camlidl -g -c -o gmp_caml.o gmp_caml.c - /home/opam/.opam/4.07/bin/ocamlmklib -oc gmp_caml mpz_caml.o mpq_caml.o mpf_caml.o mpfr_caml.o gmp_random_caml.o gmp_caml.o -L/home/opam/.opam/4.07/lib/ocaml -L/home/opam/.opam/4.07/lib/ocaml/stublibs -L/home/opam/.opam/4.07/lib/camlidl -lmpfr -lgmp -lcamlidl - /home/opam/.opam/4.07/bin/ocamlmklib -oc gmp_caml.p mpz_caml.o mpq_caml.o mpf_caml.o mpfr_caml.o gmp_random_caml.o gmp_caml.o -L/home/opam/.opam/4.07/lib/ocaml -L/home/opam/.opam/4.07/lib/ocaml/stublibs -L/home/opam/.opam/4.07/lib/camlidl -lmpfr -lgmp -lcamlidl - /home/opam/.opam/4.07/bin/ocamlfind ocamlc -package "bigarray" -annot -g -a -o gmp.cma mpz.cmo mpq.cmo mpf.cmo mpfr.cmo gmp_random.cmo mpzf.cmo mpqf.cmo mpfrf.cmo \ - -dllib -lgmp_caml -ccopt -L/home/opam/.opam/4.07/lib/stublibs -ccopt -L/home/opam/.opam/4.07/lib/gmp -ccopt " -L/home/opam/.opam/4.07/lib/ocaml -L/home/opam/.opam/4.07/lib/ocaml/stublibs -L/home/opam/.opam/4.07/lib/camlidl -lmpfr -lgmp -lcamlidl" -ccopt -L/home/opam/.opam/4.07/lib/ocaml -ccopt -L/home/opam/.opam/4.07/lib/camlidl -cclib -lmpfr -cclib -lgmp -cclib -lcamlidl - /home/opam/.opam/4.07/bin/ocamlfind ocamlopt -package "bigarray" -annot -inline 20 -c mpz.ml - /home/opam/.opam/4.07/bin/ocamlfind ocamlopt -package "bigarray" -annot -inline 20 -c mpq.ml - /home/opam/.opam/4.07/bin/ocamlfind ocamlopt -package "bigarray" -annot -inline 20 -c mpf.ml - /home/opam/.opam/4.07/bin/ocamlfind ocamlopt -package "bigarray" -annot -inline 20 -c mpfr.ml - /home/opam/.opam/4.07/bin/ocamlfind ocamlopt -package "bigarray" -annot -inline 20 -c gmp_random.ml - /home/opam/.opam/4.07/bin/ocamlfind ocamlopt -package "bigarray" -annot -inline 20 -c mpzf.ml - /home/opam/.opam/4.07/bin/ocamlfind ocamlopt -package "bigarray" -annot -inline 20 -c mpqf.ml - /home/opam/.opam/4.07/bin/ocamlfind ocamlopt -package "bigarray" -annot -inline 20 -c mpfrf.ml - /home/opam/.opam/4.07/bin/ocamlfind ocamlopt -package "bigarray" -annot -inline 20 -a -o gmp.cmxa mpz.cmx mpq.cmx mpf.cmx mpfr.cmx gmp_random.cmx mpzf.cmx mpqf.cmx mpfrf.cmx \ - -cclib -lgmp_caml -ccopt -L/home/opam/.opam/4.07/lib/stublibs -ccopt -L/home/opam/.opam/4.07/lib/gmp -ccopt " -L/home/opam/.opam/4.07/lib/ocaml -L/home/opam/.opam/4.07/lib/ocaml/stublibs -L/home/opam/.opam/4.07/lib/camlidl -lmpfr -lgmp -lcamlidl" -ccopt -L/home/opam/.opam/4.07/lib/ocaml -ccopt -L/home/opam/.opam/4.07/lib/camlidl -cclib -lmpfr -cclib -lgmp -cclib -lcamlidl - /home/opam/.opam/4.07/bin/ocamlfind ocamlopt -package "bigarray" -annot -inline 20 -linkall -shared -o gmp.cmxs -I . gmp.cmxa - /home/opam/.opam/4.07/bin/ocamlfind ocamlopt -package "bigarray" -p -annot -inline 20 -c -o mpz.p.cmx mpz.ml - /home/opam/.opam/4.07/bin/ocamlfind ocamlopt -package "bigarray" -p -annot -inline 20 -c -o mpq.p.cmx mpq.ml - /home/opam/.opam/4.07/bin/ocamlfind ocamlopt -package "bigarray" -p -annot -inline 20 -c -o mpf.p.cmx mpf.ml - /home/opam/.opam/4.07/bin/ocamlfind ocamlopt -package "bigarray" -p -annot -inline 20 -c -o mpfr.p.cmx mpfr.ml - /home/opam/.opam/4.07/bin/ocamlfind ocamlopt -package "bigarray" -p -annot -inline 20 -c -o gmp_random.p.cmx gmp_random.ml - /home/opam/.opam/4.07/bin/ocamlfind ocamlopt -package "bigarray" -p -annot -inline 20 -c -o mpzf.p.cmx mpzf.ml - /home/opam/.opam/4.07/bin/ocamlfind ocamlopt -package "bigarray" -p -annot -inline 20 -c -o mpqf.p.cmx mpqf.ml - /home/opam/.opam/4.07/bin/ocamlfind ocamlopt -package "bigarray" -p -annot -inline 20 -c -o mpfrf.p.cmx mpfrf.ml - /home/opam/.opam/4.07/bin/ocamlfind ocamlopt -package "bigarray" -p -annot -inline 20 -a -o gmp.p.cmxa mpz.p.cmx mpq.p.cmx mpf.p.cmx mpfr.p.cmx gmp_random.p.cmx mpzf.p.cmx mpqf.p.cmx mpfrf.p.cmx \ - -cclib -lgmp_caml.p -ccopt -L/home/opam/.opam/4.07/lib/stublibs -ccopt -L/home/opam/.opam/4.07/lib/gmp -ccopt " -L/home/opam/.opam/4.07/lib/ocaml -L/home/opam/.opam/4.07/lib/ocaml/stublibs -L/home/opam/.opam/4.07/lib/camlidl -lmpfr -lgmp -lcamlidl" -ccopt -L/home/opam/.opam/4.07/lib/ocaml -ccopt -L/home/opam/.opam/4.07/lib/camlidl -cclib -lmpfr -cclib -lgmp -cclib -lcamlidl - rm mpq_caml.o mpz_caml.o mpfr_caml.o gmp_caml.o mpf_caml.o gmp_random_caml.o -> compiled mlgmpidl.1.2.14 Processing 22/24: [mlgmpidl: make install] + /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install" (CWD=/home/opam/.opam/4.07/.opam-switch/build/mlgmpidl.1.2.14) - rm -f META - echo "description = \"OCaml Interface to GMP and MPFR libraries\"" >META - echo "version = \"1.2.14\"" >>META - echo "requires = \"bigarray\"" >>META - echo "archive(byte) = \"gmp.cma\"" >>META - echo "archive(byte,plugin) = \"gmp.cma\"" >>META - echo "plugin(byte) = \"gmp.cma\"" >>META - echo "archive(native) = \"gmp.cmxa\"" >>META - echo "archive(native,plugin) = \"gmp.cmxs\"" >>META - echo "plugin(native) = \"gmp.cmxs\"" >>META - echo "archive(native,gprof) = \"gmp.p.cmxa\"" >>META - /home/opam/.opam/4.07/bin/ocamlfind remove gmp - ocamlfind: [WARNING] No such file: /home/opam/.opam/4.07/lib/gmp/META - /home/opam/.opam/4.07/bin/ocamlfind install gmp META gmp_caml.h mpz.idl mpq.idl mpf.idl mpfr.idl gmp_random.idl mpz.ml mpq.ml mpf.ml mpfr.ml gmp_random.ml mpzf.ml mpqf.ml mpfrf.ml mpz.mli mpq.mli mpf.mli mpfr.mli gmp_random.mli mpzf.mli mpqf.mli mpfrf.mli mpz.cmi mpq.cmi mpf.cmi mpfr.cmi gmp_random.cmi mpzf.cmi mpqf.cmi mpfrf.cmi gmp.cma mpz.cmx mpq.cmx mpf.cmx mpfr.cmx gmp_random.cmx mpzf.cmx mpqf.cmx mpfrf.cmx gmp.cmxa gmp.a mpz.p.cmx mpq.p.cmx mpf.p.cmx mpfr.p.cmx gmp_random.p.cmx mpzf.p.cmx mpqf.p.cmx mpfrf.p.cmx gmp.p.cmxa gmp.p.a gmp.cmxs libgmp_caml.a libgmp_caml.p.a dllgmp_caml.so - Installed /home/opam/.opam/4.07/lib/gmp/libgmp_caml.p.a - Installed /home/opam/.opam/4.07/lib/gmp/libgmp_caml.a - Installed /home/opam/.opam/4.07/lib/gmp/gmp.cmxs - Installed /home/opam/.opam/4.07/lib/gmp/gmp.p.a - Installed /home/opam/.opam/4.07/lib/gmp/gmp.p.cmxa - Installed /home/opam/.opam/4.07/lib/gmp/mpfrf.p.cmx - Installed /home/opam/.opam/4.07/lib/gmp/mpqf.p.cmx - Installed /home/opam/.opam/4.07/lib/gmp/mpzf.p.cmx - Installed /home/opam/.opam/4.07/lib/gmp/gmp_random.p.cmx - Installed /home/opam/.opam/4.07/lib/gmp/mpfr.p.cmx - Installed /home/opam/.opam/4.07/lib/gmp/mpf.p.cmx - Installed /home/opam/.opam/4.07/lib/gmp/mpq.p.cmx - Installed /home/opam/.opam/4.07/lib/gmp/mpz.p.cmx - Installed /home/opam/.opam/4.07/lib/gmp/gmp.a - Installed /home/opam/.opam/4.07/lib/gmp/gmp.cmxa - Installed /home/opam/.opam/4.07/lib/gmp/mpfrf.cmx - Installed /home/opam/.opam/4.07/lib/gmp/mpqf.cmx - Installed /home/opam/.opam/4.07/lib/gmp/mpzf.cmx - Installed /home/opam/.opam/4.07/lib/gmp/gmp_random.cmx - Installed /home/opam/.opam/4.07/lib/gmp/mpfr.cmx - Installed /home/opam/.opam/4.07/lib/gmp/mpf.cmx - Installed /home/opam/.opam/4.07/lib/gmp/mpq.cmx - Installed /home/opam/.opam/4.07/lib/gmp/mpz.cmx - Installed /home/opam/.opam/4.07/lib/gmp/gmp.cma - Installed /home/opam/.opam/4.07/lib/gmp/mpfrf.cmi - Installed /home/opam/.opam/4.07/lib/gmp/mpqf.cmi - Installed /home/opam/.opam/4.07/lib/gmp/mpzf.cmi - Installed /home/opam/.opam/4.07/lib/gmp/gmp_random.cmi - Installed /home/opam/.opam/4.07/lib/gmp/mpfr.cmi - Installed /home/opam/.opam/4.07/lib/gmp/mpf.cmi - Installed /home/opam/.opam/4.07/lib/gmp/mpq.cmi - Installed /home/opam/.opam/4.07/lib/gmp/mpz.cmi - Installed /home/opam/.opam/4.07/lib/gmp/mpfrf.mli - Installed /home/opam/.opam/4.07/lib/gmp/mpqf.mli - Installed /home/opam/.opam/4.07/lib/gmp/mpzf.mli - Installed /home/opam/.opam/4.07/lib/gmp/gmp_random.mli - Installed /home/opam/.opam/4.07/lib/gmp/mpfr.mli - Installed /home/opam/.opam/4.07/lib/gmp/mpf.mli - Installed /home/opam/.opam/4.07/lib/gmp/mpq.mli - Installed /home/opam/.opam/4.07/lib/gmp/mpz.mli - Installed /home/opam/.opam/4.07/lib/gmp/mpfrf.ml - Installed /home/opam/.opam/4.07/lib/gmp/mpqf.ml - Installed /home/opam/.opam/4.07/lib/gmp/mpzf.ml - Installed /home/opam/.opam/4.07/lib/gmp/gmp_random.ml - Installed /home/opam/.opam/4.07/lib/gmp/mpfr.ml - Installed /home/opam/.opam/4.07/lib/gmp/mpf.ml - Installed /home/opam/.opam/4.07/lib/gmp/mpq.ml - Installed /home/opam/.opam/4.07/lib/gmp/mpz.ml - Installed /home/opam/.opam/4.07/lib/gmp/gmp_random.idl - Installed /home/opam/.opam/4.07/lib/gmp/mpfr.idl - Installed /home/opam/.opam/4.07/lib/gmp/mpf.idl - Installed /home/opam/.opam/4.07/lib/gmp/mpq.idl - Installed /home/opam/.opam/4.07/lib/gmp/mpz.idl - Installed /home/opam/.opam/4.07/lib/gmp/gmp_caml.h - Installed /home/opam/.opam/4.07/lib/stublibs/dllgmp_caml.so - Installed /home/opam/.opam/4.07/lib/stublibs/dllgmp_caml.so.owner - ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/4.07/lib/stublibs is not mentioned in ld.conf - Installed /home/opam/.opam/4.07/lib/gmp/META -> installed mlgmpidl.1.2.14 [apron: patch] applying docker-workaround.diff Processing 23/24: [apron: patch] Processing 23/24: [apron: sh] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "sh" "./configure" "--prefix" "/home/opam/.opam/4.07/share/apron" "--no-ppl" "--no-java" (CWD=/home/opam/.opam/4.07/.opam-switch/build/apron.20150930) - checking compilation with cc : working - checking compilation with cc -Wcast-qual: working - checking compilation with cc -Wswitch: working - checking compilation with cc -Wall: working - checking compilation with cc -Wextra: working - checking compilation with cc -Wundef: working - checking compilation with cc -Wcast-align: working - checking compilation with cc -Wno-unused: working - checking compilation with cc -Wno-unused-parameter: working - checking compilation with cc -Wno-unused-function: working - checking compilation with cc -fPIC: working - checking compilation with cc -Werror-implicit-function-declaration: working - checking compilation with cc -Wbad-function-cast: working - checking compilation with cc -Wstrict-prototypes: working - checking compilation with cc -std=c99: working - checking compilation with c++ : working - checking compilation with c++ -Wcast-qual: - working - checking compilation with c++ -Wswitch: working - checking compilation with c++ -Wall: working - checking compilation with c++ -Wextra: working - checking compilation with c++ -Wundef: working - checking compilation with c++ -Wcast-align: working - checking compilation with c++ -Wno-unused: working - checking compilation with c++ -Wno-unused-parameter: working - checking compilation with c++ -Wno-unused-function: working - checking compilation with c++ -fPIC: working - binary ar: found in /usr/bin - binary ranlib: found in /usr/bin - binary sed: found in /bin - binary perl: found in /usr/bin - binary install: found in /usr/bin - looking for gmp without prefix - include gmp.h: found - library gmp: found - library gmp found without prefix - looking for mpfr without prefix - include mpfr.h: found - library mpfr: found - library mpfr found without prefix - binary ocamlc.opt: found in /home/opam/.opam/4.07/bin - binary ocamlopt.opt: found in /home/opam/.opam/4.07/bin - binary ocamldep: found in /home/opam/.opam/4.07/bin - binary ocamllex: found in /home/opam/.opam/4.07/bin - binary ocamlyacc: found in /home/opam/.opam/4.07/bin - binary ocamldoc: found in /home/opam/.opam/4.07/bin - binary ocamlmktop: found in /home/opam/.opam/4.07/bin - binary ocamlmklib: found in /home/opam/.opam/4.07/bin - binary camlidl: found in /home/opam/.opam/4.07/bin - binary ocamlfind: found in /home/opam/.opam/4.07/bin - include caml/mlvalues.h: found - include caml/camlidlruntime.h: found - include gmp_caml.h: found - - detected configuration: - - optional OCaml support 1 - optional OCamlFind support 1 - optional C++ support 1 - optional Java support 0 - optional PPL support 0 - - installation path /home/opam/.opam/4.07/share/apron - Processing 23/24: [apron: make] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" (CWD=/home/opam/.opam/4.07/.opam-switch/build/apron.20150930) - (cd num; make all) - make[1]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/apron.20150930/num' - make[1]: Nothing to be done for 'all'. - make[1]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/apron.20150930/num' - (cd itv; make all) - make[1]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/apron.20150930/itv' - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -DNUM_MPQ -c -o itvMPQ.o itv.c - In function 'itv_mul_MPQ', - inlined from 'itv_mul_MPQ' at itv.c:392:6: - itv.c:414:5: warning: 'itv_muln' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 414 | itv_muln(intern,intern->mul_itv2,b,intern->mul_itv); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - itv.c: In function 'itv_mul_MPQ': - itv.c:414:5: note: referencing argument 4 of type '__itv_struct *' - itv.c:369:6: note: in a call to function 'itv_muln' - 369 | void itv_muln(itv_internal_t* intern, - | ^~~~~~~~ - In function 'itv_mul_MPQ', - inlined from 'itv_mul_MPQ' at itv.c:392:6: - itv.c:418:5: warning: 'itv_mulp' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 418 | itv_mulp(intern,a,b,intern->mul_itv); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - itv.c: In function 'itv_mul_MPQ': - itv.c:418:5: note: referencing argument 4 of type '__itv_struct *' - itv.c:346:6: note: in a call to function 'itv_mulp' - 346 | void itv_mulp(itv_internal_t* intern, - | ^~~~~~~~ - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -DNUM_MPQ -c -o itv_linexprMPQ.o itv_linexpr.c - In file included from itv_fun.h:5, - from itv.h:14, - from itv_linexpr.h:8, - from itv_linexpr.c:5: - In function 'itv_mul_num', - inlined from 'itv_lincons_reduce_integer_MPQ' at itv_linexpr.c:729:5, - inlined from 'itv_lincons_reduce_integer_MPQ' at itv_linexpr.c:672:6: - itv.h:274:10: warning: 'itv_mul_num_MPQ' accessing 32 bytes in a region of size 16 [-Wstringop-overflow=] - 274 | { ITVFUN(itv_mul_num)(a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - itv.h:274:3: note: in expansion of macro 'ITVFUN' - 274 | { ITVFUN(itv_mul_num)(a,b,c); } - | ^~~~~~ - itv.h: In function 'itv_lincons_reduce_integer_MPQ': - itv.h:274:10: note: referencing argument 3 of type '__mpq_struct *' - 274 | { ITVFUN(itv_mul_num)(a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - itv.h:274:3: note: in expansion of macro 'ITVFUN' - 274 | { ITVFUN(itv_mul_num)(a,b,c); } - | ^~~~~~ - itv.h:225:13: note: in a call to function 'itv_mul_num_MPQ' - 225 | void ITVFUN(itv_mul_num)(itv_t a, itv_t b, num_t c); - | ^~~~~~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - itv.h:225:6: note: in expansion of macro 'ITVFUN' - 225 | void ITVFUN(itv_mul_num)(itv_t a, itv_t b, num_t c); - | ^~~~~~ - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -DNUM_MPQ -c -o itv_linearizeMPQ.o itv_linearize.c - In file included from itv_fun.h:5, - from itv.h:14, - from itv_linearize.h:8, - from itv_linearize.c:5: - In function 'itv_set_ap_coeff', - inlined from 'itv_expr_build.isra' at itv_linearize.c:1695:5: - itv.h:312:17: warning: 'itv_set_ap_coeff_MPQ' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 312 | { return ITVFUN(itv_set_ap_coeff)(intern,itv,coeff); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - itv.h:312:10: note: in expansion of macro 'ITVFUN' - 312 | { return ITVFUN(itv_set_ap_coeff)(intern,itv,coeff); } - | ^~~~~~ - itv.h: In function 'itv_expr_build.isra': - itv.h:312:17: note: referencing argument 2 of type '__itv_struct *' - 312 | { return ITVFUN(itv_set_ap_coeff)(intern,itv,coeff); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - itv.h:312:10: note: in expansion of macro 'ITVFUN' - 312 | { return ITVFUN(itv_set_ap_coeff)(intern,itv,coeff); } - | ^~~~~~ - itv.h:243:13: note: in a call to function 'itv_set_ap_coeff_MPQ' - 243 | bool ITVFUN(itv_set_ap_coeff)(itv_internal_t* intern, itv_t itv, ap_coeff_t* coeff); - | ^~~~~~~~~~~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - itv.h:243:6: note: in expansion of macro 'ITVFUN' - 243 | bool ITVFUN(itv_set_ap_coeff)(itv_internal_t* intern, itv_t itv, ap_coeff_t* coeff); - | ^~~~~~ - itv_linearize.c:1720:9: warning: 'itv_eval_ap_texpr0_node' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 1720 | itv_eval_ap_texpr0_node(intern, narg, res->val, a->val, b?b->val:a->val); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - itv_linearize.c:1720:9: note: referencing argument 3 of type '__itv_struct *' - itv_linearize.c:796:1: note: in a call to function 'itv_eval_ap_texpr0_node' - 796 | itv_eval_ap_texpr0_node(itv_internal_t* intern, - | ^~~~~~~~~~~~~~~~~~~~~~~ - In file included from itv_fun.h:5, - from itv.h:14, - from itv_linearize.h:8, - from itv_linearize.c:5: - In function 'itv_mul', - inlined from 'itv_quasilinearize_linexpr_MPQ' at itv_linearize.c:555:2: - itv.h:292:10: warning: 'itv_mul_MPQ' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - itv.h: In function 'itv_quasilinearize_linexpr_MPQ': - itv.h:292:10: note: referencing argument 3 of type '__itv_struct *' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - itv.h:232:13: note: in a call to function 'itv_mul_MPQ' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - itv.h:232:6: note: in expansion of macro 'ITVFUN' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~ - /usr/bin/ar rcs libitvMPQ.a itvMPQ.o itv_linexprMPQ.o itv_linearizeMPQ.o - /usr/bin/ranlib libitvMPQ.a - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -DNUM_MPQ -c -o itvMPQ_debug.o itv.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -DNUM_MPQ -c -o itv_linexprMPQ_debug.o itv_linexpr.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -DNUM_MPQ -c -o itv_linearizeMPQ_debug.o itv_linearize.c - /usr/bin/ar rcs libitvMPQ_debug.a itvMPQ_debug.o itv_linexprMPQ_debug.o itv_linearizeMPQ_debug.o - /usr/bin/ranlib libitvMPQ_debug.a - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -DNUM_LONGLONGRAT -c -o itvRll.o itv.c - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -DNUM_LONGLONGRAT -c -o itv_linexprRll.o itv_linexpr.c - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -DNUM_LONGLONGRAT -c -o itv_linearizeRll.o itv_linearize.c - In file included from itv_fun.h:5, - from itv.h:14, - from itv_linearize.h:8, - from itv_linearize.c:5: - In function 'itv_mul', - inlined from 'itv_quasilinearize_linexpr_Rll' at itv_linearize.c:555:2: - itv.h:292:10: warning: 'itv_mul_Rll' accessing 32 bytes in a region of size 16 [-Wstringop-overflow=] - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - itv.h: In function 'itv_quasilinearize_linexpr_Rll': - itv.h:292:10: note: referencing argument 3 of type '__itv_struct *' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - itv.h:232:13: note: in a call to function 'itv_mul_Rll' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - itv.h:232:6: note: in expansion of macro 'ITVFUN' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~ - /usr/bin/ar rcs libitvRll.a itvRll.o itv_linexprRll.o itv_linearizeRll.o - /usr/bin/ranlib libitvRll.a - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -DNUM_LONGLONGRAT -c -o itvRll_debug.o itv.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -DNUM_LONGLONGRAT -c -o itv_linexprRll_debug.o itv_linexpr.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -DNUM_LONGLONGRAT -c -o itv_linearizeRll_debug.o itv_linearize.c - /usr/bin/ar rcs libitvRll_debug.a itvRll_debug.o itv_linexprRll_debug.o itv_linearizeRll_debug.o - /usr/bin/ranlib libitvRll_debug.a - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -DNUM_DOUBLE -c -o itvD.o itv.c - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from itv.h:9, - from itv.c:5: - ../num/numflt_native.h: In function 'numflt_root': - ../num/numflt_native.h:191:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 191 | mpfr_root(res, arg, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from itv.h:9, - from itv.c:5: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from itv.h:9, - from itv.c:5: - ../num/numflt_native.h:194:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 194 | mpfr_root(res, arg, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from itv.h:9, - from itv.c:5: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -DNUM_DOUBLE -c -o itv_linexprD.o itv_linexpr.c - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from itv.h:9, - from itv_linexpr.h:8, - from itv_linexpr.c:5: - ../num/numflt_native.h: In function 'numflt_root': - ../num/numflt_native.h:191:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 191 | mpfr_root(res, arg, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from itv.h:9, - from itv_linexpr.h:8, - from itv_linexpr.c:5: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from itv.h:9, - from itv_linexpr.h:8, - from itv_linexpr.c:5: - ../num/numflt_native.h:194:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 194 | mpfr_root(res, arg, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from itv.h:9, - from itv_linexpr.h:8, - from itv_linexpr.c:5: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -DNUM_DOUBLE -c -o itv_linearizeD.o itv_linearize.c - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from itv.h:9, - from itv_linearize.h:8, - from itv_linearize.c:5: - ../num/numflt_native.h: In function 'numflt_root': - ../num/numflt_native.h:191:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 191 | mpfr_root(res, arg, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from itv.h:9, - from itv_linearize.h:8, - from itv_linearize.c:5: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from itv.h:9, - from itv_linearize.h:8, - from itv_linearize.c:5: - ../num/numflt_native.h:194:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 194 | mpfr_root(res, arg, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from itv.h:9, - from itv_linearize.h:8, - from itv_linearize.c:5: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - /usr/bin/ar rcs libitvD.a itvD.o itv_linexprD.o itv_linearizeD.o - /usr/bin/ranlib libitvD.a - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -DNUM_DOUBLE -c -o itvD_debug.o itv.c - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from itv.h:9, - from itv.c:5: - ../num/numflt_native.h: In function 'numflt_root': - ../num/numflt_native.h:191:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 191 | mpfr_root(res, arg, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from itv.h:9, - from itv.c:5: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from itv.h:9, - from itv.c:5: - ../num/numflt_native.h:194:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 194 | mpfr_root(res, arg, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from itv.h:9, - from itv.c:5: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -DNUM_DOUBLE -c -o itv_linexprD_debug.o itv_linexpr.c - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from itv.h:9, - from itv_linexpr.h:8, - from itv_linexpr.c:5: - ../num/numflt_native.h: In function 'numflt_root': - ../num/numflt_native.h:191:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 191 | mpfr_root(res, arg, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from itv.h:9, - from itv_linexpr.h:8, - from itv_linexpr.c:5: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from itv.h:9, - from itv_linexpr.h:8, - from itv_linexpr.c:5: - ../num/numflt_native.h:194:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 194 | mpfr_root(res, arg, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from itv.h:9, - from itv_linexpr.h:8, - from itv_linexpr.c:5: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -DNUM_DOUBLE -c -o itv_linearizeD_debug.o itv_linearize.c - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from itv.h:9, - from itv_linearize.h:8, - from itv_linearize.c:5: - ../num/numflt_native.h: In function 'numflt_root': - ../num/numflt_native.h:191:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 191 | mpfr_root(res, arg, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from itv.h:9, - from itv_linearize.h:8, - from itv_linearize.c:5: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from itv.h:9, - from itv_linearize.h:8, - from itv_linearize.c:5: - ../num/numflt_native.h:194:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 194 | mpfr_root(res, arg, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from itv.h:9, - from itv_linearize.h:8, - from itv_linearize.c:5: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - /usr/bin/ar rcs libitvD_debug.a itvD_debug.o itv_linexprD_debug.o itv_linearizeD_debug.o - /usr/bin/ranlib libitvD_debug.a - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -DNUM_MPFR -c -o itvMPFR.o itv.c - In file included from ../num/numflt.h:25, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from itv.h:9, - from itv.c:5: - ../num/numflt_mpfr.h: In function 'numflt_root': - ../num/numflt_mpfr.h:126:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 126 | mpfr_root(up, b, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from itv.h:9, - from itv.c:5: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:25, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from itv.h:9, - from itv.c:5: - ../num/numflt_mpfr.h:127:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 127 | mpfr_root(down, b, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from itv.h:9, - from itv.c:5: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - itv.c: In function 'itv_mul_MPFR': - itv.c:414:5: warning: 'itv_muln' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 414 | itv_muln(intern,intern->mul_itv2,b,intern->mul_itv); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - itv.c:414:5: note: referencing argument 4 of type '__itv_struct *' - itv.c:369:6: note: in a call to function 'itv_muln' - 369 | void itv_muln(itv_internal_t* intern, - | ^~~~~~~~ - itv.c:418:5: warning: 'itv_mulp' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 418 | itv_mulp(intern,a,b,intern->mul_itv); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - itv.c:418:5: note: referencing argument 4 of type '__itv_struct *' - itv.c:346:6: note: in a call to function 'itv_mulp' - 346 | void itv_mulp(itv_internal_t* intern, - | ^~~~~~~~ - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -DNUM_MPFR -c -o itv_linexprMPFR.o itv_linexpr.c - In file included from ../num/numflt.h:25, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from itv.h:9, - from itv_linexpr.h:8, - from itv_linexpr.c:5: - ../num/numflt_mpfr.h: In function 'numflt_root': - ../num/numflt_mpfr.h:126:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 126 | mpfr_root(up, b, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from itv.h:9, - from itv_linexpr.h:8, - from itv_linexpr.c:5: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:25, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from itv.h:9, - from itv_linexpr.h:8, - from itv_linexpr.c:5: - ../num/numflt_mpfr.h:127:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 127 | mpfr_root(down, b, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from itv.h:9, - from itv_linexpr.h:8, - from itv_linexpr.c:5: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -DNUM_MPFR -c -o itv_linearizeMPFR.o itv_linearize.c - In file included from ../num/numflt.h:25, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from itv.h:9, - from itv_linearize.h:8, - from itv_linearize.c:5: - ../num/numflt_mpfr.h: In function 'numflt_root': - ../num/numflt_mpfr.h:126:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 126 | mpfr_root(up, b, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from itv.h:9, - from itv_linearize.h:8, - from itv_linearize.c:5: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:25, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from itv.h:9, - from itv_linearize.h:8, - from itv_linearize.c:5: - ../num/numflt_mpfr.h:127:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 127 | mpfr_root(down, b, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from itv.h:9, - from itv_linearize.h:8, - from itv_linearize.c:5: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from itv_fun.h:5, - from itv.h:14, - from itv_linearize.h:8, - from itv_linearize.c:5: - In function 'itv_mul', - inlined from 'itv_quasilinearize_linexpr_MPFR' at itv_linearize.c:555:2: - itv.h:292:10: warning: 'itv_mul_MPFR' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - itv.h: In function 'itv_quasilinearize_linexpr_MPFR': - itv.h:292:10: note: referencing argument 3 of type '__itv_struct *' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - itv.h:232:13: note: in a call to function 'itv_mul_MPFR' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - itv.h:232:6: note: in expansion of macro 'ITVFUN' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~ - /usr/bin/ar rcs libitvMPFR.a itvMPFR.o itv_linexprMPFR.o itv_linearizeMPFR.o - /usr/bin/ranlib libitvMPFR.a - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -DNUM_MPFR -c -o itvMPFR_debug.o itv.c - In file included from ../num/numflt.h:25, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from itv.h:9, - from itv.c:5: - ../num/numflt_mpfr.h: In function 'numflt_root': - ../num/numflt_mpfr.h:126:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 126 | mpfr_root(up, b, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from itv.h:9, - from itv.c:5: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:25, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from itv.h:9, - from itv.c:5: - ../num/numflt_mpfr.h:127:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 127 | mpfr_root(down, b, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from itv.h:9, - from itv.c:5: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -DNUM_MPFR -c -o itv_linexprMPFR_debug.o itv_linexpr.c - In file included from ../num/numflt.h:25, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from itv.h:9, - from itv_linexpr.h:8, - from itv_linexpr.c:5: - ../num/numflt_mpfr.h: In function 'numflt_root': - ../num/numflt_mpfr.h:126:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 126 | mpfr_root(up, b, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from itv.h:9, - from itv_linexpr.h:8, - from itv_linexpr.c:5: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:25, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from itv.h:9, - from itv_linexpr.h:8, - from itv_linexpr.c:5: - ../num/numflt_mpfr.h:127:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 127 | mpfr_root(down, b, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from itv.h:9, - from itv_linexpr.h:8, - from itv_linexpr.c:5: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -DNUM_MPFR -c -o itv_linearizeMPFR_debug.o itv_linearize.c - In file included from ../num/numflt.h:25, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from itv.h:9, - from itv_linearize.h:8, - from itv_linearize.c:5: - ../num/numflt_mpfr.h: In function 'numflt_root': - ../num/numflt_mpfr.h:126:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 126 | mpfr_root(up, b, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from itv.h:9, - from itv_linearize.h:8, - from itv_linearize.c:5: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:25, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from itv.h:9, - from itv_linearize.h:8, - from itv_linearize.c:5: - ../num/numflt_mpfr.h:127:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 127 | mpfr_root(down, b, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from itv.h:9, - from itv_linearize.h:8, - from itv_linearize.c:5: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - /usr/bin/ar rcs libitvMPFR_debug.a itvMPFR_debug.o itv_linexprMPFR_debug.o itv_linearizeMPFR_debug.o - /usr/bin/ranlib libitvMPFR_debug.a - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -DNUM_LONGINT -c -o itvIl.o itv.c - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -DNUM_LONGINT -c -o itv_linexprIl.o itv_linexpr.c - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -DNUM_LONGINT -c -o itv_linearizeIl.o itv_linearize.c - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -DNUM_LONGLONGINT -c -o itvIll.o itv.c - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -DNUM_LONGLONGINT -c -o itv_linexprIll.o itv_linexpr.c - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -DNUM_LONGLONGINT -c -o itv_linearizeIll.o itv_linearize.c - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -DNUM_LONGRAT -c -o itvRl.o itv.c - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -DNUM_LONGRAT -c -o itv_linexprRl.o itv_linexpr.c - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -DNUM_LONGRAT -c -o itv_linearizeRl.o itv_linearize.c - In file included from itv_fun.h:5, - from itv.h:14, - from itv_linearize.h:8, - from itv_linearize.c:5: - In function 'itv_mul', - inlined from 'itv_quasilinearize_linexpr_Rl' at itv_linearize.c:555:2: - itv.h:292:10: warning: 'itv_mul_Rl' accessing 32 bytes in a region of size 16 [-Wstringop-overflow=] - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - itv.h: In function 'itv_quasilinearize_linexpr_Rl': - itv.h:292:10: note: referencing argument 3 of type '__itv_struct *' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - itv.h:232:13: note: in a call to function 'itv_mul_Rl' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - itv.h:232:6: note: in expansion of macro 'ITVFUN' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~ - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -DNUM_MPZ -c -o itvMPZ.o itv.c - In function 'itv_mul_MPZ', - inlined from 'itv_mul_MPZ' at itv.c:392:6: - itv.c:414:5: warning: 'itv_muln' accessing 48 bytes in a region of size 16 [-Wstringop-overflow=] - 414 | itv_muln(intern,intern->mul_itv2,b,intern->mul_itv); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - itv.c: In function 'itv_mul_MPZ': - itv.c:414:5: note: referencing argument 4 of type '__itv_struct *' - itv.c:369:6: note: in a call to function 'itv_muln' - 369 | void itv_muln(itv_internal_t* intern, - | ^~~~~~~~ - In function 'itv_mul_MPZ', - inlined from 'itv_mul_MPZ' at itv.c:392:6: - itv.c:418:5: warning: 'itv_mulp' accessing 48 bytes in a region of size 16 [-Wstringop-overflow=] - 418 | itv_mulp(intern,a,b,intern->mul_itv); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - itv.c: In function 'itv_mul_MPZ': - itv.c:418:5: note: referencing argument 4 of type '__itv_struct *' - itv.c:346:6: note: in a call to function 'itv_mulp' - 346 | void itv_mulp(itv_internal_t* intern, - | ^~~~~~~~ - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -DNUM_MPZ -c -o itv_linexprMPZ.o itv_linexpr.c - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -DNUM_MPZ -c -o itv_linearizeMPZ.o itv_linearize.c - In file included from itv_fun.h:5, - from itv.h:14, - from itv_linearize.h:8, - from itv_linearize.c:5: - In function 'itv_mul', - inlined from 'itv_quasilinearize_linexpr_MPZ' at itv_linearize.c:555:2: - itv.h:292:10: warning: 'itv_mul_MPZ' accessing 48 bytes in a region of size 24 [-Wstringop-overflow=] - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - itv.h: In function 'itv_quasilinearize_linexpr_MPZ': - itv.h:292:10: note: referencing argument 3 of type '__itv_struct *' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - itv.h:232:13: note: in a call to function 'itv_mul_MPZ' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - itv.h:232:6: note: in expansion of macro 'ITVFUN' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~ - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -DNUM_LONGDOUBLE -c -o itvDl.o itv.c - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from itv.h:9, - from itv.c:5: - ../num/numflt_native.h: In function 'numflt_root': - ../num/numflt_native.h:199:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 199 | mpfr_root(res, arg, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from itv.h:9, - from itv.c:5: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from itv.h:9, - from itv.c:5: - ../num/numflt_native.h:202:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 202 | mpfr_root(res, arg, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from itv.h:9, - from itv.c:5: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -DNUM_LONGDOUBLE -c -o itv_linexprDl.o itv_linexpr.c - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from itv.h:9, - from itv_linexpr.h:8, - from itv_linexpr.c:5: - ../num/numflt_native.h: In function 'numflt_root': - ../num/numflt_native.h:199:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 199 | mpfr_root(res, arg, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from itv.h:9, - from itv_linexpr.h:8, - from itv_linexpr.c:5: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from itv.h:9, - from itv_linexpr.h:8, - from itv_linexpr.c:5: - ../num/numflt_native.h:202:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 202 | mpfr_root(res, arg, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from itv.h:9, - from itv_linexpr.h:8, - from itv_linexpr.c:5: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -DNUM_LONGDOUBLE -c -o itv_linearizeDl.o itv_linearize.c - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from itv.h:9, - from itv_linearize.h:8, - from itv_linearize.c:5: - ../num/numflt_native.h: In function 'numflt_root': - ../num/numflt_native.h:199:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 199 | mpfr_root(res, arg, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from itv.h:9, - from itv_linearize.h:8, - from itv_linearize.c:5: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from itv.h:9, - from itv_linearize.h:8, - from itv_linearize.c:5: - ../num/numflt_native.h:202:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 202 | mpfr_root(res, arg, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from itv.h:9, - from itv_linearize.h:8, - from itv_linearize.c:5: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - /usr/bin/ar rcs libitv.a itvIl.o itv_linexprIl.o itv_linearizeIl.o itvIll.o itv_linexprIll.o itv_linearizeIll.o itvRl.o itv_linexprRl.o itv_linearizeRl.o itvRll.o itv_linexprRll.o itv_linearizeRll.o itvMPZ.o itv_linexprMPZ.o itv_linearizeMPZ.o itvMPQ.o itv_linexprMPQ.o itv_linearizeMPQ.o itvD.o itv_linexprD.o itv_linearizeD.o itvMPFR.o itv_linexprMPFR.o itv_linearizeMPFR.o itvDl.o itv_linexprDl.o itv_linearizeDl.o - /usr/bin/ranlib libitv.a - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -DNUM_LONGINT -c -o itvIl_debug.o itv.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -DNUM_LONGINT -c -o itv_linexprIl_debug.o itv_linexpr.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -DNUM_LONGINT -c -o itv_linearizeIl_debug.o itv_linearize.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -DNUM_LONGLONGINT -c -o itvIll_debug.o itv.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -DNUM_LONGLONGINT -c -o itv_linexprIll_debug.o itv_linexpr.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -DNUM_LONGLONGINT -c -o itv_linearizeIll_debug.o itv_linearize.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -DNUM_LONGRAT -c -o itvRl_debug.o itv.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -DNUM_LONGRAT -c -o itv_linexprRl_debug.o itv_linexpr.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -DNUM_LONGRAT -c -o itv_linearizeRl_debug.o itv_linearize.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -DNUM_MPZ -c -o itvMPZ_debug.o itv.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -DNUM_MPZ -c -o itv_linexprMPZ_debug.o itv_linexpr.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -DNUM_MPZ -c -o itv_linearizeMPZ_debug.o itv_linearize.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -DNUM_LONGDOUBLE -c -o itvDl_debug.o itv.c - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from itv.h:9, - from itv.c:5: - ../num/numflt_native.h: In function 'numflt_root': - ../num/numflt_native.h:199:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 199 | mpfr_root(res, arg, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from itv.h:9, - from itv.c:5: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from itv.h:9, - from itv.c:5: - ../num/numflt_native.h:202:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 202 | mpfr_root(res, arg, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from itv.h:9, - from itv.c:5: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -DNUM_LONGDOUBLE -c -o itv_linexprDl_debug.o itv_linexpr.c - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from itv.h:9, - from itv_linexpr.h:8, - from itv_linexpr.c:5: - ../num/numflt_native.h: In function 'numflt_root': - ../num/numflt_native.h:199:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 199 | mpfr_root(res, arg, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from itv.h:9, - from itv_linexpr.h:8, - from itv_linexpr.c:5: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from itv.h:9, - from itv_linexpr.h:8, - from itv_linexpr.c:5: - ../num/numflt_native.h:202:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 202 | mpfr_root(res, arg, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from itv.h:9, - from itv_linexpr.h:8, - from itv_linexpr.c:5: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -DNUM_LONGDOUBLE -c -o itv_linearizeDl_debug.o itv_linearize.c - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from itv.h:9, - from itv_linearize.h:8, - from itv_linearize.c:5: - ../num/numflt_native.h: In function 'numflt_root': - ../num/numflt_native.h:199:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 199 | mpfr_root(res, arg, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from itv.h:9, - from itv_linearize.h:8, - from itv_linearize.c:5: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from itv.h:9, - from itv_linearize.h:8, - from itv_linearize.c:5: - ../num/numflt_native.h:202:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 202 | mpfr_root(res, arg, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from itv.h:9, - from itv_linearize.h:8, - from itv_linearize.c:5: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - /usr/bin/ar rcs libitv_debug.a itvIl_debug.o itv_linexprIl_debug.o itv_linearizeIl_debug.o itvIll_debug.o itv_linexprIll_debug.o itv_linearizeIll_debug.o itvRl_debug.o itv_linexprRl_debug.o itv_linearizeRl_debug.o itvRll_debug.o itv_linexprRll_debug.o itv_linearizeRll_debug.o itvMPZ_debug.o itv_linexprMPZ_debug.o itv_linearizeMPZ_debug.o itvMPQ_debug.o itv_linexprMPQ_debug.o itv_linearizeMPQ_debug.o itvD_debug.o itv_linexprD_debug.o itv_linearizeD_debug.o itvMPFR_debug.o itv_linexprMPFR_debug.o itv_linearizeMPFR_debug.o itvDl_debug.o itv_linexprDl_debug.o itv_linearizeDl_debug.o - /usr/bin/ranlib libitv_debug.a - make[1]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/apron.20150930/itv' - (cd apron; make all) - make[1]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/apron.20150930/apron' - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../itv -c ap_scalar.c - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../itv -c ap_interval.c - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../itv -c ap_coeff.c - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../itv -c ap_dimension.c - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../itv -c ap_linexpr0.c - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../itv -c ap_lincons0.c - ap_lincons0.c: In function 'ap_lincons0_is_unsat': - ap_lincons0.c:68:7: warning: this statement may fall through [-Wimplicit-fallthrough=] - 68 | switch(cons->constyp){ - | ^~~~~~ - ap_lincons0.c:79:5: note: here - 79 | case AP_COEFF_INTERVAL: - | ^~~~ - ap_lincons0.c:81:7: warning: this statement may fall through [-Wimplicit-fallthrough=] - 81 | switch(cons->constyp){ - | ^~~~~~ - ap_lincons0.c:96:5: note: here - 96 | default: - | ^~~~~~~ - ap_lincons0.c: In function 'ap_lincons0_is_sat': - ap_lincons0.c:121:7: warning: this statement may fall through [-Wimplicit-fallthrough=] - 121 | switch(cons->constyp){ - | ^~~~~~ - ap_lincons0.c:132:5: note: here - 132 | case AP_COEFF_INTERVAL: - | ^~~~ - ap_lincons0.c:135:7: warning: this statement may fall through [-Wimplicit-fallthrough=] - 135 | switch(cons->constyp){ - | ^~~~~~ - ap_lincons0.c:152:5: note: here - 152 | default: - | ^~~~~~~ - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../itv -c ap_generator0.c - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../itv -c ap_texpr0.c - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../itv -c ap_tcons0.c - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../itv -c ap_manager.c - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../itv -c ap_abstract0.c - ap_abstract0.c: In function 'ap_abstract0_check_dim_array': - ap_abstract0.c:206:84: warning: 'sprintf' may write a terminating nul past the end of the destination [-Wformat-overflow=] - 206 | sprintf(str,"incompatible %luth dimension in the array for the abstract value",(unsigned long)i); - | ^ - ap_abstract0.c:206:7: note: 'sprintf' output between 63 and 81 bytes into a destination of size 80 - 206 | sprintf(str,"incompatible %luth dimension in the array for the abstract value",(unsigned long)i); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../itv -c ap_policy.c - ap_policy.c: In function 'ap_policy_check': - ap_policy.c:79:32: warning: implicit conversion from 'ap_funpolicyid_t' to 'ap_funid_t' [-Wenum-conversion] - 79 | funid, - | ^~~~~ - ap_policy.c: In function 'ap_abstract0_policy_check_policy_abstract': - ap_policy.c:108:34: warning: implicit conversion from 'ap_funpolicyid_t' to 'ap_funid_t' [-Wenum-conversion] - 108 | funid, - | ^~~~~ - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../itv -c ap_generic.c - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../itv -c ap_var.c - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../itv -c ap_environment.c - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../itv -c ap_linexpr1.c - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../itv -c ap_lincons1.c - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../itv -c ap_generator1.c - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../itv -c ap_texpr1.c - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../itv -c ap_tcons1.c - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../itv -c ap_abstract1.c - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../itv -c ap_linearize.c - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../itv -c ap_reducedproduct.c - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../itv -c ap_disjunction.c - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../itv -DNUM_MPQ -I. -c ap_linearize_aux.c -o ap_linearize_auxMPQ.o - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../itv -DNUM_DOUBLE -I. -c ap_linearize_aux.c -o ap_linearize_auxD.o - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from ap_linearize_aux.c:17: - ../num/numflt_native.h: In function 'numflt_root': - ../num/numflt_native.h:191:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 191 | mpfr_root(res, arg, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ap_scalar.h:20, - from ap_coeff.h:19, - from ap_manager.h:17, - from ap_linearize.h:10, - from ap_linearize_aux.c:14: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from ap_linearize_aux.c:17: - ../num/numflt_native.h:194:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 194 | mpfr_root(res, arg, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ap_scalar.h:20, - from ap_coeff.h:19, - from ap_manager.h:17, - from ap_linearize.h:10, - from ap_linearize_aux.c:14: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../itv -DNUM_MPFR -I. -c ap_linearize_aux.c -o ap_linearize_auxMPFR.o - In file included from ../num/numflt.h:25, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from ap_linearize_aux.c:17: - ../num/numflt_mpfr.h: In function 'numflt_root': - ../num/numflt_mpfr.h:126:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 126 | mpfr_root(up, b, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ap_scalar.h:20, - from ap_coeff.h:19, - from ap_manager.h:17, - from ap_linearize.h:10, - from ap_linearize_aux.c:14: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:25, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from ap_linearize_aux.c:17: - ../num/numflt_mpfr.h:127:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 127 | mpfr_root(down, b, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ap_scalar.h:20, - from ap_coeff.h:19, - from ap_manager.h:17, - from ap_linearize.h:10, - from ap_linearize_aux.c:14: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - cp ../itv/libitv.a libapron.a - /usr/bin/ar rs libapron.a ap_scalar.o ap_interval.o ap_coeff.o ap_dimension.o ap_linexpr0.o ap_lincons0.o ap_generator0.o ap_texpr0.o ap_tcons0.o ap_manager.o ap_abstract0.o ap_policy.o ap_generic.o ap_var.o ap_environment.o ap_linexpr1.o ap_lincons1.o ap_generator1.o ap_texpr1.o ap_tcons1.o ap_abstract1.o ap_linearize.o ap_reducedproduct.o ap_disjunction.o ap_linearize_auxMPQ.o ap_linearize_auxD.o ap_linearize_auxMPFR.o - /usr/bin/ranlib libapron.a - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../itv -c -o ap_scalar_debug.o ap_scalar.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../itv -c -o ap_interval_debug.o ap_interval.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../itv -c -o ap_coeff_debug.o ap_coeff.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../itv -c -o ap_dimension_debug.o ap_dimension.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../itv -c -o ap_linexpr0_debug.o ap_linexpr0.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../itv -c -o ap_lincons0_debug.o ap_lincons0.c - ap_lincons0.c: In function 'ap_lincons0_is_unsat': - ap_lincons0.c:68:7: warning: this statement may fall through [-Wimplicit-fallthrough=] - 68 | switch(cons->constyp){ - | ^~~~~~ - ap_lincons0.c:79:5: note: here - 79 | case AP_COEFF_INTERVAL: - | ^~~~ - ap_lincons0.c:81:7: warning: this statement may fall through [-Wimplicit-fallthrough=] - 81 | switch(cons->constyp){ - | ^~~~~~ - ap_lincons0.c:96:5: note: here - 96 | default: - | ^~~~~~~ - ap_lincons0.c: In function 'ap_lincons0_is_sat': - ap_lincons0.c:121:7: warning: this statement may fall through [-Wimplicit-fallthrough=] - 121 | switch(cons->constyp){ - | ^~~~~~ - ap_lincons0.c:132:5: note: here - 132 | case AP_COEFF_INTERVAL: - | ^~~~ - ap_lincons0.c:135:7: warning: this statement may fall through [-Wimplicit-fallthrough=] - 135 | switch(cons->constyp){ - | ^~~~~~ - ap_lincons0.c:152:5: note: here - 152 | default: - | ^~~~~~~ - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../itv -c -o ap_generator0_debug.o ap_generator0.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../itv -c -o ap_texpr0_debug.o ap_texpr0.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../itv -c -o ap_tcons0_debug.o ap_tcons0.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../itv -c -o ap_manager_debug.o ap_manager.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../itv -c -o ap_abstract0_debug.o ap_abstract0.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../itv -c -o ap_policy_debug.o ap_policy.c - ap_policy.c: In function 'ap_policy_check': - ap_policy.c:79:32: warning: implicit conversion from 'ap_funpolicyid_t' to 'ap_funid_t' [-Wenum-conversion] - 79 | funid, - | ^~~~~ - ap_policy.c: In function 'ap_abstract0_policy_check_policy_abstract': - ap_policy.c:108:34: warning: implicit conversion from 'ap_funpolicyid_t' to 'ap_funid_t' [-Wenum-conversion] - 108 | funid, - | ^~~~~ - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../itv -c -o ap_generic_debug.o ap_generic.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../itv -c -o ap_var_debug.o ap_var.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../itv -c -o ap_environment_debug.o ap_environment.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../itv -c -o ap_linexpr1_debug.o ap_linexpr1.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../itv -c -o ap_lincons1_debug.o ap_lincons1.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../itv -c -o ap_generator1_debug.o ap_generator1.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../itv -c -o ap_texpr1_debug.o ap_texpr1.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../itv -c -o ap_tcons1_debug.o ap_tcons1.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../itv -c -o ap_abstract1_debug.o ap_abstract1.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../itv -c -o ap_linearize_debug.o ap_linearize.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../itv -c -o ap_reducedproduct_debug.o ap_reducedproduct.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../itv -c -o ap_disjunction_debug.o ap_disjunction.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../itv -DNUM_MPQ -I. -c -o ap_linearize_auxMPQ_debug.o ap_linearize_aux.c -o ap_linearize_auxMPQ_debug.o - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../itv -DNUM_DOUBLE -I. -c -o ap_linearize_auxD_debug.o ap_linearize_aux.c -o ap_linearize_auxD_debug.o - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from ap_linearize_aux.c:17: - ../num/numflt_native.h: In function 'numflt_root': - ../num/numflt_native.h:191:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 191 | mpfr_root(res, arg, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ap_scalar.h:20, - from ap_coeff.h:19, - from ap_manager.h:17, - from ap_linearize.h:10, - from ap_linearize_aux.c:14: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from ap_linearize_aux.c:17: - ../num/numflt_native.h:194:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 194 | mpfr_root(res, arg, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ap_scalar.h:20, - from ap_coeff.h:19, - from ap_manager.h:17, - from ap_linearize.h:10, - from ap_linearize_aux.c:14: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../itv -DNUM_MPFR -I. -c -o ap_linearize_auxMPFR_debug.o ap_linearize_aux.c -o ap_linearize_auxMPFR_debug.o - In file included from ../num/numflt.h:25, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from ap_linearize_aux.c:17: - ../num/numflt_mpfr.h: In function 'numflt_root': - ../num/numflt_mpfr.h:126:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 126 | mpfr_root(up, b, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ap_scalar.h:20, - from ap_coeff.h:19, - from ap_manager.h:17, - from ap_linearize.h:10, - from ap_linearize_aux.c:14: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:25, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from ap_linearize_aux.c:17: - ../num/numflt_mpfr.h:127:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 127 | mpfr_root(down, b, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ap_scalar.h:20, - from ap_coeff.h:19, - from ap_manager.h:17, - from ap_linearize.h:10, - from ap_linearize_aux.c:14: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - cp ../itv/libitv_debug.a libapron_debug.a - /usr/bin/ar rs libapron_debug.a ap_scalar_debug.o ap_interval_debug.o ap_coeff_debug.o ap_dimension_debug.o ap_linexpr0_debug.o ap_lincons0_debug.o ap_generator0_debug.o ap_texpr0_debug.o ap_tcons0_debug.o ap_manager_debug.o ap_abstract0_debug.o ap_policy_debug.o ap_generic_debug.o ap_var_debug.o ap_environment_debug.o ap_linexpr1_debug.o ap_lincons1_debug.o ap_generator1_debug.o ap_texpr1_debug.o ap_tcons1_debug.o ap_abstract1_debug.o ap_linearize_debug.o ap_reducedproduct_debug.o ap_disjunction_debug.o ap_linearize_auxMPQ_debug.o ap_linearize_auxD_debug.o ap_linearize_auxMPFR_debug.o - /usr/bin/ranlib libapron_debug.a - cc -shared -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -o libapron.so ap_scalar.o ap_interval.o ap_coeff.o ap_dimension.o ap_linexpr0.o ap_lincons0.o ap_generator0.o ap_texpr0.o ap_tcons0.o ap_manager.o ap_abstract0.o ap_policy.o ap_generic.o ap_var.o ap_environment.o ap_linexpr1.o ap_lincons1.o ap_generator1.o ap_texpr1.o ap_tcons1.o ap_abstract1.o ap_linearize.o ap_reducedproduct.o ap_disjunction.o ap_linearize_auxMPQ.o ap_linearize_auxD.o ap_linearize_auxMPFR.o ../itv/itvIl.o ../itv/itv_linexprIl.o ../itv/itv_linearizeIl.o ../itv/itvIll.o ../itv/itv_linexprIll.o ../itv/itv_linearizeIll.o ../itv/itvRl.o ../itv/itv_linexprRl.o ../itv/itv_linearizeRl.o ../itv/itvRll.o ../itv/itv_linexprRll.o ../itv/itv_linearizeRll.o ../itv/itvMPZ.o ../itv/itv_linexprMPZ.o ../itv/itv_linearizeMPZ.o ../itv/itvMPQ.o ../itv/itv_linexprMPQ.o ../itv/itv_linearizeMPQ.o ../itv/itvD.o ../itv/itv_linexprD.o ../itv/itv_linearizeD.o ../itv/itvMPFR.o ../itv/itv_linexprMPFR.o ../itv/itv_linearizeMPFR.o ../itv/itvDl.o ../itv/itv_linexprDl.o ../itv/itv_linearizeDl.o -lm -lgmp -lmpfr - cc -shared -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -o libapron_debug.so ap_scalar_debug.o ap_interval_debug.o ap_coeff_debug.o ap_dimension_debug.o ap_linexpr0_debug.o ap_lincons0_debug.o ap_generator0_debug.o ap_texpr0_debug.o ap_tcons0_debug.o ap_manager_debug.o ap_abstract0_debug.o ap_policy_debug.o ap_generic_debug.o ap_var_debug.o ap_environment_debug.o ap_linexpr1_debug.o ap_lincons1_debug.o ap_generator1_debug.o ap_texpr1_debug.o ap_tcons1_debug.o ap_abstract1_debug.o ap_linearize_debug.o ap_reducedproduct_debug.o ap_disjunction_debug.o ap_linearize_auxMPQ_debug.o ap_linearize_auxD_debug.o ap_linearize_auxMPFR_debug.o \ - ../itv/itvIl_debug.o ../itv/itv_linexprIl_debug.o ../itv/itv_linearizeIl_debug.o ../itv/itvIll_debug.o ../itv/itv_linexprIll_debug.o ../itv/itv_linearizeIll_debug.o ../itv/itvRl_debug.o ../itv/itv_linexprRl_debug.o ../itv/itv_linearizeRl_debug.o ../itv/itvRll_debug.o ../itv/itv_linexprRll_debug.o ../itv/itv_linearizeRll_debug.o ../itv/itvMPZ_debug.o ../itv/itv_linexprMPZ_debug.o ../itv/itv_linearizeMPZ_debug.o ../itv/itvMPQ_debug.o ../itv/itv_linexprMPQ_debug.o ../itv/itv_linearizeMPQ_debug.o ../itv/itvD_debug.o ../itv/itv_linexprD_debug.o ../itv/itv_linearizeD_debug.o ../itv/itvMPFR_debug.o ../itv/itv_linexprMPFR_debug.o ../itv/itv_linearizeMPFR_debug.o ../itv/itvDl_debug.o ../itv/itv_linexprDl_debug.o ../itv/itv_linearizeDl_debug.o -lm -lgmp -lmpfr - make[1]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/apron.20150930/apron' - (cd newpolka; make all) - make[1]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/apron.20150930/newpolka' - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o mf_qsortMPQ.o mf_qsort.c - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o pk_userMPQ.o pk_user.c - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o pk_internalMPQ.o pk_internal.c - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o pk_bitMPQ.o pk_bit.c - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o pk_satmatMPQ.o pk_satmat.c - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o pk_vectorMPQ.o pk_vector.c - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o pk_matrixMPQ.o pk_matrix.c - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o pk_cherniMPQ.o pk_cherni.c - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o pk_representationMPQ.o pk_representation.c - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o pk_approximateMPQ.o pk_approximate.c - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o pk_constructorMPQ.o pk_constructor.c - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o pk_testMPQ.o pk_test.c - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o pk_extractMPQ.o pk_extract.c - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o pk_meetjoinMPQ.o pk_meetjoin.c - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o pk_assignMPQ.o pk_assign.c - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o pk_projectMPQ.o pk_project.c - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o pk_resizeMPQ.o pk_resize.c - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o pk_expandfoldMPQ.o pk_expandfold.c - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o pk_wideningMPQ.o pk_widening.c - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o pk_closureMPQ.o pk_closure.c - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o pkeqMPQ.o pkeq.c - /usr/bin/ar rcs libpolkaMPQ.a mf_qsortMPQ.o pk_userMPQ.o pk_internalMPQ.o pk_bitMPQ.o pk_satmatMPQ.o pk_vectorMPQ.o pk_matrixMPQ.o pk_cherniMPQ.o pk_representationMPQ.o pk_approximateMPQ.o pk_constructorMPQ.o pk_testMPQ.o pk_extractMPQ.o pk_meetjoinMPQ.o pk_assignMPQ.o pk_projectMPQ.o pk_resizeMPQ.o pk_expandfoldMPQ.o pk_wideningMPQ.o pk_closureMPQ.o pkeqMPQ.o - /usr/bin/ranlib libpolkaMPQ.a - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o mf_qsortMPQ_debug.o mf_qsort.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o pk_userMPQ_debug.o pk_user.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o pk_internalMPQ_debug.o pk_internal.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o pk_bitMPQ_debug.o pk_bit.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o pk_satmatMPQ_debug.o pk_satmat.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o pk_vectorMPQ_debug.o pk_vector.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o pk_matrixMPQ_debug.o pk_matrix.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o pk_cherniMPQ_debug.o pk_cherni.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o pk_representationMPQ_debug.o pk_representation.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o pk_approximateMPQ_debug.o pk_approximate.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o pk_constructorMPQ_debug.o pk_constructor.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o pk_testMPQ_debug.o pk_test.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o pk_extractMPQ_debug.o pk_extract.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o pk_meetjoinMPQ_debug.o pk_meetjoin.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o pk_assignMPQ_debug.o pk_assign.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o pk_projectMPQ_debug.o pk_project.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o pk_resizeMPQ_debug.o pk_resize.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o pk_expandfoldMPQ_debug.o pk_expandfold.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o pk_wideningMPQ_debug.o pk_widening.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o pk_closureMPQ_debug.o pk_closure.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o pkeqMPQ_debug.o pkeq.c - /usr/bin/ar rcs libpolkaMPQ_debug.a mf_qsortMPQ_debug.o pk_userMPQ_debug.o pk_internalMPQ_debug.o pk_bitMPQ_debug.o pk_satmatMPQ_debug.o pk_vectorMPQ_debug.o pk_matrixMPQ_debug.o pk_cherniMPQ_debug.o pk_representationMPQ_debug.o pk_approximateMPQ_debug.o pk_constructorMPQ_debug.o pk_testMPQ_debug.o pk_extractMPQ_debug.o pk_meetjoinMPQ_debug.o pk_assignMPQ_debug.o pk_projectMPQ_debug.o pk_resizeMPQ_debug.o pk_expandfoldMPQ_debug.o pk_wideningMPQ_debug.o pk_closureMPQ_debug.o pkeqMPQ_debug.o - /usr/bin/ranlib libpolkaMPQ_debug.a - cc -shared -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -o libpolkaMPQ.so mf_qsortMPQ.o pk_userMPQ.o pk_internalMPQ.o pk_bitMPQ.o pk_satmatMPQ.o pk_vectorMPQ.o pk_matrixMPQ.o pk_cherniMPQ.o pk_representationMPQ.o pk_approximateMPQ.o pk_constructorMPQ.o pk_testMPQ.o pk_extractMPQ.o pk_meetjoinMPQ.o pk_assignMPQ.o pk_projectMPQ.o pk_resizeMPQ.o pk_expandfoldMPQ.o pk_wideningMPQ.o pk_closureMPQ.o pkeqMPQ.o -L../apron -lapron -lmpfr -lgmp -lm - cc -shared -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -o libpolkaMPQ_debug.so mf_qsortMPQ_debug.o pk_userMPQ_debug.o pk_internalMPQ_debug.o pk_bitMPQ_debug.o pk_satmatMPQ_debug.o pk_vectorMPQ_debug.o pk_matrixMPQ_debug.o pk_cherniMPQ_debug.o pk_representationMPQ_debug.o pk_approximateMPQ_debug.o pk_constructorMPQ_debug.o pk_testMPQ_debug.o pk_extractMPQ_debug.o pk_meetjoinMPQ_debug.o pk_assignMPQ_debug.o pk_projectMPQ_debug.o pk_resizeMPQ_debug.o pk_expandfoldMPQ_debug.o pk_wideningMPQ_debug.o pk_closureMPQ_debug.o pkeqMPQ_debug.o -L../apron -lapron_debug -lmpfr -lgmp -lm - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_LONGLONGRAT -c -o mf_qsortRll.o mf_qsort.c - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_userRll.o pk_user.c - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_internalRll.o pk_internal.c - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_bitRll.o pk_bit.c - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_satmatRll.o pk_satmat.c - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_vectorRll.o pk_vector.c - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_matrixRll.o pk_matrix.c - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_cherniRll.o pk_cherni.c - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_representationRll.o pk_representation.c - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_approximateRll.o pk_approximate.c - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_constructorRll.o pk_constructor.c - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_testRll.o pk_test.c - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_extractRll.o pk_extract.c - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_meetjoinRll.o pk_meetjoin.c - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_assignRll.o pk_assign.c - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_projectRll.o pk_project.c - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_resizeRll.o pk_resize.c - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_expandfoldRll.o pk_expandfold.c - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_wideningRll.o pk_widening.c - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_closureRll.o pk_closure.c - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_LONGLONGRAT -c -o pkeqRll.o pkeq.c - /usr/bin/ar rcs libpolkaRll.a mf_qsortRll.o pk_userRll.o pk_internalRll.o pk_bitRll.o pk_satmatRll.o pk_vectorRll.o pk_matrixRll.o pk_cherniRll.o pk_representationRll.o pk_approximateRll.o pk_constructorRll.o pk_testRll.o pk_extractRll.o pk_meetjoinRll.o pk_assignRll.o pk_projectRll.o pk_resizeRll.o pk_expandfoldRll.o pk_wideningRll.o pk_closureRll.o pkeqRll.o - /usr/bin/ranlib libpolkaRll.a - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_LONGLONGRAT -c -o mf_qsortRll_debug.o mf_qsort.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_userRll_debug.o pk_user.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_internalRll_debug.o pk_internal.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_bitRll_debug.o pk_bit.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_satmatRll_debug.o pk_satmat.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_vectorRll_debug.o pk_vector.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_matrixRll_debug.o pk_matrix.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_cherniRll_debug.o pk_cherni.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_representationRll_debug.o pk_representation.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_approximateRll_debug.o pk_approximate.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_constructorRll_debug.o pk_constructor.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_testRll_debug.o pk_test.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_extractRll_debug.o pk_extract.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_meetjoinRll_debug.o pk_meetjoin.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_assignRll_debug.o pk_assign.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_projectRll_debug.o pk_project.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_resizeRll_debug.o pk_resize.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_expandfoldRll_debug.o pk_expandfold.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_wideningRll_debug.o pk_widening.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_closureRll_debug.o pk_closure.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_LONGLONGRAT -c -o pkeqRll_debug.o pkeq.c - /usr/bin/ar rcs libpolkaRll_debug.a mf_qsortRll_debug.o pk_userRll_debug.o pk_internalRll_debug.o pk_bitRll_debug.o pk_satmatRll_debug.o pk_vectorRll_debug.o pk_matrixRll_debug.o pk_cherniRll_debug.o pk_representationRll_debug.o pk_approximateRll_debug.o pk_constructorRll_debug.o pk_testRll_debug.o pk_extractRll_debug.o pk_meetjoinRll_debug.o pk_assignRll_debug.o pk_projectRll_debug.o pk_resizeRll_debug.o pk_expandfoldRll_debug.o pk_wideningRll_debug.o pk_closureRll_debug.o pkeqRll_debug.o - /usr/bin/ranlib libpolkaRll_debug.a - cc -shared -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -o libpolkaRll.so mf_qsortRll.o pk_userRll.o pk_internalRll.o pk_bitRll.o pk_satmatRll.o pk_vectorRll.o pk_matrixRll.o pk_cherniRll.o pk_representationRll.o pk_approximateRll.o pk_constructorRll.o pk_testRll.o pk_extractRll.o pk_meetjoinRll.o pk_assignRll.o pk_projectRll.o pk_resizeRll.o pk_expandfoldRll.o pk_wideningRll.o pk_closureRll.o pkeqRll.o -L../apron -lapron -lmpfr -lgmp -lm - cc -shared -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -o libpolkaRll_debug.so mf_qsortRll_debug.o pk_userRll_debug.o pk_internalRll_debug.o pk_bitRll_debug.o pk_satmatRll_debug.o pk_vectorRll_debug.o pk_matrixRll_debug.o pk_cherniRll_debug.o pk_representationRll_debug.o pk_approximateRll_debug.o pk_constructorRll_debug.o pk_testRll_debug.o pk_extractRll_debug.o pk_meetjoinRll_debug.o pk_assignRll_debug.o pk_projectRll_debug.o pk_resizeRll_debug.o pk_expandfoldRll_debug.o pk_wideningRll_debug.o pk_closureRll_debug.o pkeqRll_debug.o -L../apron -lapron_debug -lmpfr -lgmp -lm - make[1]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/apron.20150930/newpolka' - (cd box; make all) - make[1]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/apron.20150930/box' - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o box_internalMPQ.o box_internal.c - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o box_representationMPQ.o box_representation.c - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o box_constructorMPQ.o box_constructor.c - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o box_meetjoinMPQ.o box_meetjoin.c - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o box_assignMPQ.o box_assign.c - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o box_resizeMPQ.o box_resize.c - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o box_otheropsMPQ.o box_otherops.c - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o box_policyMPQ.o box_policy.c - /usr/bin/ar rcs libboxMPQ.a box_internalMPQ.o box_representationMPQ.o box_constructorMPQ.o box_meetjoinMPQ.o box_assignMPQ.o box_resizeMPQ.o box_otheropsMPQ.o box_policyMPQ.o - /usr/bin/ranlib libboxMPQ.a - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o box_internalMPQ_debug.o box_internal.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o box_representationMPQ_debug.o box_representation.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o box_constructorMPQ_debug.o box_constructor.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o box_meetjoinMPQ_debug.o box_meetjoin.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o box_assignMPQ_debug.o box_assign.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o box_resizeMPQ_debug.o box_resize.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o box_otheropsMPQ_debug.o box_otherops.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o box_policyMPQ_debug.o box_policy.c - /usr/bin/ar rcs libboxMPQ_debug.a box_internalMPQ_debug.o box_representationMPQ_debug.o box_constructorMPQ_debug.o box_meetjoinMPQ_debug.o box_assignMPQ_debug.o box_resizeMPQ_debug.o box_otheropsMPQ_debug.o box_policyMPQ_debug.o - /usr/bin/ranlib libboxMPQ_debug.a - cc -shared -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -o libboxMPQ.so box_internalMPQ.o box_representationMPQ.o box_constructorMPQ.o box_meetjoinMPQ.o box_assignMPQ.o box_resizeMPQ.o box_otheropsMPQ.o box_policyMPQ.o -L../apron -lapron -lmpfr -lgmp -lm - cc -shared -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -o libboxMPQ_debug.so box_internalMPQ_debug.o box_representationMPQ_debug.o box_constructorMPQ_debug.o box_meetjoinMPQ_debug.o box_assignMPQ_debug.o box_resizeMPQ_debug.o box_otheropsMPQ_debug.o box_policyMPQ_debug.o -L../apron -lapron_debug -lmpfr -lgmp -lm - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_DOUBLE -c -o box_internalD.o box_internal.c - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from box_config.h:5, - from box_internal.h:11, - from box_internal.c:8: - ../num/numflt_native.h: In function 'numflt_root': - ../num/numflt_native.h:191:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 191 | mpfr_root(res, arg, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from box_config.h:5, - from box_internal.h:11, - from box_internal.c:8: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from box_config.h:5, - from box_internal.h:11, - from box_internal.c:8: - ../num/numflt_native.h:194:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 194 | mpfr_root(res, arg, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from box_config.h:5, - from box_internal.h:11, - from box_internal.c:8: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_DOUBLE -c -o box_representationD.o box_representation.c - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from box_config.h:5, - from box_internal.h:11, - from box_representation.c:8: - ../num/numflt_native.h: In function 'numflt_root': - ../num/numflt_native.h:191:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 191 | mpfr_root(res, arg, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from box_config.h:5, - from box_internal.h:11, - from box_representation.c:8: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from box_config.h:5, - from box_internal.h:11, - from box_representation.c:8: - ../num/numflt_native.h:194:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 194 | mpfr_root(res, arg, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from box_config.h:5, - from box_internal.h:11, - from box_representation.c:8: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_DOUBLE -c -o box_constructorD.o box_constructor.c - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from box_config.h:5, - from box_internal.h:11, - from box_constructor.c:8: - ../num/numflt_native.h: In function 'numflt_root': - ../num/numflt_native.h:191:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 191 | mpfr_root(res, arg, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from box_config.h:5, - from box_internal.h:11, - from box_constructor.c:8: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from box_config.h:5, - from box_internal.h:11, - from box_constructor.c:8: - ../num/numflt_native.h:194:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 194 | mpfr_root(res, arg, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from box_config.h:5, - from box_internal.h:11, - from box_constructor.c:8: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_DOUBLE -c -o box_meetjoinD.o box_meetjoin.c - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from box_config.h:5, - from box_internal.h:11, - from box_meetjoin.c:8: - ../num/numflt_native.h: In function 'numflt_root': - ../num/numflt_native.h:191:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 191 | mpfr_root(res, arg, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from box_config.h:5, - from box_internal.h:11, - from box_meetjoin.c:8: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from box_config.h:5, - from box_internal.h:11, - from box_meetjoin.c:8: - ../num/numflt_native.h:194:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 194 | mpfr_root(res, arg, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from box_config.h:5, - from box_internal.h:11, - from box_meetjoin.c:8: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_DOUBLE -c -o box_assignD.o box_assign.c - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from box_config.h:5, - from box_internal.h:11, - from box_assign.c:8: - ../num/numflt_native.h: In function 'numflt_root': - ../num/numflt_native.h:191:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 191 | mpfr_root(res, arg, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from box_config.h:5, - from box_internal.h:11, - from box_assign.c:8: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from box_config.h:5, - from box_internal.h:11, - from box_assign.c:8: - ../num/numflt_native.h:194:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 194 | mpfr_root(res, arg, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from box_config.h:5, - from box_internal.h:11, - from box_assign.c:8: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_DOUBLE -c -o box_resizeD.o box_resize.c - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from box_config.h:5, - from box_internal.h:11, - from box_resize.c:5: - ../num/numflt_native.h: In function 'numflt_root': - ../num/numflt_native.h:191:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 191 | mpfr_root(res, arg, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from box_config.h:5, - from box_internal.h:11, - from box_resize.c:5: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from box_config.h:5, - from box_internal.h:11, - from box_resize.c:5: - ../num/numflt_native.h:194:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 194 | mpfr_root(res, arg, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from box_config.h:5, - from box_internal.h:11, - from box_resize.c:5: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_DOUBLE -c -o box_otheropsD.o box_otherops.c - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from box_config.h:5, - from box_internal.h:11, - from box_otherops.c:5: - ../num/numflt_native.h: In function 'numflt_root': - ../num/numflt_native.h:191:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 191 | mpfr_root(res, arg, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from box_config.h:5, - from box_internal.h:11, - from box_otherops.c:5: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from box_config.h:5, - from box_internal.h:11, - from box_otherops.c:5: - ../num/numflt_native.h:194:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 194 | mpfr_root(res, arg, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from box_config.h:5, - from box_internal.h:11, - from box_otherops.c:5: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_DOUBLE -c -o box_policyD.o box_policy.c - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from ../itv/itv.h:9, - from box_policy.c:9: - ../num/numflt_native.h: In function 'numflt_root': - ../num/numflt_native.h:191:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 191 | mpfr_root(res, arg, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from ../itv/itv.h:9, - from box_policy.c:9: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from ../itv/itv.h:9, - from box_policy.c:9: - ../num/numflt_native.h:194:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 194 | mpfr_root(res, arg, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from ../itv/itv.h:9, - from box_policy.c:9: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - /usr/bin/ar rcs libboxD.a box_internalD.o box_representationD.o box_constructorD.o box_meetjoinD.o box_assignD.o box_resizeD.o box_otheropsD.o box_policyD.o - /usr/bin/ranlib libboxD.a - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_DOUBLE -c -o box_internalD_debug.o box_internal.c - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from box_config.h:5, - from box_internal.h:11, - from box_internal.c:8: - ../num/numflt_native.h: In function 'numflt_root': - ../num/numflt_native.h:191:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 191 | mpfr_root(res, arg, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from box_config.h:5, - from box_internal.h:11, - from box_internal.c:8: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from box_config.h:5, - from box_internal.h:11, - from box_internal.c:8: - ../num/numflt_native.h:194:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 194 | mpfr_root(res, arg, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from box_config.h:5, - from box_internal.h:11, - from box_internal.c:8: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_DOUBLE -c -o box_representationD_debug.o box_representation.c - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from box_config.h:5, - from box_internal.h:11, - from box_representation.c:8: - ../num/numflt_native.h: In function 'numflt_root': - ../num/numflt_native.h:191:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 191 | mpfr_root(res, arg, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from box_config.h:5, - from box_internal.h:11, - from box_representation.c:8: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from box_config.h:5, - from box_internal.h:11, - from box_representation.c:8: - ../num/numflt_native.h:194:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 194 | mpfr_root(res, arg, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from box_config.h:5, - from box_internal.h:11, - from box_representation.c:8: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_DOUBLE -c -o box_constructorD_debug.o box_constructor.c - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from box_config.h:5, - from box_internal.h:11, - from box_constructor.c:8: - ../num/numflt_native.h: In function 'numflt_root': - ../num/numflt_native.h:191:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 191 | mpfr_root(res, arg, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from box_config.h:5, - from box_internal.h:11, - from box_constructor.c:8: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from box_config.h:5, - from box_internal.h:11, - from box_constructor.c:8: - ../num/numflt_native.h:194:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 194 | mpfr_root(res, arg, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from box_config.h:5, - from box_internal.h:11, - from box_constructor.c:8: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_DOUBLE -c -o box_meetjoinD_debug.o box_meetjoin.c - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from box_config.h:5, - from box_internal.h:11, - from box_meetjoin.c:8: - ../num/numflt_native.h: In function 'numflt_root': - ../num/numflt_native.h:191:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 191 | mpfr_root(res, arg, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from box_config.h:5, - from box_internal.h:11, - from box_meetjoin.c:8: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from box_config.h:5, - from box_internal.h:11, - from box_meetjoin.c:8: - ../num/numflt_native.h:194:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 194 | mpfr_root(res, arg, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from box_config.h:5, - from box_internal.h:11, - from box_meetjoin.c:8: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_DOUBLE -c -o box_assignD_debug.o box_assign.c - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from box_config.h:5, - from box_internal.h:11, - from box_assign.c:8: - ../num/numflt_native.h: In function 'numflt_root': - ../num/numflt_native.h:191:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 191 | mpfr_root(res, arg, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from box_config.h:5, - from box_internal.h:11, - from box_assign.c:8: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from box_config.h:5, - from box_internal.h:11, - from box_assign.c:8: - ../num/numflt_native.h:194:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 194 | mpfr_root(res, arg, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from box_config.h:5, - from box_internal.h:11, - from box_assign.c:8: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_DOUBLE -c -o box_resizeD_debug.o box_resize.c - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from box_config.h:5, - from box_internal.h:11, - from box_resize.c:5: - ../num/numflt_native.h: In function 'numflt_root': - ../num/numflt_native.h:191:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 191 | mpfr_root(res, arg, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from box_config.h:5, - from box_internal.h:11, - from box_resize.c:5: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from box_config.h:5, - from box_internal.h:11, - from box_resize.c:5: - ../num/numflt_native.h:194:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 194 | mpfr_root(res, arg, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from box_config.h:5, - from box_internal.h:11, - from box_resize.c:5: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_DOUBLE -c -o box_otheropsD_debug.o box_otherops.c - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from box_config.h:5, - from box_internal.h:11, - from box_otherops.c:5: - ../num/numflt_native.h: In function 'numflt_root': - ../num/numflt_native.h:191:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 191 | mpfr_root(res, arg, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from box_config.h:5, - from box_internal.h:11, - from box_otherops.c:5: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from box_config.h:5, - from box_internal.h:11, - from box_otherops.c:5: - ../num/numflt_native.h:194:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 194 | mpfr_root(res, arg, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from box_config.h:5, - from box_internal.h:11, - from box_otherops.c:5: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_DOUBLE -c -o box_policyD_debug.o box_policy.c - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from ../itv/itv.h:9, - from box_policy.c:9: - ../num/numflt_native.h: In function 'numflt_root': - ../num/numflt_native.h:191:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 191 | mpfr_root(res, arg, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from ../itv/itv.h:9, - from box_policy.c:9: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from ../itv/itv.h:9, - from box_policy.c:9: - ../num/numflt_native.h:194:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 194 | mpfr_root(res, arg, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from ../itv/itv.h:9, - from box_policy.c:9: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - /usr/bin/ar rcs libboxD_debug.a box_internalD_debug.o box_representationD_debug.o box_constructorD_debug.o box_meetjoinD_debug.o box_assignD_debug.o box_resizeD_debug.o box_otheropsD_debug.o box_policyD_debug.o - /usr/bin/ranlib libboxD_debug.a - cc -shared -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -o libboxD.so box_internalD.o box_representationD.o box_constructorD.o box_meetjoinD.o box_assignD.o box_resizeD.o box_otheropsD.o box_policyD.o -L../apron -lapron -lmpfr -lgmp -lm - cc -shared -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -o libboxD_debug.so box_internalD_debug.o box_representationD_debug.o box_constructorD_debug.o box_meetjoinD_debug.o box_assignD_debug.o box_resizeD_debug.o box_otheropsD_debug.o box_policyD_debug.o -L../apron -lapron_debug -lmpfr -lgmp -lm - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPFR -c -o box_internalMPFR.o box_internal.c - In file included from ../num/numflt.h:25, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from box_config.h:5, - from box_internal.h:11, - from box_internal.c:8: - ../num/numflt_mpfr.h: In function 'numflt_root': - ../num/numflt_mpfr.h:126:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 126 | mpfr_root(up, b, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from box_config.h:5, - from box_internal.h:11, - from box_internal.c:8: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:25, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from box_config.h:5, - from box_internal.h:11, - from box_internal.c:8: - ../num/numflt_mpfr.h:127:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 127 | mpfr_root(down, b, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from box_config.h:5, - from box_internal.h:11, - from box_internal.c:8: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPFR -c -o box_representationMPFR.o box_representation.c - In file included from ../num/numflt.h:25, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from box_config.h:5, - from box_internal.h:11, - from box_representation.c:8: - ../num/numflt_mpfr.h: In function 'numflt_root': - ../num/numflt_mpfr.h:126:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 126 | mpfr_root(up, b, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from box_config.h:5, - from box_internal.h:11, - from box_representation.c:8: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:25, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from box_config.h:5, - from box_internal.h:11, - from box_representation.c:8: - ../num/numflt_mpfr.h:127:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 127 | mpfr_root(down, b, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from box_config.h:5, - from box_internal.h:11, - from box_representation.c:8: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPFR -c -o box_constructorMPFR.o box_constructor.c - In file included from ../num/numflt.h:25, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from box_config.h:5, - from box_internal.h:11, - from box_constructor.c:8: - ../num/numflt_mpfr.h: In function 'numflt_root': - ../num/numflt_mpfr.h:126:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 126 | mpfr_root(up, b, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from box_config.h:5, - from box_internal.h:11, - from box_constructor.c:8: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:25, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from box_config.h:5, - from box_internal.h:11, - from box_constructor.c:8: - ../num/numflt_mpfr.h:127:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 127 | mpfr_root(down, b, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from box_config.h:5, - from box_internal.h:11, - from box_constructor.c:8: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPFR -c -o box_meetjoinMPFR.o box_meetjoin.c - In file included from ../num/numflt.h:25, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from box_config.h:5, - from box_internal.h:11, - from box_meetjoin.c:8: - ../num/numflt_mpfr.h: In function 'numflt_root': - ../num/numflt_mpfr.h:126:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 126 | mpfr_root(up, b, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from box_config.h:5, - from box_internal.h:11, - from box_meetjoin.c:8: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:25, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from box_config.h:5, - from box_internal.h:11, - from box_meetjoin.c:8: - ../num/numflt_mpfr.h:127:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 127 | mpfr_root(down, b, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from box_config.h:5, - from box_internal.h:11, - from box_meetjoin.c:8: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPFR -c -o box_assignMPFR.o box_assign.c - In file included from ../num/numflt.h:25, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from box_config.h:5, - from box_internal.h:11, - from box_assign.c:8: - ../num/numflt_mpfr.h: In function 'numflt_root': - ../num/numflt_mpfr.h:126:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 126 | mpfr_root(up, b, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from box_config.h:5, - from box_internal.h:11, - from box_assign.c:8: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:25, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from box_config.h:5, - from box_internal.h:11, - from box_assign.c:8: - ../num/numflt_mpfr.h:127:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 127 | mpfr_root(down, b, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from box_config.h:5, - from box_internal.h:11, - from box_assign.c:8: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPFR -c -o box_resizeMPFR.o box_resize.c - In file included from ../num/numflt.h:25, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from box_config.h:5, - from box_internal.h:11, - from box_resize.c:5: - ../num/numflt_mpfr.h: In function 'numflt_root': - ../num/numflt_mpfr.h:126:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 126 | mpfr_root(up, b, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from box_config.h:5, - from box_internal.h:11, - from box_resize.c:5: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:25, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from box_config.h:5, - from box_internal.h:11, - from box_resize.c:5: - ../num/numflt_mpfr.h:127:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 127 | mpfr_root(down, b, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from box_config.h:5, - from box_internal.h:11, - from box_resize.c:5: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPFR -c -o box_otheropsMPFR.o box_otherops.c - In file included from ../num/numflt.h:25, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from box_config.h:5, - from box_internal.h:11, - from box_otherops.c:5: - ../num/numflt_mpfr.h: In function 'numflt_root': - ../num/numflt_mpfr.h:126:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 126 | mpfr_root(up, b, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from box_config.h:5, - from box_internal.h:11, - from box_otherops.c:5: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:25, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from box_config.h:5, - from box_internal.h:11, - from box_otherops.c:5: - ../num/numflt_mpfr.h:127:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 127 | mpfr_root(down, b, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from box_config.h:5, - from box_internal.h:11, - from box_otherops.c:5: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPFR -c -o box_policyMPFR.o box_policy.c - In file included from ../num/numflt.h:25, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from ../itv/itv.h:9, - from box_policy.c:9: - ../num/numflt_mpfr.h: In function 'numflt_root': - ../num/numflt_mpfr.h:126:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 126 | mpfr_root(up, b, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from ../itv/itv.h:9, - from box_policy.c:9: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:25, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from ../itv/itv.h:9, - from box_policy.c:9: - ../num/numflt_mpfr.h:127:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 127 | mpfr_root(down, b, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from ../itv/itv.h:9, - from box_policy.c:9: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - /usr/bin/ar rcs libboxMPFR.a box_internalMPFR.o box_representationMPFR.o box_constructorMPFR.o box_meetjoinMPFR.o box_assignMPFR.o box_resizeMPFR.o box_otheropsMPFR.o box_policyMPFR.o - /usr/bin/ranlib libboxMPFR.a - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPFR -c -o box_internalMPFR_debug.o box_internal.c - In file included from ../num/numflt.h:25, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from box_config.h:5, - from box_internal.h:11, - from box_internal.c:8: - ../num/numflt_mpfr.h: In function 'numflt_root': - ../num/numflt_mpfr.h:126:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 126 | mpfr_root(up, b, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from box_config.h:5, - from box_internal.h:11, - from box_internal.c:8: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:25, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from box_config.h:5, - from box_internal.h:11, - from box_internal.c:8: - ../num/numflt_mpfr.h:127:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 127 | mpfr_root(down, b, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from box_config.h:5, - from box_internal.h:11, - from box_internal.c:8: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPFR -c -o box_representationMPFR_debug.o box_representation.c - In file included from ../num/numflt.h:25, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from box_config.h:5, - from box_internal.h:11, - from box_representation.c:8: - ../num/numflt_mpfr.h: In function 'numflt_root': - ../num/numflt_mpfr.h:126:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 126 | mpfr_root(up, b, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from box_config.h:5, - from box_internal.h:11, - from box_representation.c:8: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:25, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from box_config.h:5, - from box_internal.h:11, - from box_representation.c:8: - ../num/numflt_mpfr.h:127:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 127 | mpfr_root(down, b, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from box_config.h:5, - from box_internal.h:11, - from box_representation.c:8: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPFR -c -o box_constructorMPFR_debug.o box_constructor.c - In file included from ../num/numflt.h:25, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from box_config.h:5, - from box_internal.h:11, - from box_constructor.c:8: - ../num/numflt_mpfr.h: In function 'numflt_root': - ../num/numflt_mpfr.h:126:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 126 | mpfr_root(up, b, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from box_config.h:5, - from box_internal.h:11, - from box_constructor.c:8: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:25, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from box_config.h:5, - from box_internal.h:11, - from box_constructor.c:8: - ../num/numflt_mpfr.h:127:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 127 | mpfr_root(down, b, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from box_config.h:5, - from box_internal.h:11, - from box_constructor.c:8: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPFR -c -o box_meetjoinMPFR_debug.o box_meetjoin.c - In file included from ../num/numflt.h:25, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from box_config.h:5, - from box_internal.h:11, - from box_meetjoin.c:8: - ../num/numflt_mpfr.h: In function 'numflt_root': - ../num/numflt_mpfr.h:126:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 126 | mpfr_root(up, b, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from box_config.h:5, - from box_internal.h:11, - from box_meetjoin.c:8: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:25, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from box_config.h:5, - from box_internal.h:11, - from box_meetjoin.c:8: - ../num/numflt_mpfr.h:127:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 127 | mpfr_root(down, b, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from box_config.h:5, - from box_internal.h:11, - from box_meetjoin.c:8: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPFR -c -o box_assignMPFR_debug.o box_assign.c - In file included from ../num/numflt.h:25, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from box_config.h:5, - from box_internal.h:11, - from box_assign.c:8: - ../num/numflt_mpfr.h: In function 'numflt_root': - ../num/numflt_mpfr.h:126:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 126 | mpfr_root(up, b, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from box_config.h:5, - from box_internal.h:11, - from box_assign.c:8: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:25, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from box_config.h:5, - from box_internal.h:11, - from box_assign.c:8: - ../num/numflt_mpfr.h:127:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 127 | mpfr_root(down, b, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from box_config.h:5, - from box_internal.h:11, - from box_assign.c:8: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPFR -c -o box_resizeMPFR_debug.o box_resize.c - In file included from ../num/numflt.h:25, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from box_config.h:5, - from box_internal.h:11, - from box_resize.c:5: - ../num/numflt_mpfr.h: In function 'numflt_root': - ../num/numflt_mpfr.h:126:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 126 | mpfr_root(up, b, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from box_config.h:5, - from box_internal.h:11, - from box_resize.c:5: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:25, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from box_config.h:5, - from box_internal.h:11, - from box_resize.c:5: - ../num/numflt_mpfr.h:127:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 127 | mpfr_root(down, b, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from box_config.h:5, - from box_internal.h:11, - from box_resize.c:5: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPFR -c -o box_otheropsMPFR_debug.o box_otherops.c - In file included from ../num/numflt.h:25, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from box_config.h:5, - from box_internal.h:11, - from box_otherops.c:5: - ../num/numflt_mpfr.h: In function 'numflt_root': - ../num/numflt_mpfr.h:126:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 126 | mpfr_root(up, b, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from box_config.h:5, - from box_internal.h:11, - from box_otherops.c:5: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:25, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from box_config.h:5, - from box_internal.h:11, - from box_otherops.c:5: - ../num/numflt_mpfr.h:127:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 127 | mpfr_root(down, b, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from box_config.h:5, - from box_internal.h:11, - from box_otherops.c:5: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPFR -c -o box_policyMPFR_debug.o box_policy.c - In file included from ../num/numflt.h:25, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from ../itv/itv.h:9, - from box_policy.c:9: - ../num/numflt_mpfr.h: In function 'numflt_root': - ../num/numflt_mpfr.h:126:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 126 | mpfr_root(up, b, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from ../itv/itv.h:9, - from box_policy.c:9: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:25, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from ../itv/itv.h:9, - from box_policy.c:9: - ../num/numflt_mpfr.h:127:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 127 | mpfr_root(down, b, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from ../itv/itv.h:9, - from box_policy.c:9: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - /usr/bin/ar rcs libboxMPFR_debug.a box_internalMPFR_debug.o box_representationMPFR_debug.o box_constructorMPFR_debug.o box_meetjoinMPFR_debug.o box_assignMPFR_debug.o box_resizeMPFR_debug.o box_otheropsMPFR_debug.o box_policyMPFR_debug.o - /usr/bin/ranlib libboxMPFR_debug.a - cc -shared -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -o libboxMPFR.so box_internalMPFR.o box_representationMPFR.o box_constructorMPFR.o box_meetjoinMPFR.o box_assignMPFR.o box_resizeMPFR.o box_otheropsMPFR.o box_policyMPFR.o -L../apron -lapron -lmpfr -lgmp -lm - cc -shared -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -o libboxMPFR_debug.so box_internalMPFR_debug.o box_representationMPFR_debug.o box_constructorMPFR_debug.o box_meetjoinMPFR_debug.o box_assignMPFR_debug.o box_resizeMPFR_debug.o box_otheropsMPFR_debug.o box_policyMPFR_debug.o -L../apron -lapron_debug -lmpfr -lgmp -lm - make[1]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/apron.20150930/box' - (cd octagons; make MPQ D) - make[1]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/apron.20150930/octagons' - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o oct_hmatMPQ.o oct_hmat.c - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o oct_printMPQ.o oct_print.c - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o oct_transferMPQ.o oct_transfer.c - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o oct_closureMPQ.o oct_closure.c - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o oct_naryMPQ.o oct_nary.c - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o oct_representationMPQ.o oct_representation.c - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o oct_predicateMPQ.o oct_predicate.c - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o oct_resizeMPQ.o oct_resize.c - /usr/bin/ar rcs liboctMPQ.a oct_hmatMPQ.o oct_printMPQ.o oct_transferMPQ.o oct_closureMPQ.o oct_naryMPQ.o oct_representationMPQ.o oct_predicateMPQ.o oct_resizeMPQ.o - /usr/bin/ranlib liboctMPQ.a - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o oct_hmatMPQ_debug.o oct_hmat.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o oct_printMPQ_debug.o oct_print.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o oct_transferMPQ_debug.o oct_transfer.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o oct_closureMPQ_debug.o oct_closure.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o oct_naryMPQ_debug.o oct_nary.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o oct_representationMPQ_debug.o oct_representation.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o oct_predicateMPQ_debug.o oct_predicate.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o oct_resizeMPQ_debug.o oct_resize.c - /usr/bin/ar rcs liboctMPQ_debug.a oct_hmatMPQ_debug.o oct_printMPQ_debug.o oct_transferMPQ_debug.o oct_closureMPQ_debug.o oct_naryMPQ_debug.o oct_representationMPQ_debug.o oct_predicateMPQ_debug.o oct_resizeMPQ_debug.o - /usr/bin/ranlib liboctMPQ_debug.a - cc -shared -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -o liboctMPQ_debug.so oct_hmatMPQ_debug.o oct_printMPQ_debug.o oct_transferMPQ_debug.o oct_closureMPQ_debug.o oct_naryMPQ_debug.o oct_representationMPQ_debug.o oct_predicateMPQ_debug.o oct_resizeMPQ_debug.o -L../apron -lapron_debug -lmpfr -lgmp -lm - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o oct_testMPQ.o oct_test.c - cc -o octtestMPQ oct_testMPQ.o \ - -L. -loctMPQ_debug -L../newpolka -lpolkaMPQ_debug \ - -L../apron -lapron_debug -lmpfr -lgmp -lm -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 - cc -shared -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -o liboctMPQ.so oct_hmatMPQ.o oct_printMPQ.o oct_transferMPQ.o oct_closureMPQ.o oct_naryMPQ.o oct_representationMPQ.o oct_predicateMPQ.o oct_resizeMPQ.o -L../apron -lapron -lmpfr -lgmp -lm - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_DOUBLE -c -o oct_hmatD.o oct_hmat.c - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from oct_fun.h:32, - from oct_internal.h:23, - from oct_hmat.c:20: - ../num/numflt_native.h: In function 'numflt_root': - ../num/numflt_native.h:191:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 191 | mpfr_root(res, arg, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../apron/ap_scalar.h:20, - from ../apron/ap_coeff.h:19, - from oct.h:30, - from oct_hmat.c:19: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from oct_fun.h:32, - from oct_internal.h:23, - from oct_hmat.c:20: - ../num/numflt_native.h:194:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 194 | mpfr_root(res, arg, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../apron/ap_scalar.h:20, - from ../apron/ap_coeff.h:19, - from oct.h:30, - from oct_hmat.c:19: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_DOUBLE -c -o oct_printD.o oct_print.c - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from oct_fun.h:32, - from oct_internal.h:23, - from oct_print.c:20: - ../num/numflt_native.h: In function 'numflt_root': - ../num/numflt_native.h:191:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 191 | mpfr_root(res, arg, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../apron/ap_scalar.h:20, - from ../apron/ap_coeff.h:19, - from oct.h:30, - from oct_print.c:19: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from oct_fun.h:32, - from oct_internal.h:23, - from oct_print.c:20: - ../num/numflt_native.h:194:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 194 | mpfr_root(res, arg, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../apron/ap_scalar.h:20, - from ../apron/ap_coeff.h:19, - from oct.h:30, - from oct_print.c:19: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_DOUBLE -c -o oct_transferD.o oct_transfer.c - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from oct_fun.h:32, - from oct_internal.h:23, - from oct_transfer.c:20: - ../num/numflt_native.h: In function 'numflt_root': - ../num/numflt_native.h:191:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 191 | mpfr_root(res, arg, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../apron/ap_scalar.h:20, - from ../apron/ap_coeff.h:19, - from oct.h:30, - from oct_transfer.c:19: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from oct_fun.h:32, - from oct_internal.h:23, - from oct_transfer.c:20: - ../num/numflt_native.h:194:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 194 | mpfr_root(res, arg, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../apron/ap_scalar.h:20, - from ../apron/ap_coeff.h:19, - from oct.h:30, - from oct_transfer.c:19: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_DOUBLE -c -o oct_closureD.o oct_closure.c - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from oct_fun.h:32, - from oct_internal.h:23, - from oct_closure.c:20: - ../num/numflt_native.h: In function 'numflt_root': - ../num/numflt_native.h:191:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 191 | mpfr_root(res, arg, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../apron/ap_scalar.h:20, - from ../apron/ap_coeff.h:19, - from oct.h:30, - from oct_closure.c:19: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from oct_fun.h:32, - from oct_internal.h:23, - from oct_closure.c:20: - ../num/numflt_native.h:194:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 194 | mpfr_root(res, arg, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../apron/ap_scalar.h:20, - from ../apron/ap_coeff.h:19, - from oct.h:30, - from oct_closure.c:19: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_DOUBLE -c -o oct_naryD.o oct_nary.c - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from oct_fun.h:32, - from oct_internal.h:23, - from oct_nary.c:20: - ../num/numflt_native.h: In function 'numflt_root': - ../num/numflt_native.h:191:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 191 | mpfr_root(res, arg, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../apron/ap_scalar.h:20, - from ../apron/ap_coeff.h:19, - from oct.h:30, - from oct_nary.c:19: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from oct_fun.h:32, - from oct_internal.h:23, - from oct_nary.c:20: - ../num/numflt_native.h:194:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 194 | mpfr_root(res, arg, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../apron/ap_scalar.h:20, - from ../apron/ap_coeff.h:19, - from oct.h:30, - from oct_nary.c:19: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_DOUBLE -c -o oct_representationD.o oct_representation.c - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from oct_fun.h:32, - from oct_internal.h:23, - from oct_representation.c:20: - ../num/numflt_native.h: In function 'numflt_root': - ../num/numflt_native.h:191:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 191 | mpfr_root(res, arg, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../apron/ap_scalar.h:20, - from ../apron/ap_coeff.h:19, - from oct.h:30, - from oct_representation.c:19: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from oct_fun.h:32, - from oct_internal.h:23, - from oct_representation.c:20: - ../num/numflt_native.h:194:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 194 | mpfr_root(res, arg, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../apron/ap_scalar.h:20, - from ../apron/ap_coeff.h:19, - from oct.h:30, - from oct_representation.c:19: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_DOUBLE -c -o oct_predicateD.o oct_predicate.c - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from oct_fun.h:32, - from oct_internal.h:23, - from oct_predicate.c:20: - ../num/numflt_native.h: In function 'numflt_root': - ../num/numflt_native.h:191:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 191 | mpfr_root(res, arg, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../apron/ap_scalar.h:20, - from ../apron/ap_coeff.h:19, - from oct.h:30, - from oct_predicate.c:19: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from oct_fun.h:32, - from oct_internal.h:23, - from oct_predicate.c:20: - ../num/numflt_native.h:194:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 194 | mpfr_root(res, arg, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../apron/ap_scalar.h:20, - from ../apron/ap_coeff.h:19, - from oct.h:30, - from oct_predicate.c:19: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_DOUBLE -c -o oct_resizeD.o oct_resize.c - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from oct_fun.h:32, - from oct_internal.h:23, - from oct_resize.c:20: - ../num/numflt_native.h: In function 'numflt_root': - ../num/numflt_native.h:191:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 191 | mpfr_root(res, arg, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../apron/ap_scalar.h:20, - from ../apron/ap_coeff.h:19, - from oct.h:30, - from oct_resize.c:19: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from oct_fun.h:32, - from oct_internal.h:23, - from oct_resize.c:20: - ../num/numflt_native.h:194:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 194 | mpfr_root(res, arg, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../apron/ap_scalar.h:20, - from ../apron/ap_coeff.h:19, - from oct.h:30, - from oct_resize.c:19: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - /usr/bin/ar rcs liboctD.a oct_hmatD.o oct_printD.o oct_transferD.o oct_closureD.o oct_naryD.o oct_representationD.o oct_predicateD.o oct_resizeD.o - /usr/bin/ranlib liboctD.a - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_DOUBLE -c -o oct_hmatD_debug.o oct_hmat.c - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from oct_fun.h:32, - from oct_internal.h:23, - from oct_hmat.c:20: - ../num/numflt_native.h: In function 'numflt_root': - ../num/numflt_native.h:191:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 191 | mpfr_root(res, arg, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../apron/ap_scalar.h:20, - from ../apron/ap_coeff.h:19, - from oct.h:30, - from oct_hmat.c:19: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from oct_fun.h:32, - from oct_internal.h:23, - from oct_hmat.c:20: - ../num/numflt_native.h:194:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 194 | mpfr_root(res, arg, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../apron/ap_scalar.h:20, - from ../apron/ap_coeff.h:19, - from oct.h:30, - from oct_hmat.c:19: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_DOUBLE -c -o oct_printD_debug.o oct_print.c - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from oct_fun.h:32, - from oct_internal.h:23, - from oct_print.c:20: - ../num/numflt_native.h: In function 'numflt_root': - ../num/numflt_native.h:191:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 191 | mpfr_root(res, arg, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../apron/ap_scalar.h:20, - from ../apron/ap_coeff.h:19, - from oct.h:30, - from oct_print.c:19: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from oct_fun.h:32, - from oct_internal.h:23, - from oct_print.c:20: - ../num/numflt_native.h:194:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 194 | mpfr_root(res, arg, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../apron/ap_scalar.h:20, - from ../apron/ap_coeff.h:19, - from oct.h:30, - from oct_print.c:19: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_DOUBLE -c -o oct_transferD_debug.o oct_transfer.c - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from oct_fun.h:32, - from oct_internal.h:23, - from oct_transfer.c:20: - ../num/numflt_native.h: In function 'numflt_root': - ../num/numflt_native.h:191:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 191 | mpfr_root(res, arg, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../apron/ap_scalar.h:20, - from ../apron/ap_coeff.h:19, - from oct.h:30, - from oct_transfer.c:19: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from oct_fun.h:32, - from oct_internal.h:23, - from oct_transfer.c:20: - ../num/numflt_native.h:194:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 194 | mpfr_root(res, arg, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../apron/ap_scalar.h:20, - from ../apron/ap_coeff.h:19, - from oct.h:30, - from oct_transfer.c:19: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_DOUBLE -c -o oct_closureD_debug.o oct_closure.c - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from oct_fun.h:32, - from oct_internal.h:23, - from oct_closure.c:20: - ../num/numflt_native.h: In function 'numflt_root': - ../num/numflt_native.h:191:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 191 | mpfr_root(res, arg, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../apron/ap_scalar.h:20, - from ../apron/ap_coeff.h:19, - from oct.h:30, - from oct_closure.c:19: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from oct_fun.h:32, - from oct_internal.h:23, - from oct_closure.c:20: - ../num/numflt_native.h:194:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 194 | mpfr_root(res, arg, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../apron/ap_scalar.h:20, - from ../apron/ap_coeff.h:19, - from oct.h:30, - from oct_closure.c:19: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_DOUBLE -c -o oct_naryD_debug.o oct_nary.c - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from oct_fun.h:32, - from oct_internal.h:23, - from oct_nary.c:20: - ../num/numflt_native.h: In function 'numflt_root': - ../num/numflt_native.h:191:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 191 | mpfr_root(res, arg, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../apron/ap_scalar.h:20, - from ../apron/ap_coeff.h:19, - from oct.h:30, - from oct_nary.c:19: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from oct_fun.h:32, - from oct_internal.h:23, - from oct_nary.c:20: - ../num/numflt_native.h:194:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 194 | mpfr_root(res, arg, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../apron/ap_scalar.h:20, - from ../apron/ap_coeff.h:19, - from oct.h:30, - from oct_nary.c:19: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_DOUBLE -c -o oct_representationD_debug.o oct_representation.c - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from oct_fun.h:32, - from oct_internal.h:23, - from oct_representation.c:20: - ../num/numflt_native.h: In function 'numflt_root': - ../num/numflt_native.h:191:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 191 | mpfr_root(res, arg, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../apron/ap_scalar.h:20, - from ../apron/ap_coeff.h:19, - from oct.h:30, - from oct_representation.c:19: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from oct_fun.h:32, - from oct_internal.h:23, - from oct_representation.c:20: - ../num/numflt_native.h:194:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 194 | mpfr_root(res, arg, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../apron/ap_scalar.h:20, - from ../apron/ap_coeff.h:19, - from oct.h:30, - from oct_representation.c:19: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_DOUBLE -c -o oct_predicateD_debug.o oct_predicate.c - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from oct_fun.h:32, - from oct_internal.h:23, - from oct_predicate.c:20: - ../num/numflt_native.h: In function 'numflt_root': - ../num/numflt_native.h:191:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 191 | mpfr_root(res, arg, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../apron/ap_scalar.h:20, - from ../apron/ap_coeff.h:19, - from oct.h:30, - from oct_predicate.c:19: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from oct_fun.h:32, - from oct_internal.h:23, - from oct_predicate.c:20: - ../num/numflt_native.h:194:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 194 | mpfr_root(res, arg, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../apron/ap_scalar.h:20, - from ../apron/ap_coeff.h:19, - from oct.h:30, - from oct_predicate.c:19: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_DOUBLE -c -o oct_resizeD_debug.o oct_resize.c - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from oct_fun.h:32, - from oct_internal.h:23, - from oct_resize.c:20: - ../num/numflt_native.h: In function 'numflt_root': - ../num/numflt_native.h:191:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 191 | mpfr_root(res, arg, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../apron/ap_scalar.h:20, - from ../apron/ap_coeff.h:19, - from oct.h:30, - from oct_resize.c:19: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from oct_fun.h:32, - from oct_internal.h:23, - from oct_resize.c:20: - ../num/numflt_native.h:194:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 194 | mpfr_root(res, arg, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../apron/ap_scalar.h:20, - from ../apron/ap_coeff.h:19, - from oct.h:30, - from oct_resize.c:19: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - /usr/bin/ar rcs liboctD_debug.a oct_hmatD_debug.o oct_printD_debug.o oct_transferD_debug.o oct_closureD_debug.o oct_naryD_debug.o oct_representationD_debug.o oct_predicateD_debug.o oct_resizeD_debug.o - /usr/bin/ranlib liboctD_debug.a - cc -shared -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -o liboctD_debug.so oct_hmatD_debug.o oct_printD_debug.o oct_transferD_debug.o oct_closureD_debug.o oct_naryD_debug.o oct_representationD_debug.o oct_predicateD_debug.o oct_resizeD_debug.o -L../apron -lapron_debug -lmpfr -lgmp -lm - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_DOUBLE -c -o oct_testD.o oct_test.c - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from oct_fun.h:32, - from oct_test.c:33: - ../num/numflt_native.h: In function 'numflt_root': - ../num/numflt_native.h:191:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 191 | mpfr_root(res, arg, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../apron/ap_scalar.h:20, - from ../apron/ap_coeff.h:19, - from oct.h:30, - from oct_test.c:32: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from oct_fun.h:32, - from oct_test.c:33: - ../num/numflt_native.h:194:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 194 | mpfr_root(res, arg, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../apron/ap_scalar.h:20, - from ../apron/ap_coeff.h:19, - from oct.h:30, - from oct_test.c:32: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - cc -o octtestD oct_testD.o \ - -L. -loctD_debug -L../newpolka -lpolkaMPQ_debug \ - -L../apron -lapron_debug -lmpfr -lgmp -lm -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 - cc -shared -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -o liboctD.so oct_hmatD.o oct_printD.o oct_transferD.o oct_closureD.o oct_naryD.o oct_representationD.o oct_predicateD.o oct_resizeD.o -L../apron -lapron -lmpfr -lgmp -lm - make[1]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/apron.20150930/octagons' - (cd taylor1plus; make all) - make[1]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/apron.20150930/taylor1plus' - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o t1p_internalMPQ.o t1p_internal.c - In file included from ../itv/itv_fun.h:5, - from ../itv/itv.h:14, - from t1p_internal.h:17, - from t1p_internal.c:18: - In function 'ap_interval_set_itv', - inlined from 't1p_internal_alloc' at t1p_internal.h:5267:5, - inlined from 't1p_manager_alloc' at t1p_internal.c:42:24: - ../itv/itv.h:315:17: warning: 'ap_interval_set_itv_MPQ' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 315 | { return ITVFUN(ap_interval_set_itv)(intern,a,b); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:315:10: note: in expansion of macro 'ITVFUN' - 315 | { return ITVFUN(ap_interval_set_itv)(intern,a,b); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_manager_alloc': - ../itv/itv.h:315:17: note: referencing argument 3 of type '__itv_struct *' - 315 | { return ITVFUN(ap_interval_set_itv)(intern,a,b); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:315:10: note: in expansion of macro 'ITVFUN' - 315 | { return ITVFUN(ap_interval_set_itv)(intern,a,b); } - | ^~~~~~ - ../itv/itv.h:244:13: note: in a call to function 'ap_interval_set_itv_MPQ' - 244 | bool ITVFUN(ap_interval_set_itv)(itv_internal_t* intern, ap_interval_t* a, itv_t b); - | ^~~~~~~~~~~~~~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:244:6: note: in expansion of macro 'ITVFUN' - 244 | bool ITVFUN(ap_interval_set_itv)(itv_internal_t* intern, ap_interval_t* a, itv_t b); - | ^~~~~~ - In function 'itv_neg', - inlined from 'optpr_solve' at t1p_internal.c:522:5: - ../itv/itv.h:289:10: warning: 'itv_neg_MPQ' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 289 | { ITVFUN(itv_neg)(a,b); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:289:3: note: in expansion of macro 'ITVFUN' - 289 | { ITVFUN(itv_neg)(a,b); } - | ^~~~~~ - ../itv/itv.h: In function 'optpr_solve': - ../itv/itv.h:289:10: note: referencing argument 2 of type '__itv_struct *' - 289 | { ITVFUN(itv_neg)(a,b); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:289:3: note: in expansion of macro 'ITVFUN' - 289 | { ITVFUN(itv_neg)(a,b); } - | ^~~~~~ - ../itv/itv.h:231:13: note: in a call to function 'itv_neg_MPQ' - 231 | void ITVFUN(itv_neg)(itv_t a, itv_t b); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:231:6: note: in expansion of macro 'ITVFUN' - 231 | void ITVFUN(itv_neg)(itv_t a, itv_t b); - | ^~~~~~ - In function 'itv_neg', - inlined from 'optpr_solve' at t1p_internal.c:538:5: - ../itv/itv.h:289:10: warning: 'itv_neg_MPQ' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 289 | { ITVFUN(itv_neg)(a,b); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:289:3: note: in expansion of macro 'ITVFUN' - 289 | { ITVFUN(itv_neg)(a,b); } - | ^~~~~~ - ../itv/itv.h: In function 'optpr_solve': - ../itv/itv.h:289:10: note: referencing argument 2 of type '__itv_struct *' - 289 | { ITVFUN(itv_neg)(a,b); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:289:3: note: in expansion of macro 'ITVFUN' - 289 | { ITVFUN(itv_neg)(a,b); } - | ^~~~~~ - ../itv/itv.h:231:13: note: in a call to function 'itv_neg_MPQ' - 231 | void ITVFUN(itv_neg)(itv_t a, itv_t b); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:231:6: note: in expansion of macro 'ITVFUN' - 231 | void ITVFUN(itv_neg)(itv_t a, itv_t b); - | ^~~~~~ - In function 'itv_neg', - inlined from 'optpr_solve' at t1p_internal.c:540:5: - ../itv/itv.h:289:10: warning: 'itv_neg_MPQ' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 289 | { ITVFUN(itv_neg)(a,b); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:289:3: note: in expansion of macro 'ITVFUN' - 289 | { ITVFUN(itv_neg)(a,b); } - | ^~~~~~ - ../itv/itv.h: In function 'optpr_solve': - ../itv/itv.h:289:10: note: referencing argument 2 of type '__itv_struct *' - 289 | { ITVFUN(itv_neg)(a,b); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:289:3: note: in expansion of macro 'ITVFUN' - 289 | { ITVFUN(itv_neg)(a,b); } - | ^~~~~~ - ../itv/itv.h:231:13: note: in a call to function 'itv_neg_MPQ' - 231 | void ITVFUN(itv_neg)(itv_t a, itv_t b); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:231:6: note: in expansion of macro 'ITVFUN' - 231 | void ITVFUN(itv_neg)(itv_t a, itv_t b); - | ^~~~~~ - In function 'itv_mul', - inlined from 'optpr_solve' at t1p_internal.c:628:7: - ../itv/itv.h:292:10: warning: 'itv_mul_MPQ' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h: In function 'optpr_solve': - ../itv/itv.h:292:10: note: referencing argument 3 of type '__itv_struct *' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h:232:13: note: in a call to function 'itv_mul_MPQ' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:232:6: note: in expansion of macro 'ITVFUN' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~ - In function 'itv_fprint', - inlined from 't1p_aff_fprint' at t1p_internal.h:1079:10, - inlined from 'optpr_solve' at t1p_internal.c:1004:5: - ../itv/itv.h:298:10: warning: 'itv_fprint_MPQ' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 298 | { ITVFUN(itv_fprint)(stream,a); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:298:3: note: in expansion of macro 'ITVFUN' - 298 | { ITVFUN(itv_fprint)(stream,a); } - | ^~~~~~ - ../itv/itv.h: In function 'optpr_solve': - ../itv/itv.h:298:10: note: referencing argument 2 of type '__itv_struct *' - 298 | { ITVFUN(itv_fprint)(stream,a); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:298:3: note: in expansion of macro 'ITVFUN' - 298 | { ITVFUN(itv_fprint)(stream,a); } - | ^~~~~~ - ../itv/itv.h:237:13: note: in a call to function 'itv_fprint_MPQ' - 237 | void ITVFUN(itv_fprint)(FILE* stream, itv_t a); - | ^~~~~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:237:6: note: in expansion of macro 'ITVFUN' - 237 | void ITVFUN(itv_fprint)(FILE* stream, itv_t a); - | ^~~~~~ - In function 'itv_fprint', - inlined from 't1p_aff_fprint' at t1p_internal.h:1086:5, - inlined from 'optpr_solve' at t1p_internal.c:1004:5: - ../itv/itv.h:298:10: warning: 'itv_fprint_MPQ' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 298 | { ITVFUN(itv_fprint)(stream,a); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:298:3: note: in expansion of macro 'ITVFUN' - 298 | { ITVFUN(itv_fprint)(stream,a); } - | ^~~~~~ - ../itv/itv.h: In function 'optpr_solve': - ../itv/itv.h:298:10: note: referencing argument 2 of type '__itv_struct *' - 298 | { ITVFUN(itv_fprint)(stream,a); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:298:3: note: in expansion of macro 'ITVFUN' - 298 | { ITVFUN(itv_fprint)(stream,a); } - | ^~~~~~ - ../itv/itv.h:237:13: note: in a call to function 'itv_fprint_MPQ' - 237 | void ITVFUN(itv_fprint)(FILE* stream, itv_t a); - | ^~~~~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:237:6: note: in expansion of macro 'ITVFUN' - 237 | void ITVFUN(itv_fprint)(FILE* stream, itv_t a); - | ^~~~~~ - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o t1p_representationMPQ.o t1p_representation.c - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o t1p_constructorMPQ.o t1p_constructor.c - In file included from ../itv/itv_fun.h:5, - from ../itv/itv.h:14, - from t1p_internal.h:17, - from t1p_constructor.c:8: - In function 'itv_mul', - inlined from 't1p_aff_is_leq_constrained' at t1p_internal.h:976:8, - inlined from 't1p_is_leq' at t1p_constructor.c:225:13: - ../itv/itv.h:292:10: warning: 'itv_mul_MPQ' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_is_leq': - ../itv/itv.h:292:10: note: referencing argument 2 of type '__itv_struct *' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h:232:13: note: in a call to function 'itv_mul_MPQ' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:232:6: note: in expansion of macro 'ITVFUN' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~ - In function 'itv_mul', - inlined from 't1p_aff_is_leq_constrained' at t1p_internal.h:978:8, - inlined from 't1p_is_leq' at t1p_constructor.c:225:13: - ../itv/itv.h:292:10: warning: 'itv_mul_MPQ' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_is_leq': - ../itv/itv.h:292:10: note: referencing argument 2 of type '__itv_struct *' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h:232:13: note: in a call to function 'itv_mul_MPQ' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:232:6: note: in expansion of macro 'ITVFUN' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~ - In function 'itv_mul', - inlined from 't1p_aff_is_leq_constrained' at t1p_internal.h:988:8, - inlined from 't1p_is_leq' at t1p_constructor.c:225:13: - ../itv/itv.h:292:10: warning: 'itv_mul_MPQ' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_is_leq': - ../itv/itv.h:292:10: note: referencing argument 2 of type '__itv_struct *' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - In function 'itv_mul', - inlined from 't1p_aff_is_leq_constrained' at t1p_internal.h:988:8, - inlined from 't1p_is_leq' at t1p_constructor.c:225:13: - ../itv/itv.h:292:10: warning: 'itv_mul_MPQ' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_is_leq': - ../itv/itv.h:292:10: note: referencing argument 4 of type '__itv_struct *' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h:232:13: note: in a call to function 'itv_mul_MPQ' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:232:6: note: in expansion of macro 'ITVFUN' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~ - In function 'itv_neg', - inlined from 't1p_aff_is_leq_constrained' at t1p_internal.h:993:4, - inlined from 't1p_is_leq' at t1p_constructor.c:225:13: - ../itv/itv.h:289:10: warning: 'itv_neg_MPQ' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 289 | { ITVFUN(itv_neg)(a,b); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:289:3: note: in expansion of macro 'ITVFUN' - 289 | { ITVFUN(itv_neg)(a,b); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_is_leq': - ../itv/itv.h:289:10: note: referencing argument 1 of type '__itv_struct *' - 289 | { ITVFUN(itv_neg)(a,b); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:289:3: note: in expansion of macro 'ITVFUN' - 289 | { ITVFUN(itv_neg)(a,b); } - | ^~~~~~ - ../itv/itv.h:231:13: note: in a call to function 'itv_neg_MPQ' - 231 | void ITVFUN(itv_neg)(itv_t a, itv_t b); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:231:6: note: in expansion of macro 'ITVFUN' - 231 | void ITVFUN(itv_neg)(itv_t a, itv_t b); - | ^~~~~~ - In function 'itv_mul', - inlined from 't1p_aff_is_leq_constrained' at t1p_internal.h:997:8, - inlined from 't1p_is_leq' at t1p_constructor.c:225:13: - ../itv/itv.h:292:10: warning: 'itv_mul_MPQ' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_is_leq': - ../itv/itv.h:292:10: note: referencing argument 2 of type '__itv_struct *' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h:232:13: note: in a call to function 'itv_mul_MPQ' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:232:6: note: in expansion of macro 'ITVFUN' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~ - In function 'itv_mul', - inlined from 't1p_aff_is_leq_constrained' at t1p_internal.h:1007:4, - inlined from 't1p_is_leq' at t1p_constructor.c:225:13: - ../itv/itv.h:292:10: warning: 'itv_mul_MPQ' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_is_leq': - ../itv/itv.h:292:10: note: referencing argument 2 of type '__itv_struct *' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - In function 'itv_mul', - inlined from 't1p_aff_is_leq_constrained' at t1p_internal.h:1007:4, - inlined from 't1p_is_leq' at t1p_constructor.c:225:13: - ../itv/itv.h:292:10: warning: 'itv_mul_MPQ' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_is_leq': - ../itv/itv.h:292:10: note: referencing argument 4 of type '__itv_struct *' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h:232:13: note: in a call to function 'itv_mul_MPQ' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:232:6: note: in expansion of macro 'ITVFUN' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~ - In function 'itv_neg', - inlined from 't1p_aff_is_leq_constrained' at t1p_internal.h:1012:7, - inlined from 't1p_is_leq' at t1p_constructor.c:225:13: - ../itv/itv.h:289:10: warning: 'itv_neg_MPQ' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 289 | { ITVFUN(itv_neg)(a,b); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:289:3: note: in expansion of macro 'ITVFUN' - 289 | { ITVFUN(itv_neg)(a,b); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_is_leq': - ../itv/itv.h:289:10: note: referencing argument 1 of type '__itv_struct *' - 289 | { ITVFUN(itv_neg)(a,b); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:289:3: note: in expansion of macro 'ITVFUN' - 289 | { ITVFUN(itv_neg)(a,b); } - | ^~~~~~ - ../itv/itv.h:231:13: note: in a call to function 'itv_neg_MPQ' - 231 | void ITVFUN(itv_neg)(itv_t a, itv_t b); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:231:6: note: in expansion of macro 'ITVFUN' - 231 | void ITVFUN(itv_neg)(itv_t a, itv_t b); - | ^~~~~~ - In function 'itv_mul', - inlined from 't1p_aff_is_leq_constrained' at t1p_internal.h:1016:4, - inlined from 't1p_is_leq' at t1p_constructor.c:225:13: - ../itv/itv.h:292:10: warning: 'itv_mul_MPQ' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_is_leq': - ../itv/itv.h:292:10: note: referencing argument 2 of type '__itv_struct *' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h:232:13: note: in a call to function 'itv_mul_MPQ' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:232:6: note: in expansion of macro 'ITVFUN' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~ - In function 'itv_mul', - inlined from 't1p_aff_is_leq_constrained' at t1p_internal.h:1024:4, - inlined from 't1p_is_leq' at t1p_constructor.c:225:13: - ../itv/itv.h:292:10: warning: 'itv_mul_MPQ' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_is_leq': - ../itv/itv.h:292:10: note: referencing argument 4 of type '__itv_struct *' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h:232:13: note: in a call to function 'itv_mul_MPQ' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:232:6: note: in expansion of macro 'ITVFUN' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~ - In function 'itv_sub', - inlined from 't1p_aff_is_leq_constrained' at t1p_internal.h:972:41, - inlined from 't1p_is_leq' at t1p_constructor.c:225:13: - ../itv/itv.h:286:10: warning: 'itv_sub_MPQ' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:286:3: note: in expansion of macro 'ITVFUN' - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_is_leq': - ../itv/itv.h:286:10: note: referencing argument 1 of type '__itv_struct *' - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:286:3: note: in expansion of macro 'ITVFUN' - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^~~~~~ - ../itv/itv.h:230:13: note: in a call to function 'itv_sub_MPQ' - 230 | void ITVFUN(itv_sub)(itv_t a, itv_t b, itv_t c); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:230:6: note: in expansion of macro 'ITVFUN' - 230 | void ITVFUN(itv_sub)(itv_t a, itv_t b, itv_t c); - | ^~~~~~ - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o t1p_meetjoinMPQ.o t1p_meetjoin.c - In file included from t1p_meetjoin.c:21: - t1p_internal.h: In function 't1p_aff_join_constrained6': - t1p_internal.h:1603:9: warning: 't1p_aff_add_itv' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 1603 | t1p_aff_add_itv(pr, res, res->itv, UN); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - t1p_internal.h:1603:9: note: referencing argument 3 of type '__itv_struct *' - t1p_internal.h:711:20: note: in a call to function 't1p_aff_add_itv' - 711 | static inline void t1p_aff_add_itv(t1p_internal_t* pr, t1p_aff_t *expr, itv_t itv, nsym_t type) - | ^~~~~~~~~~~~~~~ - t1p_internal.h: In function 't1p_aff_join_constrained8.constprop': - t1p_internal.h:1993:13: warning: 'itv_sign' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 1993 | s = itv_sign(pr->itv, exp1->c, exp2->c); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - t1p_internal.h:1993:13: note: referencing argument 2 of type '__itv_struct *' - t1p_internal.h:1993:13: warning: 'itv_sign' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - t1p_internal.h:1993:13: note: referencing argument 3 of type '__itv_struct *' - In file included from t1p_internal.h:20, - from t1p_meetjoin.c:21: - t1p_itv_utils.h:119:19: note: in a call to function 'itv_sign' - 119 | static inline int itv_sign(itv_internal_t *itv, itv_t a, itv_t b) - | ^~~~~~~~ - In file included from ../itv/itv_fun.h:5, - from ../itv/itv.h:14, - from t1p_meetjoin.c:11: - In function 'itv_neg', - inlined from 't1p_aff_join_constrained8.constprop' at t1p_internal.h:2000:6: - ../itv/itv.h:289:10: warning: 'itv_neg_MPQ' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 289 | { ITVFUN(itv_neg)(a,b); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:289:3: note: in expansion of macro 'ITVFUN' - 289 | { ITVFUN(itv_neg)(a,b); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_aff_join_constrained8.constprop': - ../itv/itv.h:289:10: note: referencing argument 2 of type '__itv_struct *' - 289 | { ITVFUN(itv_neg)(a,b); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:289:3: note: in expansion of macro 'ITVFUN' - 289 | { ITVFUN(itv_neg)(a,b); } - | ^~~~~~ - ../itv/itv.h:231:13: note: in a call to function 'itv_neg_MPQ' - 231 | void ITVFUN(itv_neg)(itv_t a, itv_t b); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:231:6: note: in expansion of macro 'ITVFUN' - 231 | void ITVFUN(itv_neg)(itv_t a, itv_t b); - | ^~~~~~ - In file included from t1p_meetjoin.c:21: - t1p_internal.h:2001:18: warning: 'itv_is_eq' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 2001 | if (!itv_is_eq(tmp,exp1->c)) itv_add(tmp,exp1->c,exp2->c); - | ^~~~~~~~~~~~~~~~~~~~~~ - t1p_internal.h:2001:18: note: referencing argument 2 of type '__itv_struct *' - In file included from t1p_meetjoin.c:11: - ../itv/itv.h:444:20: note: in a call to function 'itv_is_eq' - 444 | static inline bool itv_is_eq(itv_t a, itv_t b) - | ^~~~~~~~~ - In file included from ../itv/itv_fun.h:5, - from ../itv/itv.h:14, - from t1p_meetjoin.c:11: - In function 'itv_neg', - inlined from 't1p_aff_join_constrained8.constprop' at t1p_internal.h:2008:6: - ../itv/itv.h:289:10: warning: 'itv_neg_MPQ' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 289 | { ITVFUN(itv_neg)(a,b); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:289:3: note: in expansion of macro 'ITVFUN' - 289 | { ITVFUN(itv_neg)(a,b); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_aff_join_constrained8.constprop': - ../itv/itv.h:289:10: note: referencing argument 2 of type '__itv_struct *' - 289 | { ITVFUN(itv_neg)(a,b); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:289:3: note: in expansion of macro 'ITVFUN' - 289 | { ITVFUN(itv_neg)(a,b); } - | ^~~~~~ - ../itv/itv.h:231:13: note: in a call to function 'itv_neg_MPQ' - 231 | void ITVFUN(itv_neg)(itv_t a, itv_t b); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:231:6: note: in expansion of macro 'ITVFUN' - 231 | void ITVFUN(itv_neg)(itv_t a, itv_t b); - | ^~~~~~ - In file included from t1p_meetjoin.c:21: - t1p_internal.h:2009:18: warning: 'itv_is_eq' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 2009 | if (!itv_is_eq(tmp,exp1->c)) itv_add(tmp,exp1->c,exp2->c); - | ^~~~~~~~~~~~~~~~~~~~~~ - t1p_internal.h:2009:18: note: referencing argument 2 of type '__itv_struct *' - In file included from t1p_meetjoin.c:11: - ../itv/itv.h:444:20: note: in a call to function 'itv_is_eq' - 444 | static inline bool itv_is_eq(itv_t a, itv_t b) - | ^~~~~~~~~ - In file included from ../itv/itv_fun.h:5, - from ../itv/itv.h:14, - from t1p_meetjoin.c:11: - In function 'itv_print', - inlined from 't1p_aff_join_constrained8.constprop' at t1p_internal.h:2019:24: - ../itv/itv.h:300:10: warning: 'itv_print_MPQ' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 300 | { ITVFUN(itv_print)(itv); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:300:3: note: in expansion of macro 'ITVFUN' - 300 | { ITVFUN(itv_print)(itv); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_aff_join_constrained8.constprop': - ../itv/itv.h:300:10: note: referencing argument 1 of type '__itv_struct *' - 300 | { ITVFUN(itv_print)(itv); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:300:3: note: in expansion of macro 'ITVFUN' - 300 | { ITVFUN(itv_print)(itv); } - | ^~~~~~ - ../itv/itv.h:238:13: note: in a call to function 'itv_print_MPQ' - 238 | void ITVFUN(itv_print)(itv_t a); - | ^~~~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:238:6: note: in expansion of macro 'ITVFUN' - 238 | void ITVFUN(itv_print)(itv_t a); - | ^~~~~~ - In function 'itv_print', - inlined from 't1p_aff_join_constrained8.constprop' at t1p_internal.h:2019:56: - ../itv/itv.h:300:10: warning: 'itv_print_MPQ' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 300 | { ITVFUN(itv_print)(itv); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:300:3: note: in expansion of macro 'ITVFUN' - 300 | { ITVFUN(itv_print)(itv); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_aff_join_constrained8.constprop': - ../itv/itv.h:300:10: note: referencing argument 1 of type '__itv_struct *' - 300 | { ITVFUN(itv_print)(itv); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:300:3: note: in expansion of macro 'ITVFUN' - 300 | { ITVFUN(itv_print)(itv); } - | ^~~~~~ - ../itv/itv.h:238:13: note: in a call to function 'itv_print_MPQ' - 238 | void ITVFUN(itv_print)(itv_t a); - | ^~~~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:238:6: note: in expansion of macro 'ITVFUN' - 238 | void ITVFUN(itv_print)(itv_t a); - | ^~~~~~ - In function 'itv_mul', - inlined from 't1p_aff_join_constrained8.constprop' at t1p_internal.h:2045:4: - ../itv/itv.h:292:10: warning: 'itv_mul_MPQ' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_aff_join_constrained8.constprop': - ../itv/itv.h:292:10: note: referencing argument 4 of type '__itv_struct *' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h:232:13: note: in a call to function 'itv_mul_MPQ' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:232:6: note: in expansion of macro 'ITVFUN' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~ - In function 'itv_mul', - inlined from 't1p_aff_join_constrained8.constprop' at t1p_internal.h:2047:4: - ../itv/itv.h:292:10: warning: 'itv_mul_MPQ' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_aff_join_constrained8.constprop': - ../itv/itv.h:292:10: note: referencing argument 4 of type '__itv_struct *' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h:232:13: note: in a call to function 'itv_mul_MPQ' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:232:6: note: in expansion of macro 'ITVFUN' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~ - In function 'itv_print', - inlined from 't1p_aff_join_constrained8.constprop' at t1p_internal.h:2078:26: - ../itv/itv.h:300:10: warning: 'itv_print_MPQ' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 300 | { ITVFUN(itv_print)(itv); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:300:3: note: in expansion of macro 'ITVFUN' - 300 | { ITVFUN(itv_print)(itv); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_aff_join_constrained8.constprop': - ../itv/itv.h:300:10: note: referencing argument 1 of type '__itv_struct *' - 300 | { ITVFUN(itv_print)(itv); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:300:3: note: in expansion of macro 'ITVFUN' - 300 | { ITVFUN(itv_print)(itv); } - | ^~~~~~ - ../itv/itv.h:238:13: note: in a call to function 'itv_print_MPQ' - 238 | void ITVFUN(itv_print)(itv_t a); - | ^~~~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:238:6: note: in expansion of macro 'ITVFUN' - 238 | void ITVFUN(itv_print)(itv_t a); - | ^~~~~~ - In function 'itv_print', - inlined from 't1p_aff_join_constrained8.constprop' at t1p_internal.h:2078:58: - ../itv/itv.h:300:10: warning: 'itv_print_MPQ' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 300 | { ITVFUN(itv_print)(itv); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:300:3: note: in expansion of macro 'ITVFUN' - 300 | { ITVFUN(itv_print)(itv); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_aff_join_constrained8.constprop': - ../itv/itv.h:300:10: note: referencing argument 1 of type '__itv_struct *' - 300 | { ITVFUN(itv_print)(itv); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:300:3: note: in expansion of macro 'ITVFUN' - 300 | { ITVFUN(itv_print)(itv); } - | ^~~~~~ - ../itv/itv.h:238:13: note: in a call to function 'itv_print_MPQ' - 238 | void ITVFUN(itv_print)(itv_t a); - | ^~~~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:238:6: note: in expansion of macro 'ITVFUN' - 238 | void ITVFUN(itv_print)(itv_t a); - | ^~~~~~ - In function 'itv_mul', - inlined from 't1p_aff_join_constrained8.constprop' at t1p_internal.h:2099:4: - ../itv/itv.h:292:10: warning: 'itv_mul_MPQ' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_aff_join_constrained8.constprop': - ../itv/itv.h:292:10: note: referencing argument 4 of type '__itv_struct *' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h:232:13: note: in a call to function 'itv_mul_MPQ' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:232:6: note: in expansion of macro 'ITVFUN' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~ - In function 'itv_print', - inlined from 't1p_aff_join_constrained8.constprop' at t1p_internal.h:2121:26: - ../itv/itv.h:300:10: warning: 'itv_print_MPQ' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 300 | { ITVFUN(itv_print)(itv); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:300:3: note: in expansion of macro 'ITVFUN' - 300 | { ITVFUN(itv_print)(itv); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_aff_join_constrained8.constprop': - ../itv/itv.h:300:10: note: referencing argument 1 of type '__itv_struct *' - 300 | { ITVFUN(itv_print)(itv); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:300:3: note: in expansion of macro 'ITVFUN' - 300 | { ITVFUN(itv_print)(itv); } - | ^~~~~~ - ../itv/itv.h:238:13: note: in a call to function 'itv_print_MPQ' - 238 | void ITVFUN(itv_print)(itv_t a); - | ^~~~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:238:6: note: in expansion of macro 'ITVFUN' - 238 | void ITVFUN(itv_print)(itv_t a); - | ^~~~~~ - In function 'itv_print', - inlined from 't1p_aff_join_constrained8.constprop' at t1p_internal.h:2121:58: - ../itv/itv.h:300:10: warning: 'itv_print_MPQ' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 300 | { ITVFUN(itv_print)(itv); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:300:3: note: in expansion of macro 'ITVFUN' - 300 | { ITVFUN(itv_print)(itv); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_aff_join_constrained8.constprop': - ../itv/itv.h:300:10: note: referencing argument 1 of type '__itv_struct *' - 300 | { ITVFUN(itv_print)(itv); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:300:3: note: in expansion of macro 'ITVFUN' - 300 | { ITVFUN(itv_print)(itv); } - | ^~~~~~ - ../itv/itv.h:238:13: note: in a call to function 'itv_print_MPQ' - 238 | void ITVFUN(itv_print)(itv_t a); - | ^~~~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:238:6: note: in expansion of macro 'ITVFUN' - 238 | void ITVFUN(itv_print)(itv_t a); - | ^~~~~~ - In function 'itv_mul', - inlined from 't1p_aff_join_constrained8.constprop' at t1p_internal.h:2139:4: - ../itv/itv.h:292:10: warning: 'itv_mul_MPQ' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_aff_join_constrained8.constprop': - ../itv/itv.h:292:10: note: referencing argument 4 of type '__itv_struct *' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h:232:13: note: in a call to function 'itv_mul_MPQ' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:232:6: note: in expansion of macro 'ITVFUN' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~ - In function 'itv_print', - inlined from 't1p_aff_join_constrained8.constprop' at t1p_internal.h:2161:26: - ../itv/itv.h:300:10: warning: 'itv_print_MPQ' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 300 | { ITVFUN(itv_print)(itv); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:300:3: note: in expansion of macro 'ITVFUN' - 300 | { ITVFUN(itv_print)(itv); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_aff_join_constrained8.constprop': - ../itv/itv.h:300:10: note: referencing argument 1 of type '__itv_struct *' - 300 | { ITVFUN(itv_print)(itv); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:300:3: note: in expansion of macro 'ITVFUN' - 300 | { ITVFUN(itv_print)(itv); } - | ^~~~~~ - ../itv/itv.h:238:13: note: in a call to function 'itv_print_MPQ' - 238 | void ITVFUN(itv_print)(itv_t a); - | ^~~~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:238:6: note: in expansion of macro 'ITVFUN' - 238 | void ITVFUN(itv_print)(itv_t a); - | ^~~~~~ - In function 'itv_print', - inlined from 't1p_aff_join_constrained8.constprop' at t1p_internal.h:2161:58: - ../itv/itv.h:300:10: warning: 'itv_print_MPQ' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 300 | { ITVFUN(itv_print)(itv); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:300:3: note: in expansion of macro 'ITVFUN' - 300 | { ITVFUN(itv_print)(itv); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_aff_join_constrained8.constprop': - ../itv/itv.h:300:10: note: referencing argument 1 of type '__itv_struct *' - 300 | { ITVFUN(itv_print)(itv); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:300:3: note: in expansion of macro 'ITVFUN' - 300 | { ITVFUN(itv_print)(itv); } - | ^~~~~~ - ../itv/itv.h:238:13: note: in a call to function 'itv_print_MPQ' - 238 | void ITVFUN(itv_print)(itv_t a); - | ^~~~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:238:6: note: in expansion of macro 'ITVFUN' - 238 | void ITVFUN(itv_print)(itv_t a); - | ^~~~~~ - In function 'itv_mul', - inlined from 't1p_aff_join_constrained8.constprop' at t1p_internal.h:2180:7: - ../itv/itv.h:292:10: warning: 'itv_mul_MPQ' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_aff_join_constrained8.constprop': - ../itv/itv.h:292:10: note: referencing argument 4 of type '__itv_struct *' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h:232:13: note: in a call to function 'itv_mul_MPQ' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:232:6: note: in expansion of macro 'ITVFUN' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~ - In function 'itv_print', - inlined from 't1p_aff_join_constrained8.constprop' at t1p_internal.h:2202:22: - ../itv/itv.h:300:10: warning: 'itv_print_MPQ' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 300 | { ITVFUN(itv_print)(itv); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:300:3: note: in expansion of macro 'ITVFUN' - 300 | { ITVFUN(itv_print)(itv); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_aff_join_constrained8.constprop': - ../itv/itv.h:300:10: note: referencing argument 1 of type '__itv_struct *' - 300 | { ITVFUN(itv_print)(itv); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:300:3: note: in expansion of macro 'ITVFUN' - 300 | { ITVFUN(itv_print)(itv); } - | ^~~~~~ - ../itv/itv.h:238:13: note: in a call to function 'itv_print_MPQ' - 238 | void ITVFUN(itv_print)(itv_t a); - | ^~~~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:238:6: note: in expansion of macro 'ITVFUN' - 238 | void ITVFUN(itv_print)(itv_t a); - | ^~~~~~ - In function 'itv_print', - inlined from 't1p_aff_join_constrained8.constprop' at t1p_internal.h:2202:54: - ../itv/itv.h:300:10: warning: 'itv_print_MPQ' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 300 | { ITVFUN(itv_print)(itv); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:300:3: note: in expansion of macro 'ITVFUN' - 300 | { ITVFUN(itv_print)(itv); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_aff_join_constrained8.constprop': - ../itv/itv.h:300:10: note: referencing argument 1 of type '__itv_struct *' - 300 | { ITVFUN(itv_print)(itv); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:300:3: note: in expansion of macro 'ITVFUN' - 300 | { ITVFUN(itv_print)(itv); } - | ^~~~~~ - ../itv/itv.h:238:13: note: in a call to function 'itv_print_MPQ' - 238 | void ITVFUN(itv_print)(itv_t a); - | ^~~~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:238:6: note: in expansion of macro 'ITVFUN' - 238 | void ITVFUN(itv_print)(itv_t a); - | ^~~~~~ - In function 'itv_mul', - inlined from 't1p_aff_join_constrained8.constprop' at t1p_internal.h:2220:7: - ../itv/itv.h:292:10: warning: 'itv_mul_MPQ' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_aff_join_constrained8.constprop': - ../itv/itv.h:292:10: note: referencing argument 4 of type '__itv_struct *' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h:232:13: note: in a call to function 'itv_mul_MPQ' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:232:6: note: in expansion of macro 'ITVFUN' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~ - In function 'itv_print', - inlined from 't1p_aff_join_constrained8.constprop' at t1p_internal.h:2242:22: - ../itv/itv.h:300:10: warning: 'itv_print_MPQ' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 300 | { ITVFUN(itv_print)(itv); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:300:3: note: in expansion of macro 'ITVFUN' - 300 | { ITVFUN(itv_print)(itv); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_aff_join_constrained8.constprop': - ../itv/itv.h:300:10: note: referencing argument 1 of type '__itv_struct *' - 300 | { ITVFUN(itv_print)(itv); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:300:3: note: in expansion of macro 'ITVFUN' - 300 | { ITVFUN(itv_print)(itv); } - | ^~~~~~ - ../itv/itv.h:238:13: note: in a call to function 'itv_print_MPQ' - 238 | void ITVFUN(itv_print)(itv_t a); - | ^~~~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:238:6: note: in expansion of macro 'ITVFUN' - 238 | void ITVFUN(itv_print)(itv_t a); - | ^~~~~~ - In function 'itv_print', - inlined from 't1p_aff_join_constrained8.constprop' at t1p_internal.h:2242:54: - ../itv/itv.h:300:10: warning: 'itv_print_MPQ' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 300 | { ITVFUN(itv_print)(itv); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:300:3: note: in expansion of macro 'ITVFUN' - 300 | { ITVFUN(itv_print)(itv); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_aff_join_constrained8.constprop': - ../itv/itv.h:300:10: note: referencing argument 1 of type '__itv_struct *' - 300 | { ITVFUN(itv_print)(itv); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:300:3: note: in expansion of macro 'ITVFUN' - 300 | { ITVFUN(itv_print)(itv); } - | ^~~~~~ - ../itv/itv.h:238:13: note: in a call to function 'itv_print_MPQ' - 238 | void ITVFUN(itv_print)(itv_t a); - | ^~~~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:238:6: note: in expansion of macro 'ITVFUN' - 238 | void ITVFUN(itv_print)(itv_t a); - | ^~~~~~ - In file included from t1p_meetjoin.c:21: - t1p_internal.h:2406:13: warning: 't1p_aff_nsym_add' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 2406 | t1p_aff_nsym_add(pr, res, T[0].coeffx, pr->mubGlobal.cx); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - t1p_internal.h:2406:13: note: referencing argument 3 of type '__itv_struct *' - t1p_internal.h:697:20: note: in a call to function 't1p_aff_nsym_add' - 697 | static inline void t1p_aff_nsym_add(t1p_internal_t *pr, t1p_aff_t* expr, itv_t coeff, t1p_nsym_t* pnsym) - | ^~~~~~~~~~~~~~~~ - t1p_internal.h:2430:9: warning: 't1p_aff_add_itv' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 2430 | t1p_aff_add_itv(pr, res, res->itv, UN); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - t1p_internal.h:2430:9: note: referencing argument 3 of type '__itv_struct *' - t1p_internal.h:711:20: note: in a call to function 't1p_aff_add_itv' - 711 | static inline void t1p_aff_add_itv(t1p_internal_t* pr, t1p_aff_t *expr, itv_t itv, nsym_t type) - | ^~~~~~~~~~~~~~~ - t1p_internal.h:2413:13: warning: 't1p_aff_nsym_add' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 2413 | t1p_aff_nsym_add(pr, res, T[0].coeffy, pr->mubGlobal.cy); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - t1p_internal.h:2413:13: note: referencing argument 3 of type '__itv_struct *' - t1p_internal.h:697:20: note: in a call to function 't1p_aff_nsym_add' - 697 | static inline void t1p_aff_nsym_add(t1p_internal_t *pr, t1p_aff_t* expr, itv_t coeff, t1p_nsym_t* pnsym) - | ^~~~~~~~~~~~~~~~ - t1p_internal.h:2413:13: warning: 't1p_aff_nsym_add' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 2413 | t1p_aff_nsym_add(pr, res, T[0].coeffy, pr->mubGlobal.cy); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - t1p_internal.h:2413:13: note: referencing argument 3 of type '__itv_struct *' - t1p_internal.h:697:20: note: in a call to function 't1p_aff_nsym_add' - 697 | static inline void t1p_aff_nsym_add(t1p_internal_t *pr, t1p_aff_t* expr, itv_t coeff, t1p_nsym_t* pnsym) - | ^~~~~~~~~~~~~~~~ - t1p_internal.h:2406:13: warning: 't1p_aff_nsym_add' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 2406 | t1p_aff_nsym_add(pr, res, T[0].coeffx, pr->mubGlobal.cx); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - t1p_internal.h:2406:13: note: referencing argument 3 of type '__itv_struct *' - t1p_internal.h:697:20: note: in a call to function 't1p_aff_nsym_add' - 697 | static inline void t1p_aff_nsym_add(t1p_internal_t *pr, t1p_aff_t* expr, itv_t coeff, t1p_nsym_t* pnsym) - | ^~~~~~~~~~~~~~~~ - In file included from ../itv/itv_fun.h:5, - from ../itv/itv.h:14, - from t1p_meetjoin.c:11: - In function 'itv_mul', - inlined from 't1p_aff_cons_eq_lambda' at t1p_internal.h:4873:8, - inlined from 't1p_meet_tcons_array' at t1p_meetjoin.c:437:4: - ../itv/itv.h:292:10: warning: 'itv_mul_MPQ' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_meet_tcons_array': - ../itv/itv.h:292:10: note: referencing argument 2 of type '__itv_struct *' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h:232:13: note: in a call to function 'itv_mul_MPQ' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:232:6: note: in expansion of macro 'ITVFUN' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~ - In function 'itv_neg', - inlined from 't1p_aff_cons_eq_lambda' at t1p_internal.h:4880:39, - inlined from 't1p_meet_tcons_array' at t1p_meetjoin.c:437:4: - ../itv/itv.h:289:10: warning: 'itv_neg_MPQ' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 289 | { ITVFUN(itv_neg)(a,b); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:289:3: note: in expansion of macro 'ITVFUN' - 289 | { ITVFUN(itv_neg)(a,b); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_meet_tcons_array': - ../itv/itv.h:289:10: note: referencing argument 1 of type '__itv_struct *' - 289 | { ITVFUN(itv_neg)(a,b); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:289:3: note: in expansion of macro 'ITVFUN' - 289 | { ITVFUN(itv_neg)(a,b); } - | ^~~~~~ - ../itv/itv.h:231:13: note: in a call to function 'itv_neg_MPQ' - 231 | void ITVFUN(itv_neg)(itv_t a, itv_t b); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:231:6: note: in expansion of macro 'ITVFUN' - 231 | void ITVFUN(itv_neg)(itv_t a, itv_t b); - | ^~~~~~ - In function 'itv_mul', - inlined from 't1p_aff_cons_eq_lambda' at t1p_internal.h:4902:4, - inlined from 't1p_meet_tcons_array' at t1p_meetjoin.c:437:4: - ../itv/itv.h:292:10: warning: 'itv_mul_MPQ' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_meet_tcons_array': - ../itv/itv.h:292:10: note: referencing argument 2 of type '__itv_struct *' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h:232:13: note: in a call to function 'itv_mul_MPQ' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:232:6: note: in expansion of macro 'ITVFUN' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~ - In function 'itv_mul', - inlined from 't1p_aff_cons_eq_lambda' at t1p_internal.h:4927:7, - inlined from 't1p_meet_tcons_array' at t1p_meetjoin.c:437:4: - ../itv/itv.h:292:10: warning: 'itv_mul_MPQ' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_meet_tcons_array': - ../itv/itv.h:292:10: note: referencing argument 2 of type '__itv_struct *' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h:232:13: note: in a call to function 'itv_mul_MPQ' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:232:6: note: in expansion of macro 'ITVFUN' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~ - In function 'itv_sub', - inlined from 't1p_aff_cons_eq_lambda' at t1p_internal.h:4970:3, - inlined from 't1p_meet_tcons_array' at t1p_meetjoin.c:437:4: - ../itv/itv.h:286:10: warning: 'itv_sub_MPQ' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:286:3: note: in expansion of macro 'ITVFUN' - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_meet_tcons_array': - ../itv/itv.h:286:10: note: referencing argument 3 of type '__itv_struct *' - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:286:3: note: in expansion of macro 'ITVFUN' - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^~~~~~ - ../itv/itv.h:230:13: note: in a call to function 'itv_sub_MPQ' - 230 | void ITVFUN(itv_sub)(itv_t a, itv_t b, itv_t c); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:230:6: note: in expansion of macro 'ITVFUN' - 230 | void ITVFUN(itv_sub)(itv_t a, itv_t b, itv_t c); - | ^~~~~~ - In function 'itv_mul', - inlined from 't1p_aff_join_arXiv2ter' at t1p_internal.h:3660:4, - inlined from 't1p_join_bub' at t1p_meetjoin.c:1072:18: - ../itv/itv.h:292:10: warning: 'itv_mul_MPQ' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_join_bub': - ../itv/itv.h:292:10: note: referencing argument 4 of type '__itv_struct *' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h:232:13: note: in a call to function 'itv_mul_MPQ' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:232:6: note: in expansion of macro 'ITVFUN' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~ - In function 'itv_mul', - inlined from 't1p_aff_join_arXiv2ter' at t1p_internal.h:3662:4, - inlined from 't1p_join_bub' at t1p_meetjoin.c:1072:18: - ../itv/itv.h:292:10: warning: 'itv_mul_MPQ' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_join_bub': - ../itv/itv.h:292:10: note: referencing argument 4 of type '__itv_struct *' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h:232:13: note: in a call to function 'itv_mul_MPQ' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:232:6: note: in expansion of macro 'ITVFUN' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~ - In file included from t1p_meetjoin.c:21: - In function 't1p_aff_join_arXiv2ter', - inlined from 't1p_join_bub' at t1p_meetjoin.c:1072:18: - t1p_internal.h:3668:29: warning: 'itv_is_eq' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 3668 | if (itv_is_eq(p->coeff, q->coeff)) { - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - t1p_internal.h: In function 't1p_join_bub': - t1p_internal.h:3668:29: note: referencing argument 1 of type '__itv_struct *' - In function 't1p_aff_join_arXiv2ter', - inlined from 't1p_join_bub' at t1p_meetjoin.c:1072:18: - t1p_internal.h:3668:29: warning: 'itv_is_eq' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - t1p_internal.h: In function 't1p_join_bub': - t1p_internal.h:3668:29: note: referencing argument 2 of type '__itv_struct *' - In file included from t1p_meetjoin.c:11: - ../itv/itv.h:444:20: note: in a call to function 'itv_is_eq' - 444 | static inline bool itv_is_eq(itv_t a, itv_t b) - | ^~~~~~~~~ - In file included from ../itv/itv_fun.h:5, - from ../itv/itv.h:14, - from t1p_meetjoin.c:11: - In function 'itv_sub', - inlined from 't1p_aff_join_arXiv2ter' at t1p_internal.h:3672:8, - inlined from 't1p_join_bub' at t1p_meetjoin.c:1072:18: - ../itv/itv.h:286:10: warning: 'itv_sub_MPQ' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:286:3: note: in expansion of macro 'ITVFUN' - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_join_bub': - ../itv/itv.h:286:10: note: referencing argument 2 of type '__itv_struct *' - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:286:3: note: in expansion of macro 'ITVFUN' - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^~~~~~ - In function 'itv_sub', - inlined from 't1p_aff_join_arXiv2ter' at t1p_internal.h:3672:8, - inlined from 't1p_join_bub' at t1p_meetjoin.c:1072:18: - ../itv/itv.h:286:10: warning: 'itv_sub_MPQ' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:286:3: note: in expansion of macro 'ITVFUN' - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_join_bub': - ../itv/itv.h:286:10: note: referencing argument 3 of type '__itv_struct *' - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:286:3: note: in expansion of macro 'ITVFUN' - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^~~~~~ - ../itv/itv.h:230:13: note: in a call to function 'itv_sub_MPQ' - 230 | void ITVFUN(itv_sub)(itv_t a, itv_t b, itv_t c); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:230:6: note: in expansion of macro 'ITVFUN' - 230 | void ITVFUN(itv_sub)(itv_t a, itv_t b, itv_t c); - | ^~~~~~ - In function 'itv_mul', - inlined from 't1p_aff_join_arXiv2ter' at t1p_internal.h:3683:4, - inlined from 't1p_join_bub' at t1p_meetjoin.c:1072:18: - ../itv/itv.h:292:10: warning: 'itv_mul_MPQ' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_join_bub': - ../itv/itv.h:292:10: note: referencing argument 4 of type '__itv_struct *' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h:232:13: note: in a call to function 'itv_mul_MPQ' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:232:6: note: in expansion of macro 'ITVFUN' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~ - In function 'itv_mul', - inlined from 't1p_aff_join_arXiv2ter' at t1p_internal.h:3700:4, - inlined from 't1p_join_bub' at t1p_meetjoin.c:1072:18: - ../itv/itv.h:292:10: warning: 'itv_mul_MPQ' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_join_bub': - ../itv/itv.h:292:10: note: referencing argument 4 of type '__itv_struct *' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h:232:13: note: in a call to function 'itv_mul_MPQ' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:232:6: note: in expansion of macro 'ITVFUN' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~ - In function 'itv_neg', - inlined from 't1p_aff_join_arXiv2ter' at t1p_internal.h:3707:4, - inlined from 't1p_join_bub' at t1p_meetjoin.c:1072:18: - ../itv/itv.h:289:10: warning: 'itv_neg_MPQ' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 289 | { ITVFUN(itv_neg)(a,b); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:289:3: note: in expansion of macro 'ITVFUN' - 289 | { ITVFUN(itv_neg)(a,b); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_join_bub': - ../itv/itv.h:289:10: note: referencing argument 2 of type '__itv_struct *' - 289 | { ITVFUN(itv_neg)(a,b); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:289:3: note: in expansion of macro 'ITVFUN' - 289 | { ITVFUN(itv_neg)(a,b); } - | ^~~~~~ - ../itv/itv.h:231:13: note: in a call to function 'itv_neg_MPQ' - 231 | void ITVFUN(itv_neg)(itv_t a, itv_t b); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:231:6: note: in expansion of macro 'ITVFUN' - 231 | void ITVFUN(itv_neg)(itv_t a, itv_t b); - | ^~~~~~ - In function 'itv_mul', - inlined from 't1p_aff_join_arXiv2ter' at t1p_internal.h:3718:7, - inlined from 't1p_join_bub' at t1p_meetjoin.c:1072:18: - ../itv/itv.h:292:10: warning: 'itv_mul_MPQ' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_join_bub': - ../itv/itv.h:292:10: note: referencing argument 4 of type '__itv_struct *' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h:232:13: note: in a call to function 'itv_mul_MPQ' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:232:6: note: in expansion of macro 'ITVFUN' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~ - In function 'itv_mul', - inlined from 't1p_aff_join_arXiv2ter' at t1p_internal.h:3735:7, - inlined from 't1p_join_bub' at t1p_meetjoin.c:1072:18: - ../itv/itv.h:292:10: warning: 'itv_mul_MPQ' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_join_bub': - ../itv/itv.h:292:10: note: referencing argument 4 of type '__itv_struct *' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h:232:13: note: in a call to function 'itv_mul_MPQ' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:232:6: note: in expansion of macro 'ITVFUN' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~ - In function 'itv_neg', - inlined from 't1p_aff_join_arXiv2ter' at t1p_internal.h:3742:7, - inlined from 't1p_join_bub' at t1p_meetjoin.c:1072:18: - ../itv/itv.h:289:10: warning: 'itv_neg_MPQ' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 289 | { ITVFUN(itv_neg)(a,b); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:289:3: note: in expansion of macro 'ITVFUN' - 289 | { ITVFUN(itv_neg)(a,b); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_join_bub': - ../itv/itv.h:289:10: note: referencing argument 2 of type '__itv_struct *' - 289 | { ITVFUN(itv_neg)(a,b); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:289:3: note: in expansion of macro 'ITVFUN' - 289 | { ITVFUN(itv_neg)(a,b); } - | ^~~~~~ - ../itv/itv.h:231:13: note: in a call to function 'itv_neg_MPQ' - 231 | void ITVFUN(itv_neg)(itv_t a, itv_t b); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:231:6: note: in expansion of macro 'ITVFUN' - 231 | void ITVFUN(itv_neg)(itv_t a, itv_t b); - | ^~~~~~ - In file included from t1p_meetjoin.c:21: - In function 't1p_aff_join_arXiv2ter', - inlined from 't1p_join_bub' at t1p_meetjoin.c:1072:18: - t1p_internal.h:3784:9: warning: 't1p_aff_add_itv' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 3784 | t1p_aff_add_itv(pr, res, res->itv, UN); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - t1p_internal.h: In function 't1p_join_bub': - t1p_internal.h:3784:9: note: referencing argument 3 of type '__itv_struct *' - t1p_internal.h:711:20: note: in a call to function 't1p_aff_add_itv' - 711 | static inline void t1p_aff_add_itv(t1p_internal_t* pr, t1p_aff_t *expr, itv_t itv, nsym_t type) - | ^~~~~~~~~~~~~~~ - In file included from ../itv/itv_fun.h:5, - from ../itv/itv.h:14, - from t1p_meetjoin.c:11: - In function 'itv_sub', - inlined from 't1p_aff_join_arXiv2ter' at t1p_internal.h:3772:2, - inlined from 't1p_join_bub' at t1p_meetjoin.c:1072:18: - ../itv/itv.h:286:10: warning: 'itv_sub_MPQ' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:286:3: note: in expansion of macro 'ITVFUN' - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_join_bub': - ../itv/itv.h:286:10: note: referencing argument 2 of type '__itv_struct *' - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:286:3: note: in expansion of macro 'ITVFUN' - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^~~~~~ - In function 'itv_sub', - inlined from 't1p_aff_join_arXiv2ter' at t1p_internal.h:3772:2, - inlined from 't1p_join_bub' at t1p_meetjoin.c:1072:18: - ../itv/itv.h:286:10: warning: 'itv_sub_MPQ' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:286:3: note: in expansion of macro 'ITVFUN' - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_join_bub': - ../itv/itv.h:286:10: note: referencing argument 3 of type '__itv_struct *' - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:286:3: note: in expansion of macro 'ITVFUN' - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^~~~~~ - ../itv/itv.h:230:13: note: in a call to function 'itv_sub_MPQ' - 230 | void ITVFUN(itv_sub)(itv_t a, itv_t b, itv_t c); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:230:6: note: in expansion of macro 'ITVFUN' - 230 | void ITVFUN(itv_sub)(itv_t a, itv_t b, itv_t c); - | ^~~~~~ - In function 'itv_sub', - inlined from 't1p_aff_join_arXiv2ter' at t1p_internal.h:3772:2, - inlined from 't1p_join_bub' at t1p_meetjoin.c:1072:18: - ../itv/itv.h:286:10: warning: 'itv_sub_MPQ' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:286:3: note: in expansion of macro 'ITVFUN' - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_join_bub': - ../itv/itv.h:286:10: note: referencing argument 2 of type '__itv_struct *' - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:286:3: note: in expansion of macro 'ITVFUN' - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^~~~~~ - In function 'itv_sub', - inlined from 't1p_aff_join_arXiv2ter' at t1p_internal.h:3772:2, - inlined from 't1p_join_bub' at t1p_meetjoin.c:1072:18: - ../itv/itv.h:286:10: warning: 'itv_sub_MPQ' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:286:3: note: in expansion of macro 'ITVFUN' - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_join_bub': - ../itv/itv.h:286:10: note: referencing argument 3 of type '__itv_struct *' - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:286:3: note: in expansion of macro 'ITVFUN' - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^~~~~~ - ../itv/itv.h:230:13: note: in a call to function 'itv_sub_MPQ' - 230 | void ITVFUN(itv_sub)(itv_t a, itv_t b, itv_t c); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:230:6: note: in expansion of macro 'ITVFUN' - 230 | void ITVFUN(itv_sub)(itv_t a, itv_t b, itv_t c); - | ^~~~~~ - In function 'itv_mul', - inlined from 't1p_aff_join_bub' at t1p_internal.h:3873:4, - inlined from 't1p_join_global' at t1p_meetjoin.c:1302:18: - ../itv/itv.h:292:10: warning: 'itv_mul_MPQ' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_join_global': - ../itv/itv.h:292:10: note: referencing argument 4 of type '__itv_struct *' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h:232:13: note: in a call to function 'itv_mul_MPQ' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:232:6: note: in expansion of macro 'ITVFUN' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~ - In function 'itv_mul', - inlined from 't1p_aff_join_bub' at t1p_internal.h:3875:4, - inlined from 't1p_join_global' at t1p_meetjoin.c:1302:18: - ../itv/itv.h:292:10: warning: 'itv_mul_MPQ' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_join_global': - ../itv/itv.h:292:10: note: referencing argument 4 of type '__itv_struct *' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h:232:13: note: in a call to function 'itv_mul_MPQ' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:232:6: note: in expansion of macro 'ITVFUN' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~ - In function 'itv_mul', - inlined from 't1p_aff_join_bub' at t1p_internal.h:3896:4, - inlined from 't1p_join_global' at t1p_meetjoin.c:1302:18: - ../itv/itv.h:292:10: warning: 'itv_mul_MPQ' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_join_global': - ../itv/itv.h:292:10: note: referencing argument 4 of type '__itv_struct *' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h:232:13: note: in a call to function 'itv_mul_MPQ' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:232:6: note: in expansion of macro 'ITVFUN' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~ - In function 'itv_mul', - inlined from 't1p_aff_join_bub' at t1p_internal.h:3915:4, - inlined from 't1p_join_global' at t1p_meetjoin.c:1302:18: - ../itv/itv.h:292:10: warning: 'itv_mul_MPQ' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_join_global': - ../itv/itv.h:292:10: note: referencing argument 4 of type '__itv_struct *' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h:232:13: note: in a call to function 'itv_mul_MPQ' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:232:6: note: in expansion of macro 'ITVFUN' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~ - In function 'itv_mul', - inlined from 't1p_aff_join_bub' at t1p_internal.h:3934:7, - inlined from 't1p_join_global' at t1p_meetjoin.c:1302:18: - ../itv/itv.h:292:10: warning: 'itv_mul_MPQ' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_join_global': - ../itv/itv.h:292:10: note: referencing argument 4 of type '__itv_struct *' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h:232:13: note: in a call to function 'itv_mul_MPQ' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:232:6: note: in expansion of macro 'ITVFUN' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~ - In function 'itv_mul', - inlined from 't1p_aff_join_bub' at t1p_internal.h:3952:7, - inlined from 't1p_join_global' at t1p_meetjoin.c:1302:18: - ../itv/itv.h:292:10: warning: 'itv_mul_MPQ' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_join_global': - ../itv/itv.h:292:10: note: referencing argument 4 of type '__itv_struct *' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h:232:13: note: in a call to function 'itv_mul_MPQ' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:232:6: note: in expansion of macro 'ITVFUN' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~ - In file included from t1p_meetjoin.c:21: - In function 't1p_aff_join_bub', - inlined from 't1p_join_global' at t1p_meetjoin.c:1302:18: - t1p_internal.h:4018:9: warning: 't1p_aff_add_itv' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 4018 | t1p_aff_add_itv(pr, res, res->itv, UN); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - t1p_internal.h: In function 't1p_join_global': - t1p_internal.h:4018:9: note: referencing argument 3 of type '__itv_struct *' - t1p_internal.h:711:20: note: in a call to function 't1p_aff_add_itv' - 711 | static inline void t1p_aff_add_itv(t1p_internal_t* pr, t1p_aff_t *expr, itv_t itv, nsym_t type) - | ^~~~~~~~~~~~~~~ - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o t1p_assignMPQ.o t1p_assign.c - In file included from ../itv/itv_fun.h:5, - from ../itv/itv.h:14, - from t1p_internal.h:17, - from t1p_assign.c:11: - In function 'itv_fprint', - inlined from 't1p_aff_fprint' at t1p_internal.h:1079:10, - inlined from 't1p_aff_free' at t1p_internal.h:513:2: - ../itv/itv.h:298:10: warning: 'itv_fprint_MPQ' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 298 | { ITVFUN(itv_fprint)(stream,a); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:298:3: note: in expansion of macro 'ITVFUN' - 298 | { ITVFUN(itv_fprint)(stream,a); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_aff_free': - ../itv/itv.h:298:10: note: referencing argument 2 of type '__itv_struct *' - 298 | { ITVFUN(itv_fprint)(stream,a); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:298:3: note: in expansion of macro 'ITVFUN' - 298 | { ITVFUN(itv_fprint)(stream,a); } - | ^~~~~~ - ../itv/itv.h:237:13: note: in a call to function 'itv_fprint_MPQ' - 237 | void ITVFUN(itv_fprint)(FILE* stream, itv_t a); - | ^~~~~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:237:6: note: in expansion of macro 'ITVFUN' - 237 | void ITVFUN(itv_fprint)(FILE* stream, itv_t a); - | ^~~~~~ - In file included from t1p_assign.c:11: - t1p_internal.h: In function 't1p_aff_reduce.isra': - t1p_internal.h:1110:13: warning: 'itv_middev' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 1110 | itv_middev(pr->itv, mid, dev, expr->c); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - t1p_internal.h:1110:13: note: referencing argument 4 of type '__itv_struct *' - In file included from t1p_internal.h:20, - from t1p_assign.c:11: - t1p_itv_utils.h:46:20: note: in a call to function 'itv_middev' - 46 | static inline void itv_middev(itv_internal_t *itv, itv_t mid, itv_t dev, itv_t a) - | ^~~~~~~~~~ - In file included from t1p_assign.c:11: - t1p_internal.h:1132:21: warning: 'itv_middev' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 1132 | itv_middev(pr->itv, mid, dev, p->coeff); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - t1p_internal.h:1132:21: note: referencing argument 4 of type '__itv_struct *' - In file included from t1p_internal.h:20, - from t1p_assign.c:11: - t1p_itv_utils.h:46:20: note: in a call to function 'itv_middev' - 46 | static inline void itv_middev(itv_internal_t *itv, itv_t mid, itv_t dev, itv_t a) - | ^~~~~~~~~~ - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o t1p_resizeMPQ.o t1p_resize.c - In file included from ../itv/itv_fun.h:5, - from ../itv/itv.h:14, - from t1p_internal.h:17, - from t1p_resize.c:8: - In function 'itv_fprint', - inlined from 't1p_aff_fprint' at t1p_internal.h:1079:10, - inlined from 't1p_aff_free' at t1p_internal.h:513:2: - ../itv/itv.h:298:10: warning: 'itv_fprint_MPQ' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 298 | { ITVFUN(itv_fprint)(stream,a); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:298:3: note: in expansion of macro 'ITVFUN' - 298 | { ITVFUN(itv_fprint)(stream,a); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_aff_free': - ../itv/itv.h:298:10: note: referencing argument 2 of type '__itv_struct *' - 298 | { ITVFUN(itv_fprint)(stream,a); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:298:3: note: in expansion of macro 'ITVFUN' - 298 | { ITVFUN(itv_fprint)(stream,a); } - | ^~~~~~ - ../itv/itv.h:237:13: note: in a call to function 'itv_fprint_MPQ' - 237 | void ITVFUN(itv_fprint)(FILE* stream, itv_t a); - | ^~~~~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:237:6: note: in expansion of macro 'ITVFUN' - 237 | void ITVFUN(itv_fprint)(FILE* stream, itv_t a); - | ^~~~~~ - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o t1p_otheropsMPQ.o t1p_otherops.c - In file included from t1p_otherops.c:8: - In function 't1p_aff_add_itv', - inlined from 't1p_aff_widening_constrained6' at t1p_internal.h:5210:2: - t1p_internal.h:717:9: warning: 'itv_middev' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 717 | itv_middev(pr->itv, mid, dev, itv); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - t1p_internal.h: In function 't1p_aff_widening_constrained6': - t1p_internal.h:717:9: note: referencing argument 4 of type '__itv_struct *' - In file included from t1p_internal.h:20, - from t1p_otherops.c:8: - t1p_itv_utils.h:46:20: note: in a call to function 'itv_middev' - 46 | static inline void itv_middev(itv_internal_t *itv, itv_t mid, itv_t dev, itv_t a) - | ^~~~~~~~~~ - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o t1p_funMPQ.o t1p_fun.c - In file included from ../itv/itv_fun.h:5, - from ../itv/itv.h:14, - from ../itv/itv_linearize.h:8, - from t1p_fun.c:9: - In function 'itv_fprint', - inlined from 't1p_aff_fprint' at t1p_internal.h:1079:10, - inlined from 't1p_aff_clear' at t1p_internal.h:551:2: - ../itv/itv.h:298:10: warning: 'itv_fprint_MPQ' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 298 | { ITVFUN(itv_fprint)(stream,a); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:298:3: note: in expansion of macro 'ITVFUN' - 298 | { ITVFUN(itv_fprint)(stream,a); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_aff_clear': - ../itv/itv.h:298:10: note: referencing argument 2 of type '__itv_struct *' - 298 | { ITVFUN(itv_fprint)(stream,a); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:298:3: note: in expansion of macro 'ITVFUN' - 298 | { ITVFUN(itv_fprint)(stream,a); } - | ^~~~~~ - ../itv/itv.h:237:13: note: in a call to function 'itv_fprint_MPQ' - 237 | void ITVFUN(itv_fprint)(FILE* stream, itv_t a); - | ^~~~~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:237:6: note: in expansion of macro 'ITVFUN' - 237 | void ITVFUN(itv_fprint)(FILE* stream, itv_t a); - | ^~~~~~ - In function 'itv_canonicalize', - inlined from 'itv_meet' at ../itv/itv.h:456:10, - inlined from 't1p_aff_add' at t1p_fun.c:98:5: - ../itv/itv.h:271:17: warning: 'itv_canonicalize_MPQ' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 271 | { return ITVFUN(itv_canonicalize)(intern,a,integer); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:271:10: note: in expansion of macro 'ITVFUN' - 271 | { return ITVFUN(itv_canonicalize)(intern,a,integer); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_aff_add': - ../itv/itv.h:271:17: note: referencing argument 2 of type '__itv_struct *' - 271 | { return ITVFUN(itv_canonicalize)(intern,a,integer); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:271:10: note: in expansion of macro 'ITVFUN' - 271 | { return ITVFUN(itv_canonicalize)(intern,a,integer); } - | ^~~~~~ - ../itv/itv.h:224:13: note: in a call to function 'itv_canonicalize_MPQ' - 224 | bool ITVFUN(itv_canonicalize)(itv_internal_t* intern, itv_t a, bool integer); - | ^~~~~~~~~~~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:224:6: note: in expansion of macro 'ITVFUN' - 224 | bool ITVFUN(itv_canonicalize)(itv_internal_t* intern, itv_t a, bool integer); - | ^~~~~~ - In function 'itv_canonicalize', - inlined from 'itv_meet' at ../itv/itv.h:456:10, - inlined from 't1p_aff_sub' at t1p_fun.c:165:5: - ../itv/itv.h:271:17: warning: 'itv_canonicalize_MPQ' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 271 | { return ITVFUN(itv_canonicalize)(intern,a,integer); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:271:10: note: in expansion of macro 'ITVFUN' - 271 | { return ITVFUN(itv_canonicalize)(intern,a,integer); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_aff_sub': - ../itv/itv.h:271:17: note: referencing argument 2 of type '__itv_struct *' - 271 | { return ITVFUN(itv_canonicalize)(intern,a,integer); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:271:10: note: in expansion of macro 'ITVFUN' - 271 | { return ITVFUN(itv_canonicalize)(intern,a,integer); } - | ^~~~~~ - ../itv/itv.h:224:13: note: in a call to function 'itv_canonicalize_MPQ' - 224 | bool ITVFUN(itv_canonicalize)(itv_internal_t* intern, itv_t a, bool integer); - | ^~~~~~~~~~~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:224:6: note: in expansion of macro 'ITVFUN' - 224 | bool ITVFUN(itv_canonicalize)(itv_internal_t* intern, itv_t a, bool integer); - | ^~~~~~ - In function 'itv_sub', - inlined from 't1p_aff_sub' at t1p_fun.c:110:41: - ../itv/itv.h:286:10: warning: 'itv_sub_MPQ' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:286:3: note: in expansion of macro 'ITVFUN' - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_aff_sub': - ../itv/itv.h:286:10: note: referencing argument 1 of type '__itv_struct *' - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:286:3: note: in expansion of macro 'ITVFUN' - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^~~~~~ - ../itv/itv.h:230:13: note: in a call to function 'itv_sub_MPQ' - 230 | void ITVFUN(itv_sub)(itv_t a, itv_t b, itv_t c); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:230:6: note: in expansion of macro 'ITVFUN' - 230 | void ITVFUN(itv_sub)(itv_t a, itv_t b, itv_t c); - | ^~~~~~ - In function 'itv_sub', - inlined from 't1p_aff_sub' at t1p_fun.c:164:5: - ../itv/itv.h:286:10: warning: 'itv_sub_MPQ' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:286:3: note: in expansion of macro 'ITVFUN' - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_aff_sub': - ../itv/itv.h:286:10: note: referencing argument 1 of type '__itv_struct *' - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:286:3: note: in expansion of macro 'ITVFUN' - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^~~~~~ - ../itv/itv.h:230:13: note: in a call to function 'itv_sub_MPQ' - 230 | void ITVFUN(itv_sub)(itv_t a, itv_t b, itv_t c); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:230:6: note: in expansion of macro 'ITVFUN' - 230 | void ITVFUN(itv_sub)(itv_t a, itv_t b, itv_t c); - | ^~~~~~ - In function 'itv_mul', - inlined from 't1p_aff_mul_itv' at t1p_fun.c:191:3, - inlined from 't1p_aff_mul_itv' at t1p_fun.c:171:12: - ../itv/itv.h:292:10: warning: 'itv_mul_MPQ' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_aff_mul_itv': - ../itv/itv.h:292:10: note: referencing argument 2 of type '__itv_struct *' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h:232:13: note: in a call to function 'itv_mul_MPQ' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:232:6: note: in expansion of macro 'ITVFUN' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~ - In function 'itv_mul', - inlined from 't1p_aff_mul_itv' at t1p_fun.c:204:2, - inlined from 't1p_aff_mul_itv' at t1p_fun.c:171:12: - ../itv/itv.h:292:10: warning: 'itv_mul_MPQ' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_aff_mul_itv': - ../itv/itv.h:292:10: note: referencing argument 2 of type '__itv_struct *' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h:232:13: note: in a call to function 'itv_mul_MPQ' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:232:6: note: in expansion of macro 'ITVFUN' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~ - In function 'itv_mul', - inlined from 't1p_aff_mul_itv' at t1p_fun.c:184:2, - inlined from 't1p_aff_mul_itv' at t1p_fun.c:171:12: - ../itv/itv.h:292:10: warning: 'itv_mul_MPQ' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_aff_mul_itv': - ../itv/itv.h:292:10: note: referencing argument 2 of type '__itv_struct *' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h:232:13: note: in a call to function 'itv_mul_MPQ' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:232:6: note: in expansion of macro 'ITVFUN' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~ - In function 'itv_neg', - inlined from 't1p_aff_neg' at t1p_fun.c:974:5: - ../itv/itv.h:289:10: warning: 'itv_neg_MPQ' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 289 | { ITVFUN(itv_neg)(a,b); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:289:3: note: in expansion of macro 'ITVFUN' - 289 | { ITVFUN(itv_neg)(a,b); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_aff_neg': - ../itv/itv.h:289:10: note: referencing argument 1 of type '__itv_struct *' - 289 | { ITVFUN(itv_neg)(a,b); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:289:3: note: in expansion of macro 'ITVFUN' - 289 | { ITVFUN(itv_neg)(a,b); } - | ^~~~~~ - ../itv/itv.h:231:13: note: in a call to function 'itv_neg_MPQ' - 231 | void ITVFUN(itv_neg)(itv_t a, itv_t b); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:231:6: note: in expansion of macro 'ITVFUN' - 231 | void ITVFUN(itv_neg)(itv_t a, itv_t b); - | ^~~~~~ - In function 'itv_neg', - inlined from 't1p_aff_neg' at t1p_fun.c:980:6: - ../itv/itv.h:289:10: warning: 'itv_neg_MPQ' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 289 | { ITVFUN(itv_neg)(a,b); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:289:3: note: in expansion of macro 'ITVFUN' - 289 | { ITVFUN(itv_neg)(a,b); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_aff_neg': - ../itv/itv.h:289:10: note: referencing argument 1 of type '__itv_struct *' - 289 | { ITVFUN(itv_neg)(a,b); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:289:3: note: in expansion of macro 'ITVFUN' - 289 | { ITVFUN(itv_neg)(a,b); } - | ^~~~~~ - ../itv/itv.h:231:13: note: in a call to function 'itv_neg_MPQ' - 231 | void ITVFUN(itv_neg)(itv_t a, itv_t b); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:231:6: note: in expansion of macro 'ITVFUN' - 231 | void ITVFUN(itv_neg)(itv_t a, itv_t b); - | ^~~~~~ - In function 'itv_neg', - inlined from 't1p_aff_neg' at t1p_fun.c:985:2: - ../itv/itv.h:289:10: warning: 'itv_neg_MPQ' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 289 | { ITVFUN(itv_neg)(a,b); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:289:3: note: in expansion of macro 'ITVFUN' - 289 | { ITVFUN(itv_neg)(a,b); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_aff_neg': - ../itv/itv.h:289:10: note: referencing argument 1 of type '__itv_struct *' - 289 | { ITVFUN(itv_neg)(a,b); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:289:3: note: in expansion of macro 'ITVFUN' - 289 | { ITVFUN(itv_neg)(a,b); } - | ^~~~~~ - ../itv/itv.h:231:13: note: in a call to function 'itv_neg_MPQ' - 231 | void ITVFUN(itv_neg)(itv_t a, itv_t b); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:231:6: note: in expansion of macro 'ITVFUN' - 231 | void ITVFUN(itv_neg)(itv_t a, itv_t b); - | ^~~~~~ - In function 'itv_neg', - inlined from 't1p_aff_neg' at t1p_fun.c:989:5: - ../itv/itv.h:289:10: warning: 'itv_neg_MPQ' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 289 | { ITVFUN(itv_neg)(a,b); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:289:3: note: in expansion of macro 'ITVFUN' - 289 | { ITVFUN(itv_neg)(a,b); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_aff_neg': - ../itv/itv.h:289:10: note: referencing argument 1 of type '__itv_struct *' - 289 | { ITVFUN(itv_neg)(a,b); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:289:3: note: in expansion of macro 'ITVFUN' - 289 | { ITVFUN(itv_neg)(a,b); } - | ^~~~~~ - ../itv/itv.h:231:13: note: in a call to function 'itv_neg_MPQ' - 231 | void ITVFUN(itv_neg)(itv_t a, itv_t b); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:231:6: note: in expansion of macro 'ITVFUN' - 231 | void ITVFUN(itv_neg)(itv_t a, itv_t b); - | ^~~~~~ - In function 'itv_sub', - inlined from 't1p_aff_mul_constrained_backup' at t1p_fun.c:274:5: - ../itv/itv.h:286:10: warning: 'itv_sub_MPQ' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:286:3: note: in expansion of macro 'ITVFUN' - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_aff_mul_constrained_backup': - ../itv/itv.h:286:10: note: referencing argument 1 of type '__itv_struct *' - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:286:3: note: in expansion of macro 'ITVFUN' - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^~~~~~ - In function 'itv_sub', - inlined from 't1p_aff_mul_constrained_backup' at t1p_fun.c:274:5: - ../itv/itv.h:286:10: warning: 'itv_sub_MPQ' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:286:3: note: in expansion of macro 'ITVFUN' - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_aff_mul_constrained_backup': - ../itv/itv.h:286:10: note: referencing argument 2 of type '__itv_struct *' - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:286:3: note: in expansion of macro 'ITVFUN' - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^~~~~~ - ../itv/itv.h:230:13: note: in a call to function 'itv_sub_MPQ' - 230 | void ITVFUN(itv_sub)(itv_t a, itv_t b, itv_t c); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:230:6: note: in expansion of macro 'ITVFUN' - 230 | void ITVFUN(itv_sub)(itv_t a, itv_t b, itv_t c); - | ^~~~~~ - In function 'itv_mul', - inlined from 't1p_aff_mul_constrained_backup' at t1p_fun.c:323:7: - ../itv/itv.h:292:10: warning: 'itv_mul_MPQ' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_aff_mul_constrained_backup': - ../itv/itv.h:292:10: note: referencing argument 2 of type '__itv_struct *' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h:232:13: note: in a call to function 'itv_mul_MPQ' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:232:6: note: in expansion of macro 'ITVFUN' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~ - In function 'itv_mul', - inlined from 't1p_aff_mul_constrained_backup' at t1p_fun.c:338:7: - ../itv/itv.h:292:10: warning: 'itv_mul_MPQ' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_aff_mul_constrained_backup': - ../itv/itv.h:292:10: note: referencing argument 2 of type '__itv_struct *' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h:232:13: note: in a call to function 'itv_mul_MPQ' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:232:6: note: in expansion of macro 'ITVFUN' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~ - In function 'itv_mul', - inlined from 't1p_aff_mul_constrained_backup' at t1p_fun.c:354:3: - ../itv/itv.h:292:10: warning: 'itv_mul_MPQ' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_aff_mul_constrained_backup': - ../itv/itv.h:292:10: note: referencing argument 2 of type '__itv_struct *' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h:232:13: note: in a call to function 'itv_mul_MPQ' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:232:6: note: in expansion of macro 'ITVFUN' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~ - In function 'itv_mul', - inlined from 't1p_aff_mul_constrained_backup' at t1p_fun.c:369:3: - ../itv/itv.h:292:10: warning: 'itv_mul_MPQ' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_aff_mul_constrained_backup': - ../itv/itv.h:292:10: note: referencing argument 2 of type '__itv_struct *' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h:232:13: note: in a call to function 'itv_mul_MPQ' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:232:6: note: in expansion of macro 'ITVFUN' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~ - In function 'itv_mul', - inlined from 't1p_aff_mul_constrained' at t1p_fun.c:461:5: - ../itv/itv.h:292:10: warning: 'itv_mul_MPQ' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_aff_mul_constrained': - ../itv/itv.h:292:10: note: referencing argument 4 of type '__itv_struct *' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h:232:13: note: in a call to function 'itv_mul_MPQ' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:232:6: note: in expansion of macro 'ITVFUN' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~ - In function 'itv_mul', - inlined from 't1p_aff_mul_constrained' at t1p_fun.c:462:5: - ../itv/itv.h:292:10: warning: 'itv_mul_MPQ' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_aff_mul_constrained': - ../itv/itv.h:292:10: note: referencing argument 4 of type '__itv_struct *' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h:232:13: note: in a call to function 'itv_mul_MPQ' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:232:6: note: in expansion of macro 'ITVFUN' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~ - In function 'itv_sub', - inlined from 't1p_aff_mul_constrained' at t1p_fun.c:465:5: - ../itv/itv.h:286:10: warning: 'itv_sub_MPQ' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:286:3: note: in expansion of macro 'ITVFUN' - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_aff_mul_constrained': - ../itv/itv.h:286:10: note: referencing argument 1 of type '__itv_struct *' - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:286:3: note: in expansion of macro 'ITVFUN' - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^~~~~~ - In function 'itv_sub', - inlined from 't1p_aff_mul_constrained' at t1p_fun.c:465:5: - ../itv/itv.h:286:10: warning: 'itv_sub_MPQ' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:286:3: note: in expansion of macro 'ITVFUN' - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_aff_mul_constrained': - ../itv/itv.h:286:10: note: referencing argument 2 of type '__itv_struct *' - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:286:3: note: in expansion of macro 'ITVFUN' - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^~~~~~ - ../itv/itv.h:230:13: note: in a call to function 'itv_sub_MPQ' - 230 | void ITVFUN(itv_sub)(itv_t a, itv_t b, itv_t c); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:230:6: note: in expansion of macro 'ITVFUN' - 230 | void ITVFUN(itv_sub)(itv_t a, itv_t b, itv_t c); - | ^~~~~~ - In function 'itv_mul', - inlined from 't1p_aff_mul_non_constrained' at t1p_fun.c:671:5: - ../itv/itv.h:292:10: warning: 'itv_mul_MPQ' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_aff_mul_non_constrained': - ../itv/itv.h:292:10: note: referencing argument 2 of type '__itv_struct *' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h:232:13: note: in a call to function 'itv_mul_MPQ' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:232:6: note: in expansion of macro 'ITVFUN' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~ - In function 'itv_set_ap_coeff', - inlined from 't1p_aff_eval_ap_texpr0' at t1p_fun.c:1107:3: - ../itv/itv.h:312:17: warning: 'itv_set_ap_coeff_MPQ' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 312 | { return ITVFUN(itv_set_ap_coeff)(intern,itv,coeff); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:312:10: note: in expansion of macro 'ITVFUN' - 312 | { return ITVFUN(itv_set_ap_coeff)(intern,itv,coeff); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_aff_eval_ap_texpr0': - ../itv/itv.h:312:17: note: referencing argument 2 of type '__itv_struct *' - 312 | { return ITVFUN(itv_set_ap_coeff)(intern,itv,coeff); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:312:10: note: in expansion of macro 'ITVFUN' - 312 | { return ITVFUN(itv_set_ap_coeff)(intern,itv,coeff); } - | ^~~~~~ - ../itv/itv.h:243:13: note: in a call to function 'itv_set_ap_coeff_MPQ' - 243 | bool ITVFUN(itv_set_ap_coeff)(itv_internal_t* intern, itv_t itv, ap_coeff_t* coeff); - | ^~~~~~~~~~~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:243:6: note: in expansion of macro 'ITVFUN' - 243 | bool ITVFUN(itv_set_ap_coeff)(itv_internal_t* intern, itv_t itv, ap_coeff_t* coeff); - | ^~~~~~ - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o t1p_itv_utilsMPQ.o t1p_itv_utils.c - /usr/bin/ar rcs libt1pMPQ.a t1p_internalMPQ.o t1p_representationMPQ.o t1p_constructorMPQ.o t1p_meetjoinMPQ.o t1p_assignMPQ.o t1p_resizeMPQ.o t1p_otheropsMPQ.o t1p_funMPQ.o t1p_itv_utilsMPQ.o - /usr/bin/ranlib libt1pMPQ.a - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o t1p_internalMPQ_debug.o t1p_internal.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o t1p_representationMPQ_debug.o t1p_representation.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o t1p_constructorMPQ_debug.o t1p_constructor.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o t1p_meetjoinMPQ_debug.o t1p_meetjoin.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o t1p_assignMPQ_debug.o t1p_assign.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o t1p_resizeMPQ_debug.o t1p_resize.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o t1p_otheropsMPQ_debug.o t1p_otherops.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o t1p_funMPQ_debug.o t1p_fun.c - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o t1p_itv_utilsMPQ_debug.o t1p_itv_utils.c - /usr/bin/ar rcs libt1pMPQ_debug.a t1p_internalMPQ_debug.o t1p_representationMPQ_debug.o t1p_constructorMPQ_debug.o t1p_meetjoinMPQ_debug.o t1p_assignMPQ_debug.o t1p_resizeMPQ_debug.o t1p_otheropsMPQ_debug.o t1p_funMPQ_debug.o t1p_itv_utilsMPQ_debug.o - /usr/bin/ranlib libt1pMPQ_debug.a - cc -shared -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -o libt1pMPQ.so t1p_internalMPQ.o t1p_representationMPQ.o t1p_constructorMPQ.o t1p_meetjoinMPQ.o t1p_assignMPQ.o t1p_resizeMPQ.o t1p_otheropsMPQ.o t1p_funMPQ.o t1p_itv_utilsMPQ.o -L../apron -L../box -L../newpolka -lapron -lgmpxx -lgmp -lmpfr -lm -lboxMPQ -lpolkaMPQ - cc -shared -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG -o libt1pMPQ_debug.so t1p_internalMPQ_debug.o t1p_representationMPQ_debug.o t1p_constructorMPQ_debug.o t1p_meetjoinMPQ_debug.o t1p_assignMPQ_debug.o t1p_resizeMPQ_debug.o t1p_otheropsMPQ_debug.o t1p_funMPQ_debug.o t1p_itv_utilsMPQ_debug.o -L../apron -L../box -L../newpolka -lapron_debug -lgmpxx -lgmp -lmpfr -lm -lboxMPQ_debug -lpolkaMPQ_debug - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_DOUBLE -c -o t1p_internalD.o t1p_internal.c - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from ../itv/itv.h:9, - from t1p_internal.h:17, - from t1p_internal.c:18: - ../num/numflt_native.h: In function 'numflt_root': - ../num/numflt_native.h:191:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 191 | mpfr_root(res, arg, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../apron/ap_scalar.h:20, - from ../apron/ap_coeff.h:19, - from ../apron/ap_manager.h:17, - from ../apron/ap_generic.h:11, - from t1p_internal.c:16: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from ../itv/itv.h:9, - from t1p_internal.h:17, - from t1p_internal.c:18: - ../num/numflt_native.h:194:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 194 | mpfr_root(res, arg, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../apron/ap_scalar.h:20, - from ../apron/ap_coeff.h:19, - from ../apron/ap_manager.h:17, - from ../apron/ap_generic.h:11, - from t1p_internal.c:16: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_DOUBLE -c -o t1p_representationD.o t1p_representation.c - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from ../itv/itv.h:9, - from t1p_internal.h:17, - from t1p_representation.c:12: - ../num/numflt_native.h: In function 'numflt_root': - ../num/numflt_native.h:191:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 191 | mpfr_root(res, arg, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../apron/ap_scalar.h:20, - from ../apron/ap_coeff.h:19, - from ../apron/ap_manager.h:17, - from ../apron/ap_abstract0.h:16, - from t1p_internal.h:16, - from t1p_representation.c:12: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from ../itv/itv.h:9, - from t1p_internal.h:17, - from t1p_representation.c:12: - ../num/numflt_native.h:194:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 194 | mpfr_root(res, arg, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../apron/ap_scalar.h:20, - from ../apron/ap_coeff.h:19, - from ../apron/ap_manager.h:17, - from ../apron/ap_abstract0.h:16, - from t1p_internal.h:16, - from t1p_representation.c:12: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_DOUBLE -c -o t1p_constructorD.o t1p_constructor.c - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from ../itv/itv.h:9, - from t1p_internal.h:17, - from t1p_constructor.c:8: - ../num/numflt_native.h: In function 'numflt_root': - ../num/numflt_native.h:191:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 191 | mpfr_root(res, arg, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../apron/ap_scalar.h:20, - from ../apron/ap_coeff.h:19, - from ../apron/ap_manager.h:17, - from ../apron/ap_abstract0.h:16, - from t1p_internal.h:16, - from t1p_constructor.c:8: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from ../itv/itv.h:9, - from t1p_internal.h:17, - from t1p_constructor.c:8: - ../num/numflt_native.h:194:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 194 | mpfr_root(res, arg, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../apron/ap_scalar.h:20, - from ../apron/ap_coeff.h:19, - from ../apron/ap_manager.h:17, - from ../apron/ap_abstract0.h:16, - from t1p_internal.h:16, - from t1p_constructor.c:8: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_DOUBLE -c -o t1p_meetjoinD.o t1p_meetjoin.c - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from t1p_meetjoin.c:10: - ../num/numflt_native.h: In function 'numflt_root': - ../num/numflt_native.h:191:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 191 | mpfr_root(res, arg, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from t1p_meetjoin.c:10: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from t1p_meetjoin.c:10: - ../num/numflt_native.h:194:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 194 | mpfr_root(res, arg, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from t1p_meetjoin.c:10: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../itv/itv_fun.h:5, - from ../itv/itv.h:14, - from t1p_meetjoin.c:11: - In function 'itv_neg', - inlined from 't1p_aff_join_arXiv2ter' at t1p_internal.h:3707:4, - inlined from 't1p_join_bub' at t1p_meetjoin.c:1072:18: - ../itv/itv.h:289:10: warning: 'itv_neg_D' accessing 16 bytes in a region of size 8 [-Wstringop-overflow=] - 289 | { ITVFUN(itv_neg)(a,b); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:289:3: note: in expansion of macro 'ITVFUN' - 289 | { ITVFUN(itv_neg)(a,b); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_join_bub': - ../itv/itv.h:289:10: note: referencing argument 2 of type '__itv_struct *' - 289 | { ITVFUN(itv_neg)(a,b); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:289:3: note: in expansion of macro 'ITVFUN' - 289 | { ITVFUN(itv_neg)(a,b); } - | ^~~~~~ - ../itv/itv.h:231:13: note: in a call to function 'itv_neg_D' - 231 | void ITVFUN(itv_neg)(itv_t a, itv_t b); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:231:6: note: in expansion of macro 'ITVFUN' - 231 | void ITVFUN(itv_neg)(itv_t a, itv_t b); - | ^~~~~~ - In function 'itv_neg', - inlined from 't1p_aff_join_arXiv2ter' at t1p_internal.h:3742:7, - inlined from 't1p_join_bub' at t1p_meetjoin.c:1072:18: - ../itv/itv.h:289:10: warning: 'itv_neg_D' accessing 16 bytes in a region of size 8 [-Wstringop-overflow=] - 289 | { ITVFUN(itv_neg)(a,b); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:289:3: note: in expansion of macro 'ITVFUN' - 289 | { ITVFUN(itv_neg)(a,b); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_join_bub': - ../itv/itv.h:289:10: note: referencing argument 2 of type '__itv_struct *' - 289 | { ITVFUN(itv_neg)(a,b); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:289:3: note: in expansion of macro 'ITVFUN' - 289 | { ITVFUN(itv_neg)(a,b); } - | ^~~~~~ - ../itv/itv.h:231:13: note: in a call to function 'itv_neg_D' - 231 | void ITVFUN(itv_neg)(itv_t a, itv_t b); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:231:6: note: in expansion of macro 'ITVFUN' - 231 | void ITVFUN(itv_neg)(itv_t a, itv_t b); - | ^~~~~~ - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_DOUBLE -c -o t1p_assignD.o t1p_assign.c - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from ../itv/itv.h:9, - from t1p_internal.h:17, - from t1p_assign.c:11: - ../num/numflt_native.h: In function 'numflt_root': - ../num/numflt_native.h:191:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 191 | mpfr_root(res, arg, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../apron/ap_scalar.h:20, - from ../apron/ap_coeff.h:19, - from ../apron/ap_manager.h:17, - from ../apron/ap_abstract0.h:16, - from t1p_internal.h:16, - from t1p_assign.c:11: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from ../itv/itv.h:9, - from t1p_internal.h:17, - from t1p_assign.c:11: - ../num/numflt_native.h:194:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 194 | mpfr_root(res, arg, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../apron/ap_scalar.h:20, - from ../apron/ap_coeff.h:19, - from ../apron/ap_manager.h:17, - from ../apron/ap_abstract0.h:16, - from t1p_internal.h:16, - from t1p_assign.c:11: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_DOUBLE -c -o t1p_resizeD.o t1p_resize.c - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from ../itv/itv.h:9, - from t1p_internal.h:17, - from t1p_resize.c:8: - ../num/numflt_native.h: In function 'numflt_root': - ../num/numflt_native.h:191:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 191 | mpfr_root(res, arg, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../apron/ap_scalar.h:20, - from ../apron/ap_coeff.h:19, - from ../apron/ap_manager.h:17, - from ../apron/ap_abstract0.h:16, - from t1p_internal.h:16, - from t1p_resize.c:8: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from ../itv/itv.h:9, - from t1p_internal.h:17, - from t1p_resize.c:8: - ../num/numflt_native.h:194:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 194 | mpfr_root(res, arg, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../apron/ap_scalar.h:20, - from ../apron/ap_coeff.h:19, - from ../apron/ap_manager.h:17, - from ../apron/ap_abstract0.h:16, - from t1p_internal.h:16, - from t1p_resize.c:8: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_DOUBLE -c -o t1p_otheropsD.o t1p_otherops.c - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from ../itv/itv.h:9, - from t1p_internal.h:17, - from t1p_otherops.c:8: - ../num/numflt_native.h: In function 'numflt_root': - ../num/numflt_native.h:191:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 191 | mpfr_root(res, arg, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../apron/ap_scalar.h:20, - from ../apron/ap_coeff.h:19, - from ../apron/ap_manager.h:17, - from ../apron/ap_abstract0.h:16, - from t1p_internal.h:16, - from t1p_otherops.c:8: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from ../itv/itv.h:9, - from t1p_internal.h:17, - from t1p_otherops.c:8: - ../num/numflt_native.h:194:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 194 | mpfr_root(res, arg, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../apron/ap_scalar.h:20, - from ../apron/ap_coeff.h:19, - from ../apron/ap_manager.h:17, - from ../apron/ap_abstract0.h:16, - from t1p_internal.h:16, - from t1p_otherops.c:8: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_DOUBLE -c -o t1p_funD.o t1p_fun.c - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from ../itv/itv.h:9, - from ../itv/itv_linearize.h:8, - from t1p_fun.c:9: - ../num/numflt_native.h: In function 'numflt_root': - ../num/numflt_native.h:191:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 191 | mpfr_root(res, arg, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from ../itv/itv.h:9, - from ../itv/itv_linearize.h:8, - from t1p_fun.c:9: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from ../itv/itv.h:9, - from ../itv/itv_linearize.h:8, - from t1p_fun.c:9: - ../num/numflt_native.h:194:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 194 | mpfr_root(res, arg, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from ../itv/itv.h:9, - from ../itv/itv_linearize.h:8, - from t1p_fun.c:9: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_DOUBLE -c -o t1p_itv_utilsD.o t1p_itv_utils.c - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from ../itv/itv.h:9, - from t1p_itv_utils.h:13, - from t1p_itv_utils.c:8: - ../num/numflt_native.h: In function 'numflt_root': - ../num/numflt_native.h:191:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 191 | mpfr_root(res, arg, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from ../itv/itv.h:9, - from t1p_itv_utils.h:13, - from t1p_itv_utils.c:8: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from ../itv/itv.h:9, - from t1p_itv_utils.h:13, - from t1p_itv_utils.c:8: - ../num/numflt_native.h:194:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 194 | mpfr_root(res, arg, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from ../itv/itv.h:9, - from t1p_itv_utils.h:13, - from t1p_itv_utils.c:8: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - /usr/bin/ar rcs libt1pD.a t1p_internalD.o t1p_representationD.o t1p_constructorD.o t1p_meetjoinD.o t1p_assignD.o t1p_resizeD.o t1p_otheropsD.o t1p_funD.o t1p_itv_utilsD.o - /usr/bin/ranlib libt1pD.a - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_DOUBLE -c -o t1p_internalD_debug.o t1p_internal.c - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from ../itv/itv.h:9, - from t1p_internal.h:17, - from t1p_internal.c:18: - ../num/numflt_native.h: In function 'numflt_root': - ../num/numflt_native.h:191:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 191 | mpfr_root(res, arg, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../apron/ap_scalar.h:20, - from ../apron/ap_coeff.h:19, - from ../apron/ap_manager.h:17, - from ../apron/ap_generic.h:11, - from t1p_internal.c:16: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from ../itv/itv.h:9, - from t1p_internal.h:17, - from t1p_internal.c:18: - ../num/numflt_native.h:194:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 194 | mpfr_root(res, arg, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../apron/ap_scalar.h:20, - from ../apron/ap_coeff.h:19, - from ../apron/ap_manager.h:17, - from ../apron/ap_generic.h:11, - from t1p_internal.c:16: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_DOUBLE -c -o t1p_representationD_debug.o t1p_representation.c - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from ../itv/itv.h:9, - from t1p_internal.h:17, - from t1p_representation.c:12: - ../num/numflt_native.h: In function 'numflt_root': - ../num/numflt_native.h:191:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 191 | mpfr_root(res, arg, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../apron/ap_scalar.h:20, - from ../apron/ap_coeff.h:19, - from ../apron/ap_manager.h:17, - from ../apron/ap_abstract0.h:16, - from t1p_internal.h:16, - from t1p_representation.c:12: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from ../itv/itv.h:9, - from t1p_internal.h:17, - from t1p_representation.c:12: - ../num/numflt_native.h:194:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 194 | mpfr_root(res, arg, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../apron/ap_scalar.h:20, - from ../apron/ap_coeff.h:19, - from ../apron/ap_manager.h:17, - from ../apron/ap_abstract0.h:16, - from t1p_internal.h:16, - from t1p_representation.c:12: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_DOUBLE -c -o t1p_constructorD_debug.o t1p_constructor.c - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from ../itv/itv.h:9, - from t1p_internal.h:17, - from t1p_constructor.c:8: - ../num/numflt_native.h: In function 'numflt_root': - ../num/numflt_native.h:191:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 191 | mpfr_root(res, arg, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../apron/ap_scalar.h:20, - from ../apron/ap_coeff.h:19, - from ../apron/ap_manager.h:17, - from ../apron/ap_abstract0.h:16, - from t1p_internal.h:16, - from t1p_constructor.c:8: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from ../itv/itv.h:9, - from t1p_internal.h:17, - from t1p_constructor.c:8: - ../num/numflt_native.h:194:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 194 | mpfr_root(res, arg, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../apron/ap_scalar.h:20, - from ../apron/ap_coeff.h:19, - from ../apron/ap_manager.h:17, - from ../apron/ap_abstract0.h:16, - from t1p_internal.h:16, - from t1p_constructor.c:8: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_DOUBLE -c -o t1p_meetjoinD_debug.o t1p_meetjoin.c - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from t1p_meetjoin.c:10: - ../num/numflt_native.h: In function 'numflt_root': - ../num/numflt_native.h:191:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 191 | mpfr_root(res, arg, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from t1p_meetjoin.c:10: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from t1p_meetjoin.c:10: - ../num/numflt_native.h:194:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 194 | mpfr_root(res, arg, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from t1p_meetjoin.c:10: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_DOUBLE -c -o t1p_assignD_debug.o t1p_assign.c - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from ../itv/itv.h:9, - from t1p_internal.h:17, - from t1p_assign.c:11: - ../num/numflt_native.h: In function 'numflt_root': - ../num/numflt_native.h:191:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 191 | mpfr_root(res, arg, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../apron/ap_scalar.h:20, - from ../apron/ap_coeff.h:19, - from ../apron/ap_manager.h:17, - from ../apron/ap_abstract0.h:16, - from t1p_internal.h:16, - from t1p_assign.c:11: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from ../itv/itv.h:9, - from t1p_internal.h:17, - from t1p_assign.c:11: - ../num/numflt_native.h:194:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 194 | mpfr_root(res, arg, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../apron/ap_scalar.h:20, - from ../apron/ap_coeff.h:19, - from ../apron/ap_manager.h:17, - from ../apron/ap_abstract0.h:16, - from t1p_internal.h:16, - from t1p_assign.c:11: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_DOUBLE -c -o t1p_resizeD_debug.o t1p_resize.c - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from ../itv/itv.h:9, - from t1p_internal.h:17, - from t1p_resize.c:8: - ../num/numflt_native.h: In function 'numflt_root': - ../num/numflt_native.h:191:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 191 | mpfr_root(res, arg, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../apron/ap_scalar.h:20, - from ../apron/ap_coeff.h:19, - from ../apron/ap_manager.h:17, - from ../apron/ap_abstract0.h:16, - from t1p_internal.h:16, - from t1p_resize.c:8: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from ../itv/itv.h:9, - from t1p_internal.h:17, - from t1p_resize.c:8: - ../num/numflt_native.h:194:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 194 | mpfr_root(res, arg, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../apron/ap_scalar.h:20, - from ../apron/ap_coeff.h:19, - from ../apron/ap_manager.h:17, - from ../apron/ap_abstract0.h:16, - from t1p_internal.h:16, - from t1p_resize.c:8: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_DOUBLE -c -o t1p_otheropsD_debug.o t1p_otherops.c - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from ../itv/itv.h:9, - from t1p_internal.h:17, - from t1p_otherops.c:8: - ../num/numflt_native.h: In function 'numflt_root': - ../num/numflt_native.h:191:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 191 | mpfr_root(res, arg, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../apron/ap_scalar.h:20, - from ../apron/ap_coeff.h:19, - from ../apron/ap_manager.h:17, - from ../apron/ap_abstract0.h:16, - from t1p_internal.h:16, - from t1p_otherops.c:8: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from ../itv/itv.h:9, - from t1p_internal.h:17, - from t1p_otherops.c:8: - ../num/numflt_native.h:194:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 194 | mpfr_root(res, arg, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../apron/ap_scalar.h:20, - from ../apron/ap_coeff.h:19, - from ../apron/ap_manager.h:17, - from ../apron/ap_abstract0.h:16, - from t1p_internal.h:16, - from t1p_otherops.c:8: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_DOUBLE -c -o t1p_funD_debug.o t1p_fun.c - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from ../itv/itv.h:9, - from ../itv/itv_linearize.h:8, - from t1p_fun.c:9: - ../num/numflt_native.h: In function 'numflt_root': - ../num/numflt_native.h:191:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 191 | mpfr_root(res, arg, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from ../itv/itv.h:9, - from ../itv/itv_linearize.h:8, - from t1p_fun.c:9: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from ../itv/itv.h:9, - from ../itv/itv_linearize.h:8, - from t1p_fun.c:9: - ../num/numflt_native.h:194:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 194 | mpfr_root(res, arg, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from ../itv/itv.h:9, - from ../itv/itv_linearize.h:8, - from t1p_fun.c:9: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_DOUBLE -c -o t1p_itv_utilsD_debug.o t1p_itv_utils.c - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from ../itv/itv.h:9, - from t1p_itv_utils.h:13, - from t1p_itv_utils.c:8: - ../num/numflt_native.h: In function 'numflt_root': - ../num/numflt_native.h:191:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 191 | mpfr_root(res, arg, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from ../itv/itv.h:9, - from t1p_itv_utils.h:13, - from t1p_itv_utils.c:8: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:23, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from ../itv/itv.h:9, - from t1p_itv_utils.h:13, - from t1p_itv_utils.c:8: - ../num/numflt_native.h:194:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 194 | mpfr_root(res, arg, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from ../itv/itv.h:9, - from t1p_itv_utils.h:13, - from t1p_itv_utils.c:8: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - /usr/bin/ar rcs libt1pD_debug.a t1p_internalD_debug.o t1p_representationD_debug.o t1p_constructorD_debug.o t1p_meetjoinD_debug.o t1p_assignD_debug.o t1p_resizeD_debug.o t1p_otheropsD_debug.o t1p_funD_debug.o t1p_itv_utilsD_debug.o - /usr/bin/ranlib libt1pD_debug.a - cc -shared -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -o libt1pD.so t1p_internalD.o t1p_representationD.o t1p_constructorD.o t1p_meetjoinD.o t1p_assignD.o t1p_resizeD.o t1p_otheropsD.o t1p_funD.o t1p_itv_utilsD.o -L../apron -L../box -L../newpolka -lapron -lgmpxx -lgmp -lmpfr -lm -lboxD -lpolkaMPQ - cc -shared -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG -o libt1pD_debug.so t1p_internalD_debug.o t1p_representationD_debug.o t1p_constructorD_debug.o t1p_meetjoinD_debug.o t1p_assignD_debug.o t1p_resizeD_debug.o t1p_otheropsD_debug.o t1p_funD_debug.o t1p_itv_utilsD_debug.o -L../apron -L../box -L../newpolka -lapron_debug -lgmpxx -lgmp -lmpfr -lm -lboxD_debug -lpolkaMPQ_debug - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPFR -c -o t1p_internalMPFR.o t1p_internal.c - In file included from ../num/numflt.h:25, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from ../itv/itv.h:9, - from t1p_internal.h:17, - from t1p_internal.c:18: - ../num/numflt_mpfr.h: In function 'numflt_root': - ../num/numflt_mpfr.h:126:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 126 | mpfr_root(up, b, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../apron/ap_scalar.h:20, - from ../apron/ap_coeff.h:19, - from ../apron/ap_manager.h:17, - from ../apron/ap_generic.h:11, - from t1p_internal.c:16: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:25, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from ../itv/itv.h:9, - from t1p_internal.h:17, - from t1p_internal.c:18: - ../num/numflt_mpfr.h:127:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 127 | mpfr_root(down, b, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../apron/ap_scalar.h:20, - from ../apron/ap_coeff.h:19, - from ../apron/ap_manager.h:17, - from ../apron/ap_generic.h:11, - from t1p_internal.c:16: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../itv/itv_fun.h:5, - from ../itv/itv.h:14, - from t1p_internal.h:17, - from t1p_internal.c:18: - In function 'itv_mul', - inlined from 'optpr_solve' at t1p_internal.c:628:7: - ../itv/itv.h:292:10: warning: 'itv_mul_MPFR' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h: In function 'optpr_solve': - ../itv/itv.h:292:10: note: referencing argument 3 of type '__itv_struct *' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h:232:13: note: in a call to function 'itv_mul_MPFR' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:232:6: note: in expansion of macro 'ITVFUN' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~ - In function 'itv_fprint', - inlined from 't1p_aff_fprint' at t1p_internal.h:1079:10, - inlined from 'optpr_solve' at t1p_internal.c:1004:5: - ../itv/itv.h:298:10: warning: 'itv_fprint_MPFR' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 298 | { ITVFUN(itv_fprint)(stream,a); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:298:3: note: in expansion of macro 'ITVFUN' - 298 | { ITVFUN(itv_fprint)(stream,a); } - | ^~~~~~ - ../itv/itv.h: In function 'optpr_solve': - ../itv/itv.h:298:10: note: referencing argument 2 of type '__itv_struct *' - 298 | { ITVFUN(itv_fprint)(stream,a); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:298:3: note: in expansion of macro 'ITVFUN' - 298 | { ITVFUN(itv_fprint)(stream,a); } - | ^~~~~~ - ../itv/itv.h:237:13: note: in a call to function 'itv_fprint_MPFR' - 237 | void ITVFUN(itv_fprint)(FILE* stream, itv_t a); - | ^~~~~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:237:6: note: in expansion of macro 'ITVFUN' - 237 | void ITVFUN(itv_fprint)(FILE* stream, itv_t a); - | ^~~~~~ - In function 'itv_fprint', - inlined from 't1p_aff_fprint' at t1p_internal.h:1086:5, - inlined from 'optpr_solve' at t1p_internal.c:1004:5: - ../itv/itv.h:298:10: warning: 'itv_fprint_MPFR' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 298 | { ITVFUN(itv_fprint)(stream,a); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:298:3: note: in expansion of macro 'ITVFUN' - 298 | { ITVFUN(itv_fprint)(stream,a); } - | ^~~~~~ - ../itv/itv.h: In function 'optpr_solve': - ../itv/itv.h:298:10: note: referencing argument 2 of type '__itv_struct *' - 298 | { ITVFUN(itv_fprint)(stream,a); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:298:3: note: in expansion of macro 'ITVFUN' - 298 | { ITVFUN(itv_fprint)(stream,a); } - | ^~~~~~ - ../itv/itv.h:237:13: note: in a call to function 'itv_fprint_MPFR' - 237 | void ITVFUN(itv_fprint)(FILE* stream, itv_t a); - | ^~~~~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:237:6: note: in expansion of macro 'ITVFUN' - 237 | void ITVFUN(itv_fprint)(FILE* stream, itv_t a); - | ^~~~~~ - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPFR -c -o t1p_representationMPFR.o t1p_representation.c - In file included from ../num/numflt.h:25, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from ../itv/itv.h:9, - from t1p_internal.h:17, - from t1p_representation.c:12: - ../num/numflt_mpfr.h: In function 'numflt_root': - ../num/numflt_mpfr.h:126:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 126 | mpfr_root(up, b, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../apron/ap_scalar.h:20, - from ../apron/ap_coeff.h:19, - from ../apron/ap_manager.h:17, - from ../apron/ap_abstract0.h:16, - from t1p_internal.h:16, - from t1p_representation.c:12: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:25, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from ../itv/itv.h:9, - from t1p_internal.h:17, - from t1p_representation.c:12: - ../num/numflt_mpfr.h:127:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 127 | mpfr_root(down, b, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../apron/ap_scalar.h:20, - from ../apron/ap_coeff.h:19, - from ../apron/ap_manager.h:17, - from ../apron/ap_abstract0.h:16, - from t1p_internal.h:16, - from t1p_representation.c:12: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPFR -c -o t1p_constructorMPFR.o t1p_constructor.c - In file included from ../num/numflt.h:25, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from ../itv/itv.h:9, - from t1p_internal.h:17, - from t1p_constructor.c:8: - ../num/numflt_mpfr.h: In function 'numflt_root': - ../num/numflt_mpfr.h:126:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 126 | mpfr_root(up, b, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../apron/ap_scalar.h:20, - from ../apron/ap_coeff.h:19, - from ../apron/ap_manager.h:17, - from ../apron/ap_abstract0.h:16, - from t1p_internal.h:16, - from t1p_constructor.c:8: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:25, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from ../itv/itv.h:9, - from t1p_internal.h:17, - from t1p_constructor.c:8: - ../num/numflt_mpfr.h:127:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 127 | mpfr_root(down, b, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../apron/ap_scalar.h:20, - from ../apron/ap_coeff.h:19, - from ../apron/ap_manager.h:17, - from ../apron/ap_abstract0.h:16, - from t1p_internal.h:16, - from t1p_constructor.c:8: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../itv/itv_fun.h:5, - from ../itv/itv.h:14, - from t1p_internal.h:17, - from t1p_constructor.c:8: - In function 'itv_mul', - inlined from 't1p_aff_is_leq_constrained' at t1p_internal.h:976:8, - inlined from 't1p_is_leq' at t1p_constructor.c:225:13: - ../itv/itv.h:292:10: warning: 'itv_mul_MPFR' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_is_leq': - ../itv/itv.h:292:10: note: referencing argument 2 of type '__itv_struct *' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h:232:13: note: in a call to function 'itv_mul_MPFR' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:232:6: note: in expansion of macro 'ITVFUN' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~ - In function 'itv_mul', - inlined from 't1p_aff_is_leq_constrained' at t1p_internal.h:978:8, - inlined from 't1p_is_leq' at t1p_constructor.c:225:13: - ../itv/itv.h:292:10: warning: 'itv_mul_MPFR' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_is_leq': - ../itv/itv.h:292:10: note: referencing argument 2 of type '__itv_struct *' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h:232:13: note: in a call to function 'itv_mul_MPFR' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:232:6: note: in expansion of macro 'ITVFUN' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~ - In function 'itv_mul', - inlined from 't1p_aff_is_leq_constrained' at t1p_internal.h:988:8, - inlined from 't1p_is_leq' at t1p_constructor.c:225:13: - ../itv/itv.h:292:10: warning: 'itv_mul_MPFR' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_is_leq': - ../itv/itv.h:292:10: note: referencing argument 2 of type '__itv_struct *' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h:232:13: note: in a call to function 'itv_mul_MPFR' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:232:6: note: in expansion of macro 'ITVFUN' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~ - In function 'itv_neg', - inlined from 't1p_aff_is_leq_constrained' at t1p_internal.h:993:4, - inlined from 't1p_is_leq' at t1p_constructor.c:225:13: - ../itv/itv.h:289:10: warning: 'itv_neg_MPFR' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 289 | { ITVFUN(itv_neg)(a,b); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:289:3: note: in expansion of macro 'ITVFUN' - 289 | { ITVFUN(itv_neg)(a,b); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_is_leq': - ../itv/itv.h:289:10: note: referencing argument 1 of type '__itv_struct *' - 289 | { ITVFUN(itv_neg)(a,b); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:289:3: note: in expansion of macro 'ITVFUN' - 289 | { ITVFUN(itv_neg)(a,b); } - | ^~~~~~ - ../itv/itv.h:231:13: note: in a call to function 'itv_neg_MPFR' - 231 | void ITVFUN(itv_neg)(itv_t a, itv_t b); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:231:6: note: in expansion of macro 'ITVFUN' - 231 | void ITVFUN(itv_neg)(itv_t a, itv_t b); - | ^~~~~~ - In function 'itv_mul', - inlined from 't1p_aff_is_leq_constrained' at t1p_internal.h:997:8, - inlined from 't1p_is_leq' at t1p_constructor.c:225:13: - ../itv/itv.h:292:10: warning: 'itv_mul_MPFR' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_is_leq': - ../itv/itv.h:292:10: note: referencing argument 2 of type '__itv_struct *' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h:232:13: note: in a call to function 'itv_mul_MPFR' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:232:6: note: in expansion of macro 'ITVFUN' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~ - In function 'itv_mul', - inlined from 't1p_aff_is_leq_constrained' at t1p_internal.h:1007:4, - inlined from 't1p_is_leq' at t1p_constructor.c:225:13: - ../itv/itv.h:292:10: warning: 'itv_mul_MPFR' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_is_leq': - ../itv/itv.h:292:10: note: referencing argument 2 of type '__itv_struct *' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h:232:13: note: in a call to function 'itv_mul_MPFR' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:232:6: note: in expansion of macro 'ITVFUN' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~ - In function 'itv_neg', - inlined from 't1p_aff_is_leq_constrained' at t1p_internal.h:1012:7, - inlined from 't1p_is_leq' at t1p_constructor.c:225:13: - ../itv/itv.h:289:10: warning: 'itv_neg_MPFR' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 289 | { ITVFUN(itv_neg)(a,b); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:289:3: note: in expansion of macro 'ITVFUN' - 289 | { ITVFUN(itv_neg)(a,b); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_is_leq': - ../itv/itv.h:289:10: note: referencing argument 1 of type '__itv_struct *' - 289 | { ITVFUN(itv_neg)(a,b); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:289:3: note: in expansion of macro 'ITVFUN' - 289 | { ITVFUN(itv_neg)(a,b); } - | ^~~~~~ - ../itv/itv.h:231:13: note: in a call to function 'itv_neg_MPFR' - 231 | void ITVFUN(itv_neg)(itv_t a, itv_t b); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:231:6: note: in expansion of macro 'ITVFUN' - 231 | void ITVFUN(itv_neg)(itv_t a, itv_t b); - | ^~~~~~ - In function 'itv_mul', - inlined from 't1p_aff_is_leq_constrained' at t1p_internal.h:1016:4, - inlined from 't1p_is_leq' at t1p_constructor.c:225:13: - ../itv/itv.h:292:10: warning: 'itv_mul_MPFR' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_is_leq': - ../itv/itv.h:292:10: note: referencing argument 2 of type '__itv_struct *' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h:232:13: note: in a call to function 'itv_mul_MPFR' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:232:6: note: in expansion of macro 'ITVFUN' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~ - In function 'itv_mul', - inlined from 't1p_aff_is_leq_constrained' at t1p_internal.h:1024:4, - inlined from 't1p_is_leq' at t1p_constructor.c:225:13: - ../itv/itv.h:292:10: warning: 'itv_mul_MPFR' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_is_leq': - ../itv/itv.h:292:10: note: referencing argument 4 of type '__itv_struct *' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h:232:13: note: in a call to function 'itv_mul_MPFR' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:232:6: note: in expansion of macro 'ITVFUN' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~ - In function 'itv_sub', - inlined from 't1p_aff_is_leq_constrained' at t1p_internal.h:972:41, - inlined from 't1p_is_leq' at t1p_constructor.c:225:13: - ../itv/itv.h:286:10: warning: 'itv_sub_MPFR' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:286:3: note: in expansion of macro 'ITVFUN' - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_is_leq': - ../itv/itv.h:286:10: note: referencing argument 1 of type '__itv_struct *' - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:286:3: note: in expansion of macro 'ITVFUN' - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^~~~~~ - ../itv/itv.h:230:13: note: in a call to function 'itv_sub_MPFR' - 230 | void ITVFUN(itv_sub)(itv_t a, itv_t b, itv_t c); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:230:6: note: in expansion of macro 'ITVFUN' - 230 | void ITVFUN(itv_sub)(itv_t a, itv_t b, itv_t c); - | ^~~~~~ - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPFR -c -o t1p_meetjoinMPFR.o t1p_meetjoin.c - In file included from ../num/numflt.h:25, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from t1p_meetjoin.c:10: - ../num/numflt_mpfr.h: In function 'numflt_root': - ../num/numflt_mpfr.h:126:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 126 | mpfr_root(up, b, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from t1p_meetjoin.c:10: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:25, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from t1p_meetjoin.c:10: - ../num/numflt_mpfr.h:127:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 127 | mpfr_root(down, b, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from t1p_meetjoin.c:10: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../itv/itv_fun.h:5, - from ../itv/itv.h:14, - from t1p_meetjoin.c:11: - In function 'itv_sub', - inlined from 't1p_aff_cons_eq_lambda' at t1p_internal.h:4970:3, - inlined from 't1p_meet_tcons_array' at t1p_meetjoin.c:437:4: - ../itv/itv.h:286:10: warning: 'itv_sub_MPFR' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:286:3: note: in expansion of macro 'ITVFUN' - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_meet_tcons_array': - ../itv/itv.h:286:10: note: referencing argument 3 of type '__itv_struct *' - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:286:3: note: in expansion of macro 'ITVFUN' - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^~~~~~ - ../itv/itv.h:230:13: note: in a call to function 'itv_sub_MPFR' - 230 | void ITVFUN(itv_sub)(itv_t a, itv_t b, itv_t c); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:230:6: note: in expansion of macro 'ITVFUN' - 230 | void ITVFUN(itv_sub)(itv_t a, itv_t b, itv_t c); - | ^~~~~~ - In function 'itv_mul', - inlined from 't1p_aff_join_arXiv2ter' at t1p_internal.h:3660:4, - inlined from 't1p_join_bub' at t1p_meetjoin.c:1072:18: - ../itv/itv.h:292:10: warning: 'itv_mul_MPFR' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_join_bub': - ../itv/itv.h:292:10: note: referencing argument 4 of type '__itv_struct *' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h:232:13: note: in a call to function 'itv_mul_MPFR' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:232:6: note: in expansion of macro 'ITVFUN' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~ - In function 'itv_mul', - inlined from 't1p_aff_join_arXiv2ter' at t1p_internal.h:3662:4, - inlined from 't1p_join_bub' at t1p_meetjoin.c:1072:18: - ../itv/itv.h:292:10: warning: 'itv_mul_MPFR' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_join_bub': - ../itv/itv.h:292:10: note: referencing argument 4 of type '__itv_struct *' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h:232:13: note: in a call to function 'itv_mul_MPFR' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:232:6: note: in expansion of macro 'ITVFUN' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~ - In function 'itv_mul', - inlined from 't1p_aff_join_arXiv2ter' at t1p_internal.h:3683:4, - inlined from 't1p_join_bub' at t1p_meetjoin.c:1072:18: - ../itv/itv.h:292:10: warning: 'itv_mul_MPFR' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_join_bub': - ../itv/itv.h:292:10: note: referencing argument 4 of type '__itv_struct *' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h:232:13: note: in a call to function 'itv_mul_MPFR' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:232:6: note: in expansion of macro 'ITVFUN' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~ - In function 'itv_mul', - inlined from 't1p_aff_join_arXiv2ter' at t1p_internal.h:3700:4, - inlined from 't1p_join_bub' at t1p_meetjoin.c:1072:18: - ../itv/itv.h:292:10: warning: 'itv_mul_MPFR' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_join_bub': - ../itv/itv.h:292:10: note: referencing argument 4 of type '__itv_struct *' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h:232:13: note: in a call to function 'itv_mul_MPFR' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:232:6: note: in expansion of macro 'ITVFUN' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~ - In function 'itv_neg', - inlined from 't1p_aff_join_arXiv2ter' at t1p_internal.h:3707:4, - inlined from 't1p_join_bub' at t1p_meetjoin.c:1072:18: - ../itv/itv.h:289:10: warning: 'itv_neg_MPFR' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 289 | { ITVFUN(itv_neg)(a,b); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:289:3: note: in expansion of macro 'ITVFUN' - 289 | { ITVFUN(itv_neg)(a,b); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_join_bub': - ../itv/itv.h:289:10: note: referencing argument 2 of type '__itv_struct *' - 289 | { ITVFUN(itv_neg)(a,b); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:289:3: note: in expansion of macro 'ITVFUN' - 289 | { ITVFUN(itv_neg)(a,b); } - | ^~~~~~ - ../itv/itv.h:231:13: note: in a call to function 'itv_neg_MPFR' - 231 | void ITVFUN(itv_neg)(itv_t a, itv_t b); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:231:6: note: in expansion of macro 'ITVFUN' - 231 | void ITVFUN(itv_neg)(itv_t a, itv_t b); - | ^~~~~~ - In function 'itv_mul', - inlined from 't1p_aff_join_arXiv2ter' at t1p_internal.h:3718:7, - inlined from 't1p_join_bub' at t1p_meetjoin.c:1072:18: - ../itv/itv.h:292:10: warning: 'itv_mul_MPFR' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_join_bub': - ../itv/itv.h:292:10: note: referencing argument 4 of type '__itv_struct *' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h:232:13: note: in a call to function 'itv_mul_MPFR' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:232:6: note: in expansion of macro 'ITVFUN' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~ - In function 'itv_mul', - inlined from 't1p_aff_join_arXiv2ter' at t1p_internal.h:3735:7, - inlined from 't1p_join_bub' at t1p_meetjoin.c:1072:18: - ../itv/itv.h:292:10: warning: 'itv_mul_MPFR' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_join_bub': - ../itv/itv.h:292:10: note: referencing argument 4 of type '__itv_struct *' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h:232:13: note: in a call to function 'itv_mul_MPFR' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:232:6: note: in expansion of macro 'ITVFUN' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~ - In function 'itv_neg', - inlined from 't1p_aff_join_arXiv2ter' at t1p_internal.h:3742:7, - inlined from 't1p_join_bub' at t1p_meetjoin.c:1072:18: - ../itv/itv.h:289:10: warning: 'itv_neg_MPFR' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 289 | { ITVFUN(itv_neg)(a,b); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:289:3: note: in expansion of macro 'ITVFUN' - 289 | { ITVFUN(itv_neg)(a,b); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_join_bub': - ../itv/itv.h:289:10: note: referencing argument 2 of type '__itv_struct *' - 289 | { ITVFUN(itv_neg)(a,b); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:289:3: note: in expansion of macro 'ITVFUN' - 289 | { ITVFUN(itv_neg)(a,b); } - | ^~~~~~ - ../itv/itv.h:231:13: note: in a call to function 'itv_neg_MPFR' - 231 | void ITVFUN(itv_neg)(itv_t a, itv_t b); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:231:6: note: in expansion of macro 'ITVFUN' - 231 | void ITVFUN(itv_neg)(itv_t a, itv_t b); - | ^~~~~~ - In function 'itv_sub', - inlined from 't1p_aff_join_arXiv2ter' at t1p_internal.h:3672:8, - inlined from 't1p_join_bub' at t1p_meetjoin.c:1072:18: - ../itv/itv.h:286:10: warning: 'itv_sub_MPFR' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:286:3: note: in expansion of macro 'ITVFUN' - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_join_bub': - ../itv/itv.h:286:10: note: referencing argument 2 of type '__itv_struct *' - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:286:3: note: in expansion of macro 'ITVFUN' - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^~~~~~ - In function 'itv_sub', - inlined from 't1p_aff_join_arXiv2ter' at t1p_internal.h:3672:8, - inlined from 't1p_join_bub' at t1p_meetjoin.c:1072:18: - ../itv/itv.h:286:10: warning: 'itv_sub_MPFR' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:286:3: note: in expansion of macro 'ITVFUN' - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_join_bub': - ../itv/itv.h:286:10: note: referencing argument 3 of type '__itv_struct *' - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:286:3: note: in expansion of macro 'ITVFUN' - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^~~~~~ - ../itv/itv.h:230:13: note: in a call to function 'itv_sub_MPFR' - 230 | void ITVFUN(itv_sub)(itv_t a, itv_t b, itv_t c); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:230:6: note: in expansion of macro 'ITVFUN' - 230 | void ITVFUN(itv_sub)(itv_t a, itv_t b, itv_t c); - | ^~~~~~ - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPFR -c -o t1p_assignMPFR.o t1p_assign.c - In file included from ../num/numflt.h:25, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from ../itv/itv.h:9, - from t1p_internal.h:17, - from t1p_assign.c:11: - ../num/numflt_mpfr.h: In function 'numflt_root': - ../num/numflt_mpfr.h:126:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 126 | mpfr_root(up, b, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../apron/ap_scalar.h:20, - from ../apron/ap_coeff.h:19, - from ../apron/ap_manager.h:17, - from ../apron/ap_abstract0.h:16, - from t1p_internal.h:16, - from t1p_assign.c:11: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:25, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from ../itv/itv.h:9, - from t1p_internal.h:17, - from t1p_assign.c:11: - ../num/numflt_mpfr.h:127:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 127 | mpfr_root(down, b, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../apron/ap_scalar.h:20, - from ../apron/ap_coeff.h:19, - from ../apron/ap_manager.h:17, - from ../apron/ap_abstract0.h:16, - from t1p_internal.h:16, - from t1p_assign.c:11: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../itv/itv_fun.h:5, - from ../itv/itv.h:14, - from t1p_internal.h:17, - from t1p_assign.c:11: - In function 'itv_fprint', - inlined from 't1p_aff_fprint' at t1p_internal.h:1079:10, - inlined from 't1p_aff_free' at t1p_internal.h:513:2: - ../itv/itv.h:298:10: warning: 'itv_fprint_MPFR' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 298 | { ITVFUN(itv_fprint)(stream,a); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:298:3: note: in expansion of macro 'ITVFUN' - 298 | { ITVFUN(itv_fprint)(stream,a); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_aff_free': - ../itv/itv.h:298:10: note: referencing argument 2 of type '__itv_struct *' - 298 | { ITVFUN(itv_fprint)(stream,a); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:298:3: note: in expansion of macro 'ITVFUN' - 298 | { ITVFUN(itv_fprint)(stream,a); } - | ^~~~~~ - ../itv/itv.h:237:13: note: in a call to function 'itv_fprint_MPFR' - 237 | void ITVFUN(itv_fprint)(FILE* stream, itv_t a); - | ^~~~~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:237:6: note: in expansion of macro 'ITVFUN' - 237 | void ITVFUN(itv_fprint)(FILE* stream, itv_t a); - | ^~~~~~ - In file included from t1p_assign.c:11: - t1p_internal.h: In function 't1p_aff_reduce.isra': - t1p_internal.h:1110:13: warning: 'itv_middev' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 1110 | itv_middev(pr->itv, mid, dev, expr->c); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - t1p_internal.h:1110:13: note: referencing argument 4 of type '__itv_struct *' - In file included from t1p_internal.h:20, - from t1p_assign.c:11: - t1p_itv_utils.h:46:20: note: in a call to function 'itv_middev' - 46 | static inline void itv_middev(itv_internal_t *itv, itv_t mid, itv_t dev, itv_t a) - | ^~~~~~~~~~ - In file included from t1p_assign.c:11: - t1p_internal.h:1132:21: warning: 'itv_middev' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 1132 | itv_middev(pr->itv, mid, dev, p->coeff); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - t1p_internal.h:1132:21: note: referencing argument 4 of type '__itv_struct *' - In file included from t1p_internal.h:20, - from t1p_assign.c:11: - t1p_itv_utils.h:46:20: note: in a call to function 'itv_middev' - 46 | static inline void itv_middev(itv_internal_t *itv, itv_t mid, itv_t dev, itv_t a) - | ^~~~~~~~~~ - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPFR -c -o t1p_resizeMPFR.o t1p_resize.c - In file included from ../num/numflt.h:25, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from ../itv/itv.h:9, - from t1p_internal.h:17, - from t1p_resize.c:8: - ../num/numflt_mpfr.h: In function 'numflt_root': - ../num/numflt_mpfr.h:126:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 126 | mpfr_root(up, b, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../apron/ap_scalar.h:20, - from ../apron/ap_coeff.h:19, - from ../apron/ap_manager.h:17, - from ../apron/ap_abstract0.h:16, - from t1p_internal.h:16, - from t1p_resize.c:8: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:25, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from ../itv/itv.h:9, - from t1p_internal.h:17, - from t1p_resize.c:8: - ../num/numflt_mpfr.h:127:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 127 | mpfr_root(down, b, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../apron/ap_scalar.h:20, - from ../apron/ap_coeff.h:19, - from ../apron/ap_manager.h:17, - from ../apron/ap_abstract0.h:16, - from t1p_internal.h:16, - from t1p_resize.c:8: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../itv/itv_fun.h:5, - from ../itv/itv.h:14, - from t1p_internal.h:17, - from t1p_resize.c:8: - In function 'itv_fprint', - inlined from 't1p_aff_fprint' at t1p_internal.h:1079:10, - inlined from 't1p_aff_free' at t1p_internal.h:513:2: - ../itv/itv.h:298:10: warning: 'itv_fprint_MPFR' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 298 | { ITVFUN(itv_fprint)(stream,a); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:298:3: note: in expansion of macro 'ITVFUN' - 298 | { ITVFUN(itv_fprint)(stream,a); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_aff_free': - ../itv/itv.h:298:10: note: referencing argument 2 of type '__itv_struct *' - 298 | { ITVFUN(itv_fprint)(stream,a); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:298:3: note: in expansion of macro 'ITVFUN' - 298 | { ITVFUN(itv_fprint)(stream,a); } - | ^~~~~~ - ../itv/itv.h:237:13: note: in a call to function 'itv_fprint_MPFR' - 237 | void ITVFUN(itv_fprint)(FILE* stream, itv_t a); - | ^~~~~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:237:6: note: in expansion of macro 'ITVFUN' - 237 | void ITVFUN(itv_fprint)(FILE* stream, itv_t a); - | ^~~~~~ - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPFR -c -o t1p_otheropsMPFR.o t1p_otherops.c - In file included from ../num/numflt.h:25, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from ../itv/itv.h:9, - from t1p_internal.h:17, - from t1p_otherops.c:8: - ../num/numflt_mpfr.h: In function 'numflt_root': - ../num/numflt_mpfr.h:126:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 126 | mpfr_root(up, b, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../apron/ap_scalar.h:20, - from ../apron/ap_coeff.h:19, - from ../apron/ap_manager.h:17, - from ../apron/ap_abstract0.h:16, - from t1p_internal.h:16, - from t1p_otherops.c:8: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:25, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from ../itv/itv.h:9, - from t1p_internal.h:17, - from t1p_otherops.c:8: - ../num/numflt_mpfr.h:127:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 127 | mpfr_root(down, b, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../apron/ap_scalar.h:20, - from ../apron/ap_coeff.h:19, - from ../apron/ap_manager.h:17, - from ../apron/ap_abstract0.h:16, - from t1p_internal.h:16, - from t1p_otherops.c:8: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from t1p_otherops.c:8: - In function 't1p_aff_add_itv', - inlined from 't1p_aff_widening_constrained6' at t1p_internal.h:5210:2: - t1p_internal.h:717:9: warning: 'itv_middev' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 717 | itv_middev(pr->itv, mid, dev, itv); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - t1p_internal.h: In function 't1p_aff_widening_constrained6': - t1p_internal.h:717:9: note: referencing argument 4 of type '__itv_struct *' - In file included from t1p_internal.h:20, - from t1p_otherops.c:8: - t1p_itv_utils.h:46:20: note: in a call to function 'itv_middev' - 46 | static inline void itv_middev(itv_internal_t *itv, itv_t mid, itv_t dev, itv_t a) - | ^~~~~~~~~~ - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPFR -c -o t1p_funMPFR.o t1p_fun.c - In file included from ../num/numflt.h:25, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from ../itv/itv.h:9, - from ../itv/itv_linearize.h:8, - from t1p_fun.c:9: - ../num/numflt_mpfr.h: In function 'numflt_root': - ../num/numflt_mpfr.h:126:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 126 | mpfr_root(up, b, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from ../itv/itv.h:9, - from ../itv/itv_linearize.h:8, - from t1p_fun.c:9: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:25, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from ../itv/itv.h:9, - from ../itv/itv_linearize.h:8, - from t1p_fun.c:9: - ../num/numflt_mpfr.h:127:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 127 | mpfr_root(down, b, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from ../itv/itv.h:9, - from ../itv/itv_linearize.h:8, - from t1p_fun.c:9: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../itv/itv_fun.h:5, - from ../itv/itv.h:14, - from ../itv/itv_linearize.h:8, - from t1p_fun.c:9: - In function 'itv_fprint', - inlined from 't1p_aff_fprint' at t1p_internal.h:1079:10, - inlined from 't1p_aff_clear' at t1p_internal.h:551:2: - ../itv/itv.h:298:10: warning: 'itv_fprint_MPFR' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 298 | { ITVFUN(itv_fprint)(stream,a); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:298:3: note: in expansion of macro 'ITVFUN' - 298 | { ITVFUN(itv_fprint)(stream,a); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_aff_clear': - ../itv/itv.h:298:10: note: referencing argument 2 of type '__itv_struct *' - 298 | { ITVFUN(itv_fprint)(stream,a); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:298:3: note: in expansion of macro 'ITVFUN' - 298 | { ITVFUN(itv_fprint)(stream,a); } - | ^~~~~~ - ../itv/itv.h:237:13: note: in a call to function 'itv_fprint_MPFR' - 237 | void ITVFUN(itv_fprint)(FILE* stream, itv_t a); - | ^~~~~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:237:6: note: in expansion of macro 'ITVFUN' - 237 | void ITVFUN(itv_fprint)(FILE* stream, itv_t a); - | ^~~~~~ - In function 'itv_canonicalize', - inlined from 'itv_meet' at ../itv/itv.h:456:10, - inlined from 't1p_aff_add' at t1p_fun.c:98:5: - ../itv/itv.h:271:17: warning: 'itv_canonicalize_MPFR' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 271 | { return ITVFUN(itv_canonicalize)(intern,a,integer); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:271:10: note: in expansion of macro 'ITVFUN' - 271 | { return ITVFUN(itv_canonicalize)(intern,a,integer); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_aff_add': - ../itv/itv.h:271:17: note: referencing argument 2 of type '__itv_struct *' - 271 | { return ITVFUN(itv_canonicalize)(intern,a,integer); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:271:10: note: in expansion of macro 'ITVFUN' - 271 | { return ITVFUN(itv_canonicalize)(intern,a,integer); } - | ^~~~~~ - ../itv/itv.h:224:13: note: in a call to function 'itv_canonicalize_MPFR' - 224 | bool ITVFUN(itv_canonicalize)(itv_internal_t* intern, itv_t a, bool integer); - | ^~~~~~~~~~~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:224:6: note: in expansion of macro 'ITVFUN' - 224 | bool ITVFUN(itv_canonicalize)(itv_internal_t* intern, itv_t a, bool integer); - | ^~~~~~ - In function 'itv_sub', - inlined from 't1p_aff_sub' at t1p_fun.c:110:41: - ../itv/itv.h:286:10: warning: 'itv_sub_MPFR' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:286:3: note: in expansion of macro 'ITVFUN' - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_aff_sub': - ../itv/itv.h:286:10: note: referencing argument 1 of type '__itv_struct *' - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:286:3: note: in expansion of macro 'ITVFUN' - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^~~~~~ - ../itv/itv.h:230:13: note: in a call to function 'itv_sub_MPFR' - 230 | void ITVFUN(itv_sub)(itv_t a, itv_t b, itv_t c); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:230:6: note: in expansion of macro 'ITVFUN' - 230 | void ITVFUN(itv_sub)(itv_t a, itv_t b, itv_t c); - | ^~~~~~ - In function 'itv_sub', - inlined from 't1p_aff_sub' at t1p_fun.c:164:5: - ../itv/itv.h:286:10: warning: 'itv_sub_MPFR' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:286:3: note: in expansion of macro 'ITVFUN' - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_aff_sub': - ../itv/itv.h:286:10: note: referencing argument 1 of type '__itv_struct *' - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:286:3: note: in expansion of macro 'ITVFUN' - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^~~~~~ - ../itv/itv.h:230:13: note: in a call to function 'itv_sub_MPFR' - 230 | void ITVFUN(itv_sub)(itv_t a, itv_t b, itv_t c); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:230:6: note: in expansion of macro 'ITVFUN' - 230 | void ITVFUN(itv_sub)(itv_t a, itv_t b, itv_t c); - | ^~~~~~ - In function 'itv_canonicalize', - inlined from 'itv_meet' at ../itv/itv.h:456:10, - inlined from 't1p_aff_sub' at t1p_fun.c:165:5: - ../itv/itv.h:271:17: warning: 'itv_canonicalize_MPFR' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 271 | { return ITVFUN(itv_canonicalize)(intern,a,integer); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:271:10: note: in expansion of macro 'ITVFUN' - 271 | { return ITVFUN(itv_canonicalize)(intern,a,integer); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_aff_sub': - ../itv/itv.h:271:17: note: referencing argument 2 of type '__itv_struct *' - 271 | { return ITVFUN(itv_canonicalize)(intern,a,integer); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:271:10: note: in expansion of macro 'ITVFUN' - 271 | { return ITVFUN(itv_canonicalize)(intern,a,integer); } - | ^~~~~~ - ../itv/itv.h:224:13: note: in a call to function 'itv_canonicalize_MPFR' - 224 | bool ITVFUN(itv_canonicalize)(itv_internal_t* intern, itv_t a, bool integer); - | ^~~~~~~~~~~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:224:6: note: in expansion of macro 'ITVFUN' - 224 | bool ITVFUN(itv_canonicalize)(itv_internal_t* intern, itv_t a, bool integer); - | ^~~~~~ - In function 'itv_mul', - inlined from 't1p_aff_mul_itv' at t1p_fun.c:191:3: - ../itv/itv.h:292:10: warning: 'itv_mul_MPFR' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_aff_mul_itv': - ../itv/itv.h:292:10: note: referencing argument 2 of type '__itv_struct *' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h:232:13: note: in a call to function 'itv_mul_MPFR' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:232:6: note: in expansion of macro 'ITVFUN' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~ - In function 'itv_mul', - inlined from 't1p_aff_mul_itv' at t1p_fun.c:204:2: - ../itv/itv.h:292:10: warning: 'itv_mul_MPFR' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_aff_mul_itv': - ../itv/itv.h:292:10: note: referencing argument 2 of type '__itv_struct *' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h:232:13: note: in a call to function 'itv_mul_MPFR' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:232:6: note: in expansion of macro 'ITVFUN' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~ - In function 'itv_mul', - inlined from 't1p_aff_mul_itv' at t1p_fun.c:184:2: - ../itv/itv.h:292:10: warning: 'itv_mul_MPFR' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_aff_mul_itv': - ../itv/itv.h:292:10: note: referencing argument 2 of type '__itv_struct *' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h:232:13: note: in a call to function 'itv_mul_MPFR' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:232:6: note: in expansion of macro 'ITVFUN' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~ - In function 'itv_neg', - inlined from 't1p_aff_neg' at t1p_fun.c:974:5: - ../itv/itv.h:289:10: warning: 'itv_neg_MPFR' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 289 | { ITVFUN(itv_neg)(a,b); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:289:3: note: in expansion of macro 'ITVFUN' - 289 | { ITVFUN(itv_neg)(a,b); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_aff_neg': - ../itv/itv.h:289:10: note: referencing argument 1 of type '__itv_struct *' - 289 | { ITVFUN(itv_neg)(a,b); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:289:3: note: in expansion of macro 'ITVFUN' - 289 | { ITVFUN(itv_neg)(a,b); } - | ^~~~~~ - ../itv/itv.h:231:13: note: in a call to function 'itv_neg_MPFR' - 231 | void ITVFUN(itv_neg)(itv_t a, itv_t b); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:231:6: note: in expansion of macro 'ITVFUN' - 231 | void ITVFUN(itv_neg)(itv_t a, itv_t b); - | ^~~~~~ - In function 'itv_neg', - inlined from 't1p_aff_neg' at t1p_fun.c:980:6: - ../itv/itv.h:289:10: warning: 'itv_neg_MPFR' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 289 | { ITVFUN(itv_neg)(a,b); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:289:3: note: in expansion of macro 'ITVFUN' - 289 | { ITVFUN(itv_neg)(a,b); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_aff_neg': - ../itv/itv.h:289:10: note: referencing argument 1 of type '__itv_struct *' - 289 | { ITVFUN(itv_neg)(a,b); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:289:3: note: in expansion of macro 'ITVFUN' - 289 | { ITVFUN(itv_neg)(a,b); } - | ^~~~~~ - ../itv/itv.h:231:13: note: in a call to function 'itv_neg_MPFR' - 231 | void ITVFUN(itv_neg)(itv_t a, itv_t b); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:231:6: note: in expansion of macro 'ITVFUN' - 231 | void ITVFUN(itv_neg)(itv_t a, itv_t b); - | ^~~~~~ - In function 'itv_neg', - inlined from 't1p_aff_neg' at t1p_fun.c:985:2: - ../itv/itv.h:289:10: warning: 'itv_neg_MPFR' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 289 | { ITVFUN(itv_neg)(a,b); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:289:3: note: in expansion of macro 'ITVFUN' - 289 | { ITVFUN(itv_neg)(a,b); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_aff_neg': - ../itv/itv.h:289:10: note: referencing argument 1 of type '__itv_struct *' - 289 | { ITVFUN(itv_neg)(a,b); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:289:3: note: in expansion of macro 'ITVFUN' - 289 | { ITVFUN(itv_neg)(a,b); } - | ^~~~~~ - ../itv/itv.h:231:13: note: in a call to function 'itv_neg_MPFR' - 231 | void ITVFUN(itv_neg)(itv_t a, itv_t b); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:231:6: note: in expansion of macro 'ITVFUN' - 231 | void ITVFUN(itv_neg)(itv_t a, itv_t b); - | ^~~~~~ - In function 'itv_neg', - inlined from 't1p_aff_neg' at t1p_fun.c:989:5: - ../itv/itv.h:289:10: warning: 'itv_neg_MPFR' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 289 | { ITVFUN(itv_neg)(a,b); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:289:3: note: in expansion of macro 'ITVFUN' - 289 | { ITVFUN(itv_neg)(a,b); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_aff_neg': - ../itv/itv.h:289:10: note: referencing argument 1 of type '__itv_struct *' - 289 | { ITVFUN(itv_neg)(a,b); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:289:3: note: in expansion of macro 'ITVFUN' - 289 | { ITVFUN(itv_neg)(a,b); } - | ^~~~~~ - ../itv/itv.h:231:13: note: in a call to function 'itv_neg_MPFR' - 231 | void ITVFUN(itv_neg)(itv_t a, itv_t b); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:231:6: note: in expansion of macro 'ITVFUN' - 231 | void ITVFUN(itv_neg)(itv_t a, itv_t b); - | ^~~~~~ - In function 'itv_sub', - inlined from 't1p_aff_mul_constrained_backup' at t1p_fun.c:274:5: - ../itv/itv.h:286:10: warning: 'itv_sub_MPFR' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:286:3: note: in expansion of macro 'ITVFUN' - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_aff_mul_constrained_backup': - ../itv/itv.h:286:10: note: referencing argument 1 of type '__itv_struct *' - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:286:3: note: in expansion of macro 'ITVFUN' - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^~~~~~ - In function 'itv_sub', - inlined from 't1p_aff_mul_constrained_backup' at t1p_fun.c:274:5: - ../itv/itv.h:286:10: warning: 'itv_sub_MPFR' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:286:3: note: in expansion of macro 'ITVFUN' - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_aff_mul_constrained_backup': - ../itv/itv.h:286:10: note: referencing argument 2 of type '__itv_struct *' - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:286:3: note: in expansion of macro 'ITVFUN' - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^~~~~~ - ../itv/itv.h:230:13: note: in a call to function 'itv_sub_MPFR' - 230 | void ITVFUN(itv_sub)(itv_t a, itv_t b, itv_t c); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:230:6: note: in expansion of macro 'ITVFUN' - 230 | void ITVFUN(itv_sub)(itv_t a, itv_t b, itv_t c); - | ^~~~~~ - In function 'itv_mul', - inlined from 't1p_aff_mul_constrained_backup' at t1p_fun.c:323:7: - ../itv/itv.h:292:10: warning: 'itv_mul_MPFR' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_aff_mul_constrained_backup': - ../itv/itv.h:292:10: note: referencing argument 2 of type '__itv_struct *' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h:232:13: note: in a call to function 'itv_mul_MPFR' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:232:6: note: in expansion of macro 'ITVFUN' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~ - In function 'itv_mul', - inlined from 't1p_aff_mul_constrained_backup' at t1p_fun.c:338:7: - ../itv/itv.h:292:10: warning: 'itv_mul_MPFR' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_aff_mul_constrained_backup': - ../itv/itv.h:292:10: note: referencing argument 2 of type '__itv_struct *' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h:232:13: note: in a call to function 'itv_mul_MPFR' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:232:6: note: in expansion of macro 'ITVFUN' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~ - In function 'itv_mul', - inlined from 't1p_aff_mul_constrained_backup' at t1p_fun.c:354:3: - ../itv/itv.h:292:10: warning: 'itv_mul_MPFR' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_aff_mul_constrained_backup': - ../itv/itv.h:292:10: note: referencing argument 2 of type '__itv_struct *' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h:232:13: note: in a call to function 'itv_mul_MPFR' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:232:6: note: in expansion of macro 'ITVFUN' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~ - In function 'itv_mul', - inlined from 't1p_aff_mul_constrained_backup' at t1p_fun.c:369:3: - ../itv/itv.h:292:10: warning: 'itv_mul_MPFR' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_aff_mul_constrained_backup': - ../itv/itv.h:292:10: note: referencing argument 2 of type '__itv_struct *' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h:232:13: note: in a call to function 'itv_mul_MPFR' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:232:6: note: in expansion of macro 'ITVFUN' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~ - In function 'itv_sub', - inlined from 't1p_aff_mul_constrained' at t1p_fun.c:465:5: - ../itv/itv.h:286:10: warning: 'itv_sub_MPFR' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:286:3: note: in expansion of macro 'ITVFUN' - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_aff_mul_constrained': - ../itv/itv.h:286:10: note: referencing argument 1 of type '__itv_struct *' - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:286:3: note: in expansion of macro 'ITVFUN' - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^~~~~~ - In function 'itv_sub', - inlined from 't1p_aff_mul_constrained' at t1p_fun.c:465:5: - ../itv/itv.h:286:10: warning: 'itv_sub_MPFR' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:286:3: note: in expansion of macro 'ITVFUN' - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_aff_mul_constrained': - ../itv/itv.h:286:10: note: referencing argument 2 of type '__itv_struct *' - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:286:3: note: in expansion of macro 'ITVFUN' - 286 | { ITVFUN(itv_sub)(a,b,c); } - | ^~~~~~ - ../itv/itv.h:230:13: note: in a call to function 'itv_sub_MPFR' - 230 | void ITVFUN(itv_sub)(itv_t a, itv_t b, itv_t c); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:230:6: note: in expansion of macro 'ITVFUN' - 230 | void ITVFUN(itv_sub)(itv_t a, itv_t b, itv_t c); - | ^~~~~~ - In function 'itv_mul', - inlined from 't1p_aff_mul_non_constrained' at t1p_fun.c:671:5: - ../itv/itv.h:292:10: warning: 'itv_mul_MPFR' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_aff_mul_non_constrained': - ../itv/itv.h:292:10: note: referencing argument 2 of type '__itv_struct *' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:292:3: note: in expansion of macro 'ITVFUN' - 292 | { ITVFUN(itv_mul)(intern,a,b,c); } - | ^~~~~~ - ../itv/itv.h:232:13: note: in a call to function 'itv_mul_MPFR' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:232:6: note: in expansion of macro 'ITVFUN' - 232 | void ITVFUN(itv_mul)(itv_internal_t* intern, itv_t a, itv_t b, itv_t c); - | ^~~~~~ - In function 'itv_set_ap_coeff', - inlined from 't1p_aff_eval_ap_texpr0' at t1p_fun.c:1107:3: - ../itv/itv.h:312:17: warning: 'itv_set_ap_coeff_MPFR' accessing 64 bytes in a region of size 32 [-Wstringop-overflow=] - 312 | { return ITVFUN(itv_set_ap_coeff)(intern,itv,coeff); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:312:10: note: in expansion of macro 'ITVFUN' - 312 | { return ITVFUN(itv_set_ap_coeff)(intern,itv,coeff); } - | ^~~~~~ - ../itv/itv.h: In function 't1p_aff_eval_ap_texpr0': - ../itv/itv.h:312:17: note: referencing argument 2 of type '__itv_struct *' - 312 | { return ITVFUN(itv_set_ap_coeff)(intern,itv,coeff); } - | ^ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:312:10: note: in expansion of macro 'ITVFUN' - 312 | { return ITVFUN(itv_set_ap_coeff)(intern,itv,coeff); } - | ^~~~~~ - ../itv/itv.h:243:13: note: in a call to function 'itv_set_ap_coeff_MPFR' - 243 | bool ITVFUN(itv_set_ap_coeff)(itv_internal_t* intern, itv_t itv, ap_coeff_t* coeff); - | ^~~~~~~~~~~~~~~~ - ../num/num_name.h:15:30: note: in definition of macro 'NUMFUN3' - 15 | #define NUMFUN3(NAME,SUFFIX) NAME ## _ ## SUFFIX - | ^~~~ - ../num/num_name.h:17:19: note: in expansion of macro 'NUMFUN2' - 17 | #define NUMFUN(x) NUMFUN2(x,NUM_SUFFIX) - | ^~~~~~~ - ../itv/itv_fun.h:6:19: note: in expansion of macro 'NUMFUN' - 6 | #define ITVFUN(x) NUMFUN(x) - | ^~~~~~ - ../itv/itv.h:243:6: note: in expansion of macro 'ITVFUN' - 243 | bool ITVFUN(itv_set_ap_coeff)(itv_internal_t* intern, itv_t itv, ap_coeff_t* coeff); - | ^~~~~~ - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPFR -c -o t1p_itv_utilsMPFR.o t1p_itv_utils.c - In file included from ../num/numflt.h:25, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from ../itv/itv.h:9, - from t1p_itv_utils.h:13, - from t1p_itv_utils.c:8: - ../num/numflt_mpfr.h: In function 'numflt_root': - ../num/numflt_mpfr.h:126:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 126 | mpfr_root(up, b, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from ../itv/itv.h:9, - from t1p_itv_utils.h:13, - from t1p_itv_utils.c:8: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:25, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from ../itv/itv.h:9, - from t1p_itv_utils.h:13, - from t1p_itv_utils.c:8: - ../num/numflt_mpfr.h:127:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 127 | mpfr_root(down, b, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from ../itv/itv.h:9, - from t1p_itv_utils.h:13, - from t1p_itv_utils.c:8: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - /usr/bin/ar rcs libt1pMPFR.a t1p_internalMPFR.o t1p_representationMPFR.o t1p_constructorMPFR.o t1p_meetjoinMPFR.o t1p_assignMPFR.o t1p_resizeMPFR.o t1p_otheropsMPFR.o t1p_funMPFR.o t1p_itv_utilsMPFR.o - /usr/bin/ranlib libt1pMPFR.a - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPFR -c -o t1p_internalMPFR_debug.o t1p_internal.c - In file included from ../num/numflt.h:25, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from ../itv/itv.h:9, - from t1p_internal.h:17, - from t1p_internal.c:18: - ../num/numflt_mpfr.h: In function 'numflt_root': - ../num/numflt_mpfr.h:126:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 126 | mpfr_root(up, b, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../apron/ap_scalar.h:20, - from ../apron/ap_coeff.h:19, - from ../apron/ap_manager.h:17, - from ../apron/ap_generic.h:11, - from t1p_internal.c:16: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:25, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from ../itv/itv.h:9, - from t1p_internal.h:17, - from t1p_internal.c:18: - ../num/numflt_mpfr.h:127:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 127 | mpfr_root(down, b, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../apron/ap_scalar.h:20, - from ../apron/ap_coeff.h:19, - from ../apron/ap_manager.h:17, - from ../apron/ap_generic.h:11, - from t1p_internal.c:16: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPFR -c -o t1p_representationMPFR_debug.o t1p_representation.c - In file included from ../num/numflt.h:25, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from ../itv/itv.h:9, - from t1p_internal.h:17, - from t1p_representation.c:12: - ../num/numflt_mpfr.h: In function 'numflt_root': - ../num/numflt_mpfr.h:126:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 126 | mpfr_root(up, b, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../apron/ap_scalar.h:20, - from ../apron/ap_coeff.h:19, - from ../apron/ap_manager.h:17, - from ../apron/ap_abstract0.h:16, - from t1p_internal.h:16, - from t1p_representation.c:12: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:25, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from ../itv/itv.h:9, - from t1p_internal.h:17, - from t1p_representation.c:12: - ../num/numflt_mpfr.h:127:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 127 | mpfr_root(down, b, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../apron/ap_scalar.h:20, - from ../apron/ap_coeff.h:19, - from ../apron/ap_manager.h:17, - from ../apron/ap_abstract0.h:16, - from t1p_internal.h:16, - from t1p_representation.c:12: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPFR -c -o t1p_constructorMPFR_debug.o t1p_constructor.c - In file included from ../num/numflt.h:25, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from ../itv/itv.h:9, - from t1p_internal.h:17, - from t1p_constructor.c:8: - ../num/numflt_mpfr.h: In function 'numflt_root': - ../num/numflt_mpfr.h:126:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 126 | mpfr_root(up, b, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../apron/ap_scalar.h:20, - from ../apron/ap_coeff.h:19, - from ../apron/ap_manager.h:17, - from ../apron/ap_abstract0.h:16, - from t1p_internal.h:16, - from t1p_constructor.c:8: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:25, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from ../itv/itv.h:9, - from t1p_internal.h:17, - from t1p_constructor.c:8: - ../num/numflt_mpfr.h:127:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 127 | mpfr_root(down, b, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../apron/ap_scalar.h:20, - from ../apron/ap_coeff.h:19, - from ../apron/ap_manager.h:17, - from ../apron/ap_abstract0.h:16, - from t1p_internal.h:16, - from t1p_constructor.c:8: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPFR -c -o t1p_meetjoinMPFR_debug.o t1p_meetjoin.c - In file included from ../num/numflt.h:25, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from t1p_meetjoin.c:10: - ../num/numflt_mpfr.h: In function 'numflt_root': - ../num/numflt_mpfr.h:126:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 126 | mpfr_root(up, b, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from t1p_meetjoin.c:10: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:25, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from t1p_meetjoin.c:10: - ../num/numflt_mpfr.h:127:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 127 | mpfr_root(down, b, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from t1p_meetjoin.c:10: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPFR -c -o t1p_assignMPFR_debug.o t1p_assign.c - In file included from ../num/numflt.h:25, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from ../itv/itv.h:9, - from t1p_internal.h:17, - from t1p_assign.c:11: - ../num/numflt_mpfr.h: In function 'numflt_root': - ../num/numflt_mpfr.h:126:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 126 | mpfr_root(up, b, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../apron/ap_scalar.h:20, - from ../apron/ap_coeff.h:19, - from ../apron/ap_manager.h:17, - from ../apron/ap_abstract0.h:16, - from t1p_internal.h:16, - from t1p_assign.c:11: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:25, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from ../itv/itv.h:9, - from t1p_internal.h:17, - from t1p_assign.c:11: - ../num/numflt_mpfr.h:127:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 127 | mpfr_root(down, b, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../apron/ap_scalar.h:20, - from ../apron/ap_coeff.h:19, - from ../apron/ap_manager.h:17, - from ../apron/ap_abstract0.h:16, - from t1p_internal.h:16, - from t1p_assign.c:11: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPFR -c -o t1p_resizeMPFR_debug.o t1p_resize.c - In file included from ../num/numflt.h:25, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from ../itv/itv.h:9, - from t1p_internal.h:17, - from t1p_resize.c:8: - ../num/numflt_mpfr.h: In function 'numflt_root': - ../num/numflt_mpfr.h:126:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 126 | mpfr_root(up, b, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../apron/ap_scalar.h:20, - from ../apron/ap_coeff.h:19, - from ../apron/ap_manager.h:17, - from ../apron/ap_abstract0.h:16, - from t1p_internal.h:16, - from t1p_resize.c:8: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:25, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from ../itv/itv.h:9, - from t1p_internal.h:17, - from t1p_resize.c:8: - ../num/numflt_mpfr.h:127:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 127 | mpfr_root(down, b, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../apron/ap_scalar.h:20, - from ../apron/ap_coeff.h:19, - from ../apron/ap_manager.h:17, - from ../apron/ap_abstract0.h:16, - from t1p_internal.h:16, - from t1p_resize.c:8: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPFR -c -o t1p_otheropsMPFR_debug.o t1p_otherops.c - In file included from ../num/numflt.h:25, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from ../itv/itv.h:9, - from t1p_internal.h:17, - from t1p_otherops.c:8: - ../num/numflt_mpfr.h: In function 'numflt_root': - ../num/numflt_mpfr.h:126:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 126 | mpfr_root(up, b, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../apron/ap_scalar.h:20, - from ../apron/ap_coeff.h:19, - from ../apron/ap_manager.h:17, - from ../apron/ap_abstract0.h:16, - from t1p_internal.h:16, - from t1p_otherops.c:8: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:25, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from ../itv/itv.h:9, - from t1p_internal.h:17, - from t1p_otherops.c:8: - ../num/numflt_mpfr.h:127:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 127 | mpfr_root(down, b, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../apron/ap_scalar.h:20, - from ../apron/ap_coeff.h:19, - from ../apron/ap_manager.h:17, - from ../apron/ap_abstract0.h:16, - from t1p_internal.h:16, - from t1p_otherops.c:8: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPFR -c -o t1p_funMPFR_debug.o t1p_fun.c - In file included from ../num/numflt.h:25, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from ../itv/itv.h:9, - from ../itv/itv_linearize.h:8, - from t1p_fun.c:9: - ../num/numflt_mpfr.h: In function 'numflt_root': - ../num/numflt_mpfr.h:126:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 126 | mpfr_root(up, b, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from ../itv/itv.h:9, - from ../itv/itv_linearize.h:8, - from t1p_fun.c:9: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:25, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from ../itv/itv.h:9, - from ../itv/itv_linearize.h:8, - from t1p_fun.c:9: - ../num/numflt_mpfr.h:127:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 127 | mpfr_root(down, b, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from ../itv/itv.h:9, - from ../itv/itv_linearize.h:8, - from t1p_fun.c:9: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPFR -c -o t1p_itv_utilsMPFR_debug.o t1p_itv_utils.c - In file included from ../num/numflt.h:25, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from ../itv/itv.h:9, - from t1p_itv_utils.h:13, - from t1p_itv_utils.c:8: - ../num/numflt_mpfr.h: In function 'numflt_root': - ../num/numflt_mpfr.h:126:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 126 | mpfr_root(up, b, n, GMP_RNDU); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from ../itv/itv.h:9, - from t1p_itv_utils.h:13, - from t1p_itv_utils.c:8: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - In file included from ../num/numflt.h:25, - from ../num/num_numflt.h:28, - from ../num/num.h:29, - from ../itv/itv.h:9, - from t1p_itv_utils.h:13, - from t1p_itv_utils.c:8: - ../num/numflt_mpfr.h:127:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] - 127 | mpfr_root(down, b, n, GMP_RNDD); - | ^~~~~~~~~ - In file included from ../num/num.h:16, - from ../itv/itv.h:9, - from t1p_itv_utils.h:13, - from t1p_itv_utils.c:8: - /usr/include/mpfr.h:727:21: note: declared here - 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, - | ^~~~~~~~~ - /usr/bin/ar rcs libt1pMPFR_debug.a t1p_internalMPFR_debug.o t1p_representationMPFR_debug.o t1p_constructorMPFR_debug.o t1p_meetjoinMPFR_debug.o t1p_assignMPFR_debug.o t1p_resizeMPFR_debug.o t1p_otheropsMPFR_debug.o t1p_funMPFR_debug.o t1p_itv_utilsMPFR_debug.o - /usr/bin/ranlib libt1pMPFR_debug.a - cc -shared -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -o libt1pMPFR.so t1p_internalMPFR.o t1p_representationMPFR.o t1p_constructorMPFR.o t1p_meetjoinMPFR.o t1p_assignMPFR.o t1p_resizeMPFR.o t1p_otheropsMPFR.o t1p_funMPFR.o t1p_itv_utilsMPFR.o -L../apron -L../box -L../newpolka -lapron -lgmpxx -lgmp -lmpfr -lm -lboxMPFR -lpolkaMPQ - cc -shared -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG -o libt1pMPFR_debug.so t1p_internalMPFR_debug.o t1p_representationMPFR_debug.o t1p_constructorMPFR_debug.o t1p_meetjoinMPFR_debug.o t1p_assignMPFR_debug.o t1p_resizeMPFR_debug.o t1p_otheropsMPFR_debug.o t1p_funMPFR_debug.o t1p_itv_utilsMPFR_debug.o -L../apron -L../box -L../newpolka -lapron_debug -lgmpxx -lgmp -lmpfr -lm -lboxMPFR_debug -lpolkaMPQ_debug - make[1]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/apron.20150930/taylor1plus' - (cd mlapronidl; make INCLUDE_DEPEND=no depend; make all) - make[1]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/apron.20150930/mlapronidl' - mkdir -p tmp - cp scalar.idl tmp/scalar.idl - /home/opam/.opam/4.07/bin/camlidl -no-include -prepro "/usr/bin/perl macros.pl" tmp/scalar.idl - /usr/bin/perl perlscript_c.pl < tmp/scalar_stubs.c >scalar_caml.c - /usr/bin/perl perlscript_caml.pl < tmp/scalar.ml >scalar.ml; - /usr/bin/perl perlscript_caml.pl < tmp/scalar.mli >scalar.mli - cp interval.idl tmp/interval.idl - /home/opam/.opam/4.07/bin/camlidl -no-include -prepro "/usr/bin/perl macros.pl" tmp/interval.idl - /usr/bin/perl perlscript_c.pl < tmp/interval_stubs.c >interval_caml.c - /usr/bin/perl perlscript_caml.pl < tmp/interval.ml >interval.ml; - /usr/bin/perl perlscript_caml.pl < tmp/interval.mli >interval.mli - cp coeff.idl tmp/coeff.idl - /home/opam/.opam/4.07/bin/camlidl -no-include -prepro "/usr/bin/perl macros.pl" tmp/coeff.idl - /usr/bin/perl perlscript_c.pl < tmp/coeff_stubs.c >coeff_caml.c - /usr/bin/perl perlscript_caml.pl < tmp/coeff.ml >coeff.ml; - /usr/bin/perl perlscript_caml.pl < tmp/coeff.mli >coeff.mli - cp dim.idl tmp/dim.idl - /home/opam/.opam/4.07/bin/camlidl -no-include -prepro "/usr/bin/perl macros.pl" tmp/dim.idl - /usr/bin/perl perlscript_c.pl < tmp/dim_stubs.c >dim_caml.c - /usr/bin/perl perlscript_caml.pl < tmp/dim.ml >dim.ml; - /usr/bin/perl perlscript_caml.pl < tmp/dim.mli >dim.mli - cp linexpr0.idl tmp/linexpr0.idl - /home/opam/.opam/4.07/bin/camlidl -no-include -prepro "/usr/bin/perl macros.pl" tmp/linexpr0.idl - /usr/bin/perl perlscript_c.pl < tmp/linexpr0_stubs.c >linexpr0_caml.c - /usr/bin/perl perlscript_caml.pl < tmp/linexpr0.ml >linexpr0.ml; - /usr/bin/perl perlscript_caml.pl < tmp/linexpr0.mli >linexpr0.mli - cp lincons0.idl tmp/lincons0.idl - /home/opam/.opam/4.07/bin/camlidl -no-include -prepro "/usr/bin/perl macros.pl" tmp/lincons0.idl - /usr/bin/perl perlscript_c.pl < tmp/lincons0_stubs.c >lincons0_caml.c - /usr/bin/perl perlscript_caml.pl < tmp/lincons0.ml >lincons0.ml; - /usr/bin/perl perlscript_caml.pl < tmp/lincons0.mli >lincons0.mli - cp generator0.idl tmp/generator0.idl - /home/opam/.opam/4.07/bin/camlidl -no-include -prepro "/usr/bin/perl macros.pl" tmp/generator0.idl - /usr/bin/perl perlscript_c.pl < tmp/generator0_stubs.c >generator0_caml.c - /usr/bin/perl perlscript_caml.pl < tmp/generator0.ml >generator0.ml; - /usr/bin/perl perlscript_caml.pl < tmp/generator0.mli >generator0.mli - cp texpr0.idl tmp/texpr0.idl - /home/opam/.opam/4.07/bin/camlidl -no-include -prepro "/usr/bin/perl macros.pl" tmp/texpr0.idl - /usr/bin/perl perlscript_c.pl < tmp/texpr0_stubs.c >texpr0_caml.c - /usr/bin/perl perlscript_caml.pl < tmp/texpr0.ml >texpr0.ml; - /usr/bin/perl perlscript_caml.pl < tmp/texpr0.mli >texpr0.mli - cp tcons0.idl tmp/tcons0.idl - /home/opam/.opam/4.07/bin/camlidl -no-include -prepro "/usr/bin/perl macros.pl" tmp/tcons0.idl - /usr/bin/perl perlscript_c.pl < tmp/tcons0_stubs.c >tcons0_caml.c - /usr/bin/perl perlscript_caml.pl < tmp/tcons0.ml >tcons0.ml; - /usr/bin/perl perlscript_caml.pl < tmp/tcons0.mli >tcons0.mli - cp manager.idl tmp/manager.idl - /home/opam/.opam/4.07/bin/camlidl -no-include -prepro "/usr/bin/perl macros.pl" tmp/manager.idl - /usr/bin/perl perlscript_c.pl < tmp/manager_stubs.c >manager_caml.c - /usr/bin/perl perlscript_caml.pl < tmp/manager.ml >manager.ml; - /usr/bin/perl perlscript_caml.pl < tmp/manager.mli >manager.mli - cp abstract0.idl tmp/abstract0.idl - /home/opam/.opam/4.07/bin/camlidl -no-include -prepro "/usr/bin/perl macros.pl" tmp/abstract0.idl - /usr/bin/perl perlscript_c.pl < tmp/abstract0_stubs.c >abstract0_caml.c - /usr/bin/perl perlscript_caml.pl < tmp/abstract0.ml >abstract0.ml; - /usr/bin/perl perlscript_caml.pl < tmp/abstract0.mli >abstract0.mli - cp var.idl tmp/var.idl - /home/opam/.opam/4.07/bin/camlidl -no-include -prepro "/usr/bin/perl macros.pl" tmp/var.idl - /usr/bin/perl perlscript_c.pl < tmp/var_stubs.c >var_caml.c - /usr/bin/perl perlscript_caml.pl < tmp/var.ml >var.ml; - /usr/bin/perl perlscript_caml.pl < tmp/var.mli >var.mli - cp environment.idl tmp/environment.idl - /home/opam/.opam/4.07/bin/camlidl -no-include -prepro "/usr/bin/perl macros.pl" tmp/environment.idl - /usr/bin/perl perlscript_c.pl < tmp/environment_stubs.c >environment_caml.c - /usr/bin/perl perlscript_caml.pl < tmp/environment.ml >environment.ml; - /usr/bin/perl perlscript_caml.pl < tmp/environment.mli >environment.mli - cp linexpr1.idl tmp/linexpr1.idl - /home/opam/.opam/4.07/bin/camlidl -no-include -prepro "/usr/bin/perl macros.pl" tmp/linexpr1.idl - /usr/bin/perl perlscript_c.pl < tmp/linexpr1_stubs.c >linexpr1_caml.c - /usr/bin/perl perlscript_caml.pl < tmp/linexpr1.ml >linexpr1.ml; - /usr/bin/perl perlscript_caml.pl < tmp/linexpr1.mli >linexpr1.mli - cp lincons1.idl tmp/lincons1.idl - /home/opam/.opam/4.07/bin/camlidl -no-include -prepro "/usr/bin/perl macros.pl" tmp/lincons1.idl - /usr/bin/perl perlscript_c.pl < tmp/lincons1_stubs.c >lincons1_caml.c - /usr/bin/perl perlscript_caml.pl < tmp/lincons1.ml >lincons1.ml; - /usr/bin/perl perlscript_caml.pl < tmp/lincons1.mli >lincons1.mli - cp generator1.idl tmp/generator1.idl - /home/opam/.opam/4.07/bin/camlidl -no-include -prepro "/usr/bin/perl macros.pl" tmp/generator1.idl - /usr/bin/perl perlscript_c.pl < tmp/generator1_stubs.c >generator1_caml.c - /usr/bin/perl perlscript_caml.pl < tmp/generator1.ml >generator1.ml; - /usr/bin/perl perlscript_caml.pl < tmp/generator1.mli >generator1.mli - cp texpr1.idl tmp/texpr1.idl - /home/opam/.opam/4.07/bin/camlidl -no-include -prepro "/usr/bin/perl macros.pl" tmp/texpr1.idl - /usr/bin/perl perlscript_c.pl < tmp/texpr1_stubs.c >texpr1_caml.c - /usr/bin/perl perlscript_caml.pl < tmp/texpr1.ml >texpr1.ml; - /usr/bin/perl perlscript_caml.pl < tmp/texpr1.mli >texpr1.mli - cp tcons1.idl tmp/tcons1.idl - /home/opam/.opam/4.07/bin/camlidl -no-include -prepro "/usr/bin/perl macros.pl" tmp/tcons1.idl - /usr/bin/perl perlscript_c.pl < tmp/tcons1_stubs.c >tcons1_caml.c - /usr/bin/perl perlscript_caml.pl < tmp/tcons1.ml >tcons1.ml; - /usr/bin/perl perlscript_caml.pl < tmp/tcons1.mli >tcons1.mli - cp abstract1.idl tmp/abstract1.idl - /home/opam/.opam/4.07/bin/camlidl -no-include -prepro "/usr/bin/perl macros.pl" tmp/abstract1.idl - /usr/bin/perl perlscript_c.pl < tmp/abstract1_stubs.c >abstract1_caml.c - /usr/bin/perl perlscript_caml.pl < tmp/abstract1.ml >abstract1.ml; - /usr/bin/perl perlscript_caml.pl < tmp/abstract1.mli >abstract1.mli - cp policy.idl tmp/policy.idl - /home/opam/.opam/4.07/bin/camlidl -no-include -prepro "/usr/bin/perl macros.pl" tmp/policy.idl - /usr/bin/perl perlscript_c.pl < tmp/policy_stubs.c >policy_caml.c - /usr/bin/perl perlscript_caml.pl < tmp/policy.ml >policy.ml; - /usr/bin/perl perlscript_caml.pl < tmp/policy.mli >policy.mli - cp disjunction.idl tmp/disjunction.idl - /home/opam/.opam/4.07/bin/camlidl -no-include -prepro "/usr/bin/perl macros.pl" tmp/disjunction.idl - /usr/bin/perl perlscript_c.pl < tmp/disjunction_stubs.c >disjunction_caml.c - /usr/bin/perl perlscript_caml.pl < tmp/disjunction.ml >disjunction.ml; - /usr/bin/perl perlscript_caml.pl < tmp/disjunction.mli >disjunction.mli - /home/opam/.opam/4.07/bin/ocamlyacc apron_parser.mly - /home/opam/.opam/4.07/bin/ocamllex apron_lexer.mll - 118 states, 2303 transitions, table size 9920 bytes - /home/opam/.opam/4.07/bin/ocamldep scalar.ml interval.ml coeff.ml dim.ml linexpr0.ml lincons0.ml generator0.ml texpr0.ml tcons0.ml manager.ml abstract0.ml var.ml environment.ml linexpr1.ml lincons1.ml generator1.ml texpr1.ml tcons1.ml abstract1.ml policy.ml disjunction.ml apron_parser.ml apron_lexer.ml parser.ml scalar.mli interval.mli coeff.mli dim.mli linexpr0.mli lincons0.mli generator0.mli texpr0.mli tcons0.mli manager.mli abstract0.mli var.mli environment.mli linexpr1.mli lincons1.mli generator1.mli texpr1.mli tcons1.mli abstract1.mli policy.mli disjunction.mli apron_parser.mli apron_lexer.mli parser.mli > depend - make[1]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/apron.20150930/mlapronidl' - make[1]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/apron.20150930/mlapronidl' - cp scalar.idl tmp/scalar.idl - /home/opam/.opam/4.07/bin/camlidl -no-include -prepro "/usr/bin/perl macros.pl" tmp/scalar.idl - /usr/bin/perl perlscript_c.pl < tmp/scalar_stubs.c >scalar_caml.c - /usr/bin/perl perlscript_caml.pl < tmp/scalar.ml >scalar.ml; - /usr/bin/perl perlscript_caml.pl < tmp/scalar.mli >scalar.mli - /home/opam/.opam/4.07/bin/ocamlc.opt -g -I /home/opam/.opam/4.07/lib/gmp -I ../mlapronidl -c scalar.mli - /home/opam/.opam/4.07/bin/ocamlc.opt -g -I /home/opam/.opam/4.07/lib/gmp -I ../mlapronidl -c scalar.ml - cp interval.idl tmp/interval.idl - /home/opam/.opam/4.07/bin/camlidl -no-include -prepro "/usr/bin/perl macros.pl" tmp/interval.idl - /usr/bin/perl perlscript_c.pl < tmp/interval_stubs.c >interval_caml.c - /usr/bin/perl perlscript_caml.pl < tmp/interval.ml >interval.ml; - /usr/bin/perl perlscript_caml.pl < tmp/interval.mli >interval.mli - /home/opam/.opam/4.07/bin/ocamlc.opt -g -I /home/opam/.opam/4.07/lib/gmp -I ../mlapronidl -c interval.mli - /home/opam/.opam/4.07/bin/ocamlc.opt -g -I /home/opam/.opam/4.07/lib/gmp -I ../mlapronidl -c interval.ml - cp coeff.idl tmp/coeff.idl - /home/opam/.opam/4.07/bin/camlidl -no-include -prepro "/usr/bin/perl macros.pl" tmp/coeff.idl - /usr/bin/perl perlscript_c.pl < tmp/coeff_stubs.c >coeff_caml.c - /usr/bin/perl perlscript_caml.pl < tmp/coeff.ml >coeff.ml; - /usr/bin/perl perlscript_caml.pl < tmp/coeff.mli >coeff.mli - /home/opam/.opam/4.07/bin/ocamlc.opt -g -I /home/opam/.opam/4.07/lib/gmp -I ../mlapronidl -c coeff.mli - /home/opam/.opam/4.07/bin/ocamlc.opt -g -I /home/opam/.opam/4.07/lib/gmp -I ../mlapronidl -c coeff.ml - cp dim.idl tmp/dim.idl - /home/opam/.opam/4.07/bin/camlidl -no-include -prepro "/usr/bin/perl macros.pl" tmp/dim.idl - /usr/bin/perl perlscript_c.pl < tmp/dim_stubs.c >dim_caml.c - /usr/bin/perl perlscript_caml.pl < tmp/dim.ml >dim.ml; - /usr/bin/perl perlscript_caml.pl < tmp/dim.mli >dim.mli - /home/opam/.opam/4.07/bin/ocamlc.opt -g -I /home/opam/.opam/4.07/lib/gmp -I ../mlapronidl -c dim.mli - /home/opam/.opam/4.07/bin/ocamlc.opt -g -I /home/opam/.opam/4.07/lib/gmp -I ../mlapronidl -c dim.ml - cp linexpr0.idl tmp/linexpr0.idl - /home/opam/.opam/4.07/bin/camlidl -no-include -prepro "/usr/bin/perl macros.pl" tmp/linexpr0.idl - /usr/bin/perl perlscript_c.pl < tmp/linexpr0_stubs.c >linexpr0_caml.c - /usr/bin/perl perlscript_caml.pl < tmp/linexpr0.ml >linexpr0.ml; - /usr/bin/perl perlscript_caml.pl < tmp/linexpr0.mli >linexpr0.mli - /home/opam/.opam/4.07/bin/ocamlc.opt -g -I /home/opam/.opam/4.07/lib/gmp -I ../mlapronidl -c linexpr0.mli - /home/opam/.opam/4.07/bin/ocamlc.opt -g -I /home/opam/.opam/4.07/lib/gmp -I ../mlapronidl -c linexpr0.ml - cp lincons0.idl tmp/lincons0.idl - /home/opam/.opam/4.07/bin/camlidl -no-include -prepro "/usr/bin/perl macros.pl" tmp/lincons0.idl - /usr/bin/perl perlscript_c.pl < tmp/lincons0_stubs.c >lincons0_caml.c - /usr/bin/perl perlscript_caml.pl < tmp/lincons0.ml >lincons0.ml; - /usr/bin/perl perlscript_caml.pl < tmp/lincons0.mli >lincons0.mli - /home/opam/.opam/4.07/bin/ocamlc.opt -g -I /home/opam/.opam/4.07/lib/gmp -I ../mlapronidl -c lincons0.mli - /home/opam/.opam/4.07/bin/ocamlc.opt -g -I /home/opam/.opam/4.07/lib/gmp -I ../mlapronidl -c lincons0.ml - cp generator0.idl tmp/generator0.idl - /home/opam/.opam/4.07/bin/camlidl -no-include -prepro "/usr/bin/perl macros.pl" tmp/generator0.idl - /usr/bin/perl perlscript_c.pl < tmp/generator0_stubs.c >generator0_caml.c - /usr/bin/perl perlscript_caml.pl < tmp/generator0.ml >generator0.ml; - /usr/bin/perl perlscript_caml.pl < tmp/generator0.mli >generator0.mli - /home/opam/.opam/4.07/bin/ocamlc.opt -g -I /home/opam/.opam/4.07/lib/gmp -I ../mlapronidl -c generator0.mli - /home/opam/.opam/4.07/bin/ocamlc.opt -g -I /home/opam/.opam/4.07/lib/gmp -I ../mlapronidl -c generator0.ml - cp texpr0.idl tmp/texpr0.idl - /home/opam/.opam/4.07/bin/camlidl -no-include -prepro "/usr/bin/perl macros.pl" tmp/texpr0.idl - /usr/bin/perl perlscript_c.pl < tmp/texpr0_stubs.c >texpr0_caml.c - /usr/bin/perl perlscript_caml.pl < tmp/texpr0.ml >texpr0.ml; - /usr/bin/perl perlscript_caml.pl < tmp/texpr0.mli >texpr0.mli - /home/opam/.opam/4.07/bin/ocamlc.opt -g -I /home/opam/.opam/4.07/lib/gmp -I ../mlapronidl -c texpr0.mli - /home/opam/.opam/4.07/bin/ocamlc.opt -g -I /home/opam/.opam/4.07/lib/gmp -I ../mlapronidl -c texpr0.ml - cp tcons0.idl tmp/tcons0.idl - /home/opam/.opam/4.07/bin/camlidl -no-include -prepro "/usr/bin/perl macros.pl" tmp/tcons0.idl - /usr/bin/perl perlscript_c.pl < tmp/tcons0_stubs.c >tcons0_caml.c - /usr/bin/perl perlscript_caml.pl < tmp/tcons0.ml >tcons0.ml; - /usr/bin/perl perlscript_caml.pl < tmp/tcons0.mli >tcons0.mli - /home/opam/.opam/4.07/bin/ocamlc.opt -g -I /home/opam/.opam/4.07/lib/gmp -I ../mlapronidl -c tcons0.mli - /home/opam/.opam/4.07/bin/ocamlc.opt -g -I /home/opam/.opam/4.07/lib/gmp -I ../mlapronidl -c tcons0.ml - cp manager.idl tmp/manager.idl - /home/opam/.opam/4.07/bin/camlidl -no-include -prepro "/usr/bin/perl macros.pl" tmp/manager.idl - /usr/bin/perl perlscript_c.pl < tmp/manager_stubs.c >manager_caml.c - /usr/bin/perl perlscript_caml.pl < tmp/manager.ml >manager.ml; - /usr/bin/perl perlscript_caml.pl < tmp/manager.mli >manager.mli - /home/opam/.opam/4.07/bin/ocamlc.opt -g -I /home/opam/.opam/4.07/lib/gmp -I ../mlapronidl -c manager.mli - /home/opam/.opam/4.07/bin/ocamlc.opt -g -I /home/opam/.opam/4.07/lib/gmp -I ../mlapronidl -c manager.ml - cp abstract0.idl tmp/abstract0.idl - /home/opam/.opam/4.07/bin/camlidl -no-include -prepro "/usr/bin/perl macros.pl" tmp/abstract0.idl - /usr/bin/perl perlscript_c.pl < tmp/abstract0_stubs.c >abstract0_caml.c - /usr/bin/perl perlscript_caml.pl < tmp/abstract0.ml >abstract0.ml; - /usr/bin/perl perlscript_caml.pl < tmp/abstract0.mli >abstract0.mli - /home/opam/.opam/4.07/bin/ocamlc.opt -g -I /home/opam/.opam/4.07/lib/gmp -I ../mlapronidl -c abstract0.mli - /home/opam/.opam/4.07/bin/ocamlc.opt -g -I /home/opam/.opam/4.07/lib/gmp -I ../mlapronidl -c abstract0.ml - cp var.idl tmp/var.idl - /home/opam/.opam/4.07/bin/camlidl -no-include -prepro "/usr/bin/perl macros.pl" tmp/var.idl - /usr/bin/perl perlscript_c.pl < tmp/var_stubs.c >var_caml.c - /usr/bin/perl perlscript_caml.pl < tmp/var.ml >var.ml; - /usr/bin/perl perlscript_caml.pl < tmp/var.mli >var.mli - /home/opam/.opam/4.07/bin/ocamlc.opt -g -I /home/opam/.opam/4.07/lib/gmp -I ../mlapronidl -c var.mli - /home/opam/.opam/4.07/bin/ocamlc.opt -g -I /home/opam/.opam/4.07/lib/gmp -I ../mlapronidl -c var.ml - cp environment.idl tmp/environment.idl - /home/opam/.opam/4.07/bin/camlidl -no-include -prepro "/usr/bin/perl macros.pl" tmp/environment.idl - /usr/bin/perl perlscript_c.pl < tmp/environment_stubs.c >environment_caml.c - /usr/bin/perl perlscript_caml.pl < tmp/environment.ml >environment.ml; - /usr/bin/perl perlscript_caml.pl < tmp/environment.mli >environment.mli - /home/opam/.opam/4.07/bin/ocamlc.opt -g -I /home/opam/.opam/4.07/lib/gmp -I ../mlapronidl -c environment.mli - /home/opam/.opam/4.07/bin/ocamlc.opt -g -I /home/opam/.opam/4.07/lib/gmp -I ../mlapronidl -c environment.ml - cp linexpr1.idl tmp/linexpr1.idl - /home/opam/.opam/4.07/bin/camlidl -no-include -prepro "/usr/bin/perl macros.pl" tmp/linexpr1.idl - /usr/bin/perl perlscript_c.pl < tmp/linexpr1_stubs.c >linexpr1_caml.c - /usr/bin/perl perlscript_caml.pl < tmp/linexpr1.ml >linexpr1.ml; - /usr/bin/perl perlscript_caml.pl < tmp/linexpr1.mli >linexpr1.mli - /home/opam/.opam/4.07/bin/ocamlc.opt -g -I /home/opam/.opam/4.07/lib/gmp -I ../mlapronidl -c linexpr1.mli - /home/opam/.opam/4.07/bin/ocamlc.opt -g -I /home/opam/.opam/4.07/lib/gmp -I ../mlapronidl -c linexpr1.ml - cp lincons1.idl tmp/lincons1.idl - /home/opam/.opam/4.07/bin/camlidl -no-include -prepro "/usr/bin/perl macros.pl" tmp/lincons1.idl - /usr/bin/perl perlscript_c.pl < tmp/lincons1_stubs.c >lincons1_caml.c - /usr/bin/perl perlscript_caml.pl < tmp/lincons1.ml >lincons1.ml; - /usr/bin/perl perlscript_caml.pl < tmp/lincons1.mli >lincons1.mli - /home/opam/.opam/4.07/bin/ocamlc.opt -g -I /home/opam/.opam/4.07/lib/gmp -I ../mlapronidl -c lincons1.mli - /home/opam/.opam/4.07/bin/ocamlc.opt -g -I /home/opam/.opam/4.07/lib/gmp -I ../mlapronidl -c lincons1.ml - cp generator1.idl tmp/generator1.idl - /home/opam/.opam/4.07/bin/camlidl -no-include -prepro "/usr/bin/perl macros.pl" tmp/generator1.idl - /usr/bin/perl perlscript_c.pl < tmp/generator1_stubs.c >generator1_caml.c - /usr/bin/perl perlscript_caml.pl < tmp/generator1.ml >generator1.ml; - /usr/bin/perl perlscript_caml.pl < tmp/generator1.mli >generator1.mli - /home/opam/.opam/4.07/bin/ocamlc.opt -g -I /home/opam/.opam/4.07/lib/gmp -I ../mlapronidl -c generator1.mli - /home/opam/.opam/4.07/bin/ocamlc.opt -g -I /home/opam/.opam/4.07/lib/gmp -I ../mlapronidl -c generator1.ml - cp texpr1.idl tmp/texpr1.idl - /home/opam/.opam/4.07/bin/camlidl -no-include -prepro "/usr/bin/perl macros.pl" tmp/texpr1.idl - /usr/bin/perl perlscript_c.pl < tmp/texpr1_stubs.c >texpr1_caml.c - /usr/bin/perl perlscript_caml.pl < tmp/texpr1.ml >texpr1.ml; - /usr/bin/perl perlscript_caml.pl < tmp/texpr1.mli >texpr1.mli - /home/opam/.opam/4.07/bin/ocamlc.opt -g -I /home/opam/.opam/4.07/lib/gmp -I ../mlapronidl -c texpr1.mli - /home/opam/.opam/4.07/bin/ocamlc.opt -g -I /home/opam/.opam/4.07/lib/gmp -I ../mlapronidl -c texpr1.ml - cp tcons1.idl tmp/tcons1.idl - /home/opam/.opam/4.07/bin/camlidl -no-include -prepro "/usr/bin/perl macros.pl" tmp/tcons1.idl - /usr/bin/perl perlscript_c.pl < tmp/tcons1_stubs.c >tcons1_caml.c - /usr/bin/perl perlscript_caml.pl < tmp/tcons1.ml >tcons1.ml; - /usr/bin/perl perlscript_caml.pl < tmp/tcons1.mli >tcons1.mli - /home/opam/.opam/4.07/bin/ocamlc.opt -g -I /home/opam/.opam/4.07/lib/gmp -I ../mlapronidl -c tcons1.mli - /home/opam/.opam/4.07/bin/ocamlc.opt -g -I /home/opam/.opam/4.07/lib/gmp -I ../mlapronidl -c tcons1.ml - cp abstract1.idl tmp/abstract1.idl - /home/opam/.opam/4.07/bin/camlidl -no-include -prepro "/usr/bin/perl macros.pl" tmp/abstract1.idl - /usr/bin/perl perlscript_c.pl < tmp/abstract1_stubs.c >abstract1_caml.c - /usr/bin/perl perlscript_caml.pl < tmp/abstract1.ml >abstract1.ml; - /usr/bin/perl perlscript_caml.pl < tmp/abstract1.mli >abstract1.mli - /home/opam/.opam/4.07/bin/ocamlc.opt -g -I /home/opam/.opam/4.07/lib/gmp -I ../mlapronidl -c abstract1.mli - /home/opam/.opam/4.07/bin/ocamlc.opt -g -I /home/opam/.opam/4.07/lib/gmp -I ../mlapronidl -c abstract1.ml - cp policy.idl tmp/policy.idl - /home/opam/.opam/4.07/bin/camlidl -no-include -prepro "/usr/bin/perl macros.pl" tmp/policy.idl - /usr/bin/perl perlscript_c.pl < tmp/policy_stubs.c >policy_caml.c - /usr/bin/perl perlscript_caml.pl < tmp/policy.ml >policy.ml; - /usr/bin/perl perlscript_caml.pl < tmp/policy.mli >policy.mli - /home/opam/.opam/4.07/bin/ocamlc.opt -g -I /home/opam/.opam/4.07/lib/gmp -I ../mlapronidl -c policy.mli - /home/opam/.opam/4.07/bin/ocamlc.opt -g -I /home/opam/.opam/4.07/lib/gmp -I ../mlapronidl -c policy.ml - /home/opam/.opam/4.07/bin/ocamlc.opt -g -I /home/opam/.opam/4.07/lib/gmp -I ../mlapronidl -c disjunction.mli - /home/opam/.opam/4.07/bin/ocamlc.opt -g -I /home/opam/.opam/4.07/lib/gmp -I ../mlapronidl -c disjunction.ml - /home/opam/.opam/4.07/bin/ocamlc.opt -g -I /home/opam/.opam/4.07/lib/gmp -I ../mlapronidl -c apron_parser.mli - /home/opam/.opam/4.07/bin/ocamlc.opt -g -I /home/opam/.opam/4.07/lib/gmp -I ../mlapronidl -c apron_parser.ml - /home/opam/.opam/4.07/bin/ocamlc.opt -g -I /home/opam/.opam/4.07/lib/gmp -I ../mlapronidl -c apron_lexer.mli - /home/opam/.opam/4.07/bin/ocamlc.opt -g -I /home/opam/.opam/4.07/lib/gmp -I ../mlapronidl -c apron_lexer.ml - /home/opam/.opam/4.07/bin/ocamlc.opt -g -I /home/opam/.opam/4.07/lib/gmp -I ../mlapronidl -c parser.mli - /home/opam/.opam/4.07/bin/ocamlc.opt -g -I /home/opam/.opam/4.07/lib/gmp -I ../mlapronidl -c parser.ml - /home/opam/.opam/4.07/bin/ocamlc.opt -g -I /home/opam/.opam/4.07/lib/gmp -I ../mlapronidl -pack -o apron.cmi scalar.cmo interval.cmo coeff.cmo dim.cmo linexpr0.cmo lincons0.cmo generator0.cmo texpr0.cmo tcons0.cmo manager.cmo abstract0.cmo var.cmo environment.cmo linexpr1.cmo lincons1.cmo generator1.cmo texpr1.cmo tcons1.cmo abstract1.cmo policy.cmo disjunction.cmo apron_parser.cmo apron_lexer.cmo parser.cmo - /home/opam/.opam/4.07/bin/ocamlc.opt -g -I /home/opam/.opam/4.07/lib/gmp -I ../mlapronidl -pack -o apron.cmo scalar.cmo interval.cmo coeff.cmo dim.cmo linexpr0.cmo lincons0.cmo generator0.cmo texpr0.cmo tcons0.cmo manager.cmo abstract0.cmo var.cmo environment.cmo linexpr1.cmo lincons1.cmo generator1.cmo texpr1.cmo tcons1.cmo abstract1.cmo policy.cmo disjunction.cmo apron_parser.cmo apron_lexer.cmo parser.cmo - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -c apron_caml.c -o apron_caml.o - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -c scalar_caml.c -o scalar_caml.o - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -c interval_caml.c -o interval_caml.o - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -c coeff_caml.c -o coeff_caml.o - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -c dim_caml.c -o dim_caml.o - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -c linexpr0_caml.c -o linexpr0_caml.o - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -c lincons0_caml.c -o lincons0_caml.o - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -c generator0_caml.c -o generator0_caml.o - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -c texpr0_caml.c -o texpr0_caml.o - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -c tcons0_caml.c -o tcons0_caml.o - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -c manager_caml.c -o manager_caml.o - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -c abstract0_caml.c -o abstract0_caml.o - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -c var_caml.c -o var_caml.o - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -c environment_caml.c -o environment_caml.o - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -c linexpr1_caml.c -o linexpr1_caml.o - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -c lincons1_caml.c -o lincons1_caml.o - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -c generator1_caml.c -o generator1_caml.o - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -c texpr1_caml.c -o texpr1_caml.o - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -c tcons1_caml.c -o tcons1_caml.o - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -c abstract1_caml.c -o abstract1_caml.o - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -c policy_caml.c -o policy_caml.o - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -c disjunction_caml.c -o disjunction_caml.o - /home/opam/.opam/4.07/bin/ocamlmklib -dllpath /home/opam/.opam/4.07/share/apron/lib -L/home/opam/.opam/4.07/share/apron/lib apron_caml.o scalar_caml.o interval_caml.o coeff_caml.o dim_caml.o linexpr0_caml.o lincons0_caml.o generator0_caml.o texpr0_caml.o tcons0_caml.o manager_caml.o abstract0_caml.o var_caml.o environment_caml.o linexpr1_caml.o lincons1_caml.o generator1_caml.o texpr1_caml.o tcons1_caml.o abstract1_caml.o policy_caml.o disjunction_caml.o -L../apron -lapron -lmpfr -lgmp -lm -o apron_caml - /home/opam/.opam/4.07/bin/ocamlmklib -dllpath /home/opam/.opam/4.07/share/apron/lib -L/home/opam/.opam/4.07/share/apron/lib -o apron -oc apron_caml apron.cmo -lapron -lmpfr -lgmp -lm - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -c apron_caml.c -o apron_caml_debug.o - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -c scalar_caml.c -o scalar_caml_debug.o - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -c interval_caml.c -o interval_caml_debug.o - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -c coeff_caml.c -o coeff_caml_debug.o - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -c dim_caml.c -o dim_caml_debug.o - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -c linexpr0_caml.c -o linexpr0_caml_debug.o - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -c lincons0_caml.c -o lincons0_caml_debug.o - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -c generator0_caml.c -o generator0_caml_debug.o - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -c texpr0_caml.c -o texpr0_caml_debug.o - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -c tcons0_caml.c -o tcons0_caml_debug.o - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -c manager_caml.c -o manager_caml_debug.o - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -c abstract0_caml.c -o abstract0_caml_debug.o - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -c var_caml.c -o var_caml_debug.o - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -c environment_caml.c -o environment_caml_debug.o - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -c linexpr1_caml.c -o linexpr1_caml_debug.o - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -c lincons1_caml.c -o lincons1_caml_debug.o - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -c generator1_caml.c -o generator1_caml_debug.o - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -c texpr1_caml.c -o texpr1_caml_debug.o - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -c tcons1_caml.c -o tcons1_caml_debug.o - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -c abstract1_caml.c -o abstract1_caml_debug.o - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -c policy_caml.c -o policy_caml_debug.o - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -c disjunction_caml.c -o disjunction_caml_debug.o - /home/opam/.opam/4.07/bin/ocamlmklib -dllpath /home/opam/.opam/4.07/share/apron/lib -L/home/opam/.opam/4.07/share/apron/lib apron_caml_debug.o scalar_caml_debug.o interval_caml_debug.o coeff_caml_debug.o dim_caml_debug.o linexpr0_caml_debug.o lincons0_caml_debug.o generator0_caml_debug.o texpr0_caml_debug.o tcons0_caml_debug.o manager_caml_debug.o abstract0_caml_debug.o var_caml_debug.o environment_caml_debug.o linexpr1_caml_debug.o lincons1_caml_debug.o generator1_caml_debug.o texpr1_caml_debug.o tcons1_caml_debug.o abstract1_caml_debug.o policy_caml_debug.o disjunction_caml_debug.o -L../apron -lapron_debug -lmpfr -lgmp -lm -o apron_caml_debug - /home/opam/.opam/4.07/bin/ocamlopt.opt -inline 20 -I /home/opam/.opam/4.07/lib/gmp -I ../mlapronidl -for-pack Apron -c scalar.ml - /home/opam/.opam/4.07/bin/ocamlopt.opt -inline 20 -I /home/opam/.opam/4.07/lib/gmp -I ../mlapronidl -for-pack Apron -c interval.ml - /home/opam/.opam/4.07/bin/ocamlopt.opt -inline 20 -I /home/opam/.opam/4.07/lib/gmp -I ../mlapronidl -for-pack Apron -c coeff.ml - /home/opam/.opam/4.07/bin/ocamlopt.opt -inline 20 -I /home/opam/.opam/4.07/lib/gmp -I ../mlapronidl -for-pack Apron -c dim.ml - /home/opam/.opam/4.07/bin/ocamlopt.opt -inline 20 -I /home/opam/.opam/4.07/lib/gmp -I ../mlapronidl -for-pack Apron -c linexpr0.ml - /home/opam/.opam/4.07/bin/ocamlopt.opt -inline 20 -I /home/opam/.opam/4.07/lib/gmp -I ../mlapronidl -for-pack Apron -c lincons0.ml - /home/opam/.opam/4.07/bin/ocamlopt.opt -inline 20 -I /home/opam/.opam/4.07/lib/gmp -I ../mlapronidl -for-pack Apron -c generator0.ml - /home/opam/.opam/4.07/bin/ocamlopt.opt -inline 20 -I /home/opam/.opam/4.07/lib/gmp -I ../mlapronidl -for-pack Apron -c texpr0.ml - /home/opam/.opam/4.07/bin/ocamlopt.opt -inline 20 -I /home/opam/.opam/4.07/lib/gmp -I ../mlapronidl -for-pack Apron -c tcons0.ml - /home/opam/.opam/4.07/bin/ocamlopt.opt -inline 20 -I /home/opam/.opam/4.07/lib/gmp -I ../mlapronidl -for-pack Apron -c manager.ml - /home/opam/.opam/4.07/bin/ocamlopt.opt -inline 20 -I /home/opam/.opam/4.07/lib/gmp -I ../mlapronidl -for-pack Apron -c abstract0.ml - /home/opam/.opam/4.07/bin/ocamlopt.opt -inline 20 -I /home/opam/.opam/4.07/lib/gmp -I ../mlapronidl -for-pack Apron -c var.ml - /home/opam/.opam/4.07/bin/ocamlopt.opt -inline 20 -I /home/opam/.opam/4.07/lib/gmp -I ../mlapronidl -for-pack Apron -c environment.ml - /home/opam/.opam/4.07/bin/ocamlopt.opt -inline 20 -I /home/opam/.opam/4.07/lib/gmp -I ../mlapronidl -for-pack Apron -c linexpr1.ml - /home/opam/.opam/4.07/bin/ocamlopt.opt -inline 20 -I /home/opam/.opam/4.07/lib/gmp -I ../mlapronidl -for-pack Apron -c lincons1.ml - /home/opam/.opam/4.07/bin/ocamlopt.opt -inline 20 -I /home/opam/.opam/4.07/lib/gmp -I ../mlapronidl -for-pack Apron -c generator1.ml - /home/opam/.opam/4.07/bin/ocamlopt.opt -inline 20 -I /home/opam/.opam/4.07/lib/gmp -I ../mlapronidl -for-pack Apron -c texpr1.ml - /home/opam/.opam/4.07/bin/ocamlopt.opt -inline 20 -I /home/opam/.opam/4.07/lib/gmp -I ../mlapronidl -for-pack Apron -c tcons1.ml - /home/opam/.opam/4.07/bin/ocamlopt.opt -inline 20 -I /home/opam/.opam/4.07/lib/gmp -I ../mlapronidl -for-pack Apron -c abstract1.ml - /home/opam/.opam/4.07/bin/ocamlopt.opt -inline 20 -I /home/opam/.opam/4.07/lib/gmp -I ../mlapronidl -for-pack Apron -c policy.ml - /home/opam/.opam/4.07/bin/ocamlopt.opt -inline 20 -I /home/opam/.opam/4.07/lib/gmp -I ../mlapronidl -for-pack Apron -c disjunction.ml - /home/opam/.opam/4.07/bin/ocamlopt.opt -inline 20 -I /home/opam/.opam/4.07/lib/gmp -I ../mlapronidl -for-pack Apron -c apron_parser.ml - /home/opam/.opam/4.07/bin/ocamlopt.opt -inline 20 -I /home/opam/.opam/4.07/lib/gmp -I ../mlapronidl -for-pack Apron -c apron_lexer.ml - /home/opam/.opam/4.07/bin/ocamlopt.opt -inline 20 -I /home/opam/.opam/4.07/lib/gmp -I ../mlapronidl -for-pack Apron -c parser.ml - /home/opam/.opam/4.07/bin/ocamlopt.opt -inline 20 -pack -o apron.cmx scalar.cmx interval.cmx coeff.cmx dim.cmx linexpr0.cmx lincons0.cmx generator0.cmx texpr0.cmx tcons0.cmx manager.cmx abstract0.cmx var.cmx environment.cmx linexpr1.cmx lincons1.cmx generator1.cmx texpr1.cmx tcons1.cmx abstract1.cmx policy.cmx disjunction.cmx apron_parser.cmx apron_lexer.cmx parser.cmx - /home/opam/.opam/4.07/bin/ocamlmklib -dllpath /home/opam/.opam/4.07/share/apron/lib -L/home/opam/.opam/4.07/share/apron/lib -o apron -oc apron_caml apron.cmx -lapron -lmpfr -lgmp -lm - /home/opam/.opam/4.07/bin/ocamlmklib -dllpath /home/opam/.opam/4.07/share/apron/lib -L/home/opam/.opam/4.07/share/apron/lib -o apron.d -oc apron_caml_debug apron.cmx -lapron_debug -lmpfr -lgmp -lm - sh /home/opam/.opam/4.07/.opam-switch/build/apron.20150930/ocamlpack -o apron_ocamldoc.mli -title "APRON Library" -intro introduction.odoc scalar interval coeff dim linexpr0 lincons0 generator0 texpr0 tcons0 manager abstract0 var environment linexpr1 lincons1 generator1 texpr1 tcons1 abstract1 policy disjunction apron_parser apron_lexer parser - /bin/sed -i -e 's/{5/{6/g;s/{4/{5/g;s/{3/{4/g;s/{2/{3/g;s/{1/{2/g' apron_ocamldoc.mli - make[1]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/apron.20150930/mlapronidl' - (cd newpolka; make ml) - make[1]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/apron.20150930/newpolka' - mkdir -p tmp - cp ../mlapronidl/manager.idl polka.idl tmp/ - cd tmp && /home/opam/.opam/4.07/bin/camlidl -no-include -nocpp polka.idl - cp tmp/polka_stubs.c polka_caml.c - /usr/bin/perl perlscript_caml.pl < tmp/polka.ml >polka.ml - /usr/bin/perl perlscript_caml.pl < tmp/polka.mli >polka.mli - /home/opam/.opam/4.07/bin/ocamlc.opt -g -I /home/opam/.opam/4.07/lib/gmp -I ../mlapronidl -c polka.mli - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUMINT_MPQ -c -o polka_caml.o polka_caml.c - /home/opam/.opam/4.07/bin/ocamlmklib -dllpath /home/opam/.opam/4.07/share/apron/lib -L/home/opam/.opam/4.07/share/apron/lib -o polkaMPQ_caml polka_caml.o -L. -lpolkaMPQ -L../apron -lapron -lmpfr -lgmp -lm - /home/opam/.opam/4.07/bin/ocamlc.opt -g -I /home/opam/.opam/4.07/lib/gmp -I ../mlapronidl -c polka.ml - /home/opam/.opam/4.07/bin/ocamlmklib -dllpath /home/opam/.opam/4.07/share/apron/lib -L/home/opam/.opam/4.07/share/apron/lib -o polkaMPQ -oc polkaMPQ_caml polka.cmo -lpolkaMPQ -lapron -lmpfr -lgmp -lm - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUMINT_MPQ -c -o polka_caml_debug.o polka_caml.c - /home/opam/.opam/4.07/bin/ocamlmklib -dllpath /home/opam/.opam/4.07/share/apron/lib -L/home/opam/.opam/4.07/share/apron/lib -o polkaMPQ_caml_debug polka_caml_debug.o -L. -lpolkaMPQ_debug -L../apron -lapron_debug -lmpfr -lgmp -lm - /home/opam/.opam/4.07/bin/ocamlopt.opt -inline 20 -I /home/opam/.opam/4.07/lib/gmp -I ../mlapronidl -c polka.ml - /home/opam/.opam/4.07/bin/ocamlmklib -dllpath /home/opam/.opam/4.07/share/apron/lib -L/home/opam/.opam/4.07/share/apron/lib -o polkaMPQ -oc polkaMPQ_caml polka.cmx -lpolkaMPQ -lapron -lmpfr -lgmp -lm - /home/opam/.opam/4.07/bin/ocamlmklib -dllpath /home/opam/.opam/4.07/share/apron/lib -L/home/opam/.opam/4.07/share/apron/lib -o polkaMPQ.d -oc polkaMPQ_caml_debug polka.cmx -lpolkaMPQ_debug -lapron_debug -lmpfr -lgmp -lm - /home/opam/.opam/4.07/bin/ocamlmklib -dllpath /home/opam/.opam/4.07/share/apron/lib -L/home/opam/.opam/4.07/share/apron/lib -o polkaRll_caml polka_caml.o -L. -lpolkaRll -L../apron -lapron -lmpfr -lgmp -lm - /home/opam/.opam/4.07/bin/ocamlmklib -dllpath /home/opam/.opam/4.07/share/apron/lib -L/home/opam/.opam/4.07/share/apron/lib -o polkaRll -oc polkaRll_caml polka.cmo -lpolkaRll -lapron -lmpfr -lgmp -lm - /home/opam/.opam/4.07/bin/ocamlmklib -dllpath /home/opam/.opam/4.07/share/apron/lib -L/home/opam/.opam/4.07/share/apron/lib -o polkaRll_caml_debug polka_caml_debug.o -L. -lpolkaRll_debug -L../apron -lapron_debug -lmpfr -lgmp -lm - /home/opam/.opam/4.07/bin/ocamlmklib -dllpath /home/opam/.opam/4.07/share/apron/lib -L/home/opam/.opam/4.07/share/apron/lib -o polkaRll -oc polkaRll_caml polka.cmx -lpolkaRll -lapron -lmpfr -lgmp -lm - /home/opam/.opam/4.07/bin/ocamlmklib -dllpath /home/opam/.opam/4.07/share/apron/lib -L/home/opam/.opam/4.07/share/apron/lib -o polkaRll.d -oc polkaRll_caml_debug polka.cmx -lpolkaRll_debug -lapron_debug -lmpfr -lgmp -lm - rm polka_caml_debug.o polka_caml.o - make[1]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/apron.20150930/newpolka' - (cd box; make ml) - make[1]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/apron.20150930/box' - mkdir -p tmp - cp box.idl ../mlapronidl/*.idl tmp/ - cd tmp && /home/opam/.opam/4.07/bin/camlidl -no-include -nocpp -I . box.idl - /usr/bin/perl ../mlapronidl/perlscript_c.pl < tmp/box_stubs.c >box_caml.c - /usr/bin/perl perlscript_caml.pl < tmp/box.ml >box.ml - /usr/bin/perl perlscript_caml.pl < tmp/box.mli >box.mli - /home/opam/.opam/4.07/bin/ocamlc.opt -g -I /home/opam/.opam/4.07/lib/gmp -I ../mlapronidl -c box.mli - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o box_caml.o box_caml.c - /home/opam/.opam/4.07/bin/ocamlmklib -dllpath /home/opam/.opam/4.07/share/apron/lib -L/home/opam/.opam/4.07/share/apron/lib -o boxMPQ_caml box_caml.o -L. -lboxMPQ -L../apron -lapron -lmpfr -lgmp -lm - /home/opam/.opam/4.07/bin/ocamlc.opt -g -I /home/opam/.opam/4.07/lib/gmp -I ../mlapronidl -c box.ml - /home/opam/.opam/4.07/bin/ocamlmklib -dllpath /home/opam/.opam/4.07/share/apron/lib -L/home/opam/.opam/4.07/share/apron/lib -o boxMPQ -oc boxMPQ_caml box.cmo -lboxMPQ -lapron -lmpfr -lgmp -lm - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o box_caml_debug.o box_caml.c - /home/opam/.opam/4.07/bin/ocamlmklib -dllpath /home/opam/.opam/4.07/share/apron/lib -L/home/opam/.opam/4.07/share/apron/lib -o boxMPQ_caml_debug box_caml_debug.o -L. -lboxMPQ_debug -L../apron -lapron_debug -lmpfr -lgmp -lm - /home/opam/.opam/4.07/bin/ocamlopt.opt -inline 20 -I /home/opam/.opam/4.07/lib/gmp -I ../mlapronidl -c box.ml - /home/opam/.opam/4.07/bin/ocamlmklib -dllpath /home/opam/.opam/4.07/share/apron/lib -L/home/opam/.opam/4.07/share/apron/lib -o boxMPQ -oc boxMPQ_caml box.cmx -lboxMPQ -lapron -lmpfr -lgmp -lm - /home/opam/.opam/4.07/bin/ocamlmklib -dllpath /home/opam/.opam/4.07/share/apron/lib -L/home/opam/.opam/4.07/share/apron/lib -o boxD_caml box_caml.o -L. -lboxD -L../apron -lapron -lmpfr -lgmp -lm - /home/opam/.opam/4.07/bin/ocamlmklib -dllpath /home/opam/.opam/4.07/share/apron/lib -L/home/opam/.opam/4.07/share/apron/lib -o boxD -oc boxD_caml box.cmo -lboxD -lapron -lmpfr -lgmp -lm - /home/opam/.opam/4.07/bin/ocamlmklib -dllpath /home/opam/.opam/4.07/share/apron/lib -L/home/opam/.opam/4.07/share/apron/lib -o boxD_caml_debug box_caml_debug.o -L. -lboxD_debug -L../apron -lapron_debug -lmpfr -lgmp -lm - /home/opam/.opam/4.07/bin/ocamlmklib -dllpath /home/opam/.opam/4.07/share/apron/lib -L/home/opam/.opam/4.07/share/apron/lib -o boxD -oc boxD_caml box.cmx -lboxD -lapron -lmpfr -lgmp -lm - /home/opam/.opam/4.07/bin/ocamlmklib -dllpath /home/opam/.opam/4.07/share/apron/lib -L/home/opam/.opam/4.07/share/apron/lib -o boxMPFR_caml box_caml.o -L. -lboxMPFR -L../apron -lapron -lmpfr -lgmp -lm - /home/opam/.opam/4.07/bin/ocamlmklib -dllpath /home/opam/.opam/4.07/share/apron/lib -L/home/opam/.opam/4.07/share/apron/lib -o boxMPFR -oc boxMPFR_caml box.cmo -lboxMPFR -lapron -lmpfr -lgmp -lm - /home/opam/.opam/4.07/bin/ocamlmklib -dllpath /home/opam/.opam/4.07/share/apron/lib -L/home/opam/.opam/4.07/share/apron/lib -o boxMPFR_caml_debug box_caml_debug.o -L. -lboxMPFR_debug -L../apron -lapron_debug -lmpfr -lgmp -lm - /home/opam/.opam/4.07/bin/ocamlmklib -dllpath /home/opam/.opam/4.07/share/apron/lib -L/home/opam/.opam/4.07/share/apron/lib -o boxMPFR -oc boxMPFR_caml box.cmx -lboxMPFR -lapron -lmpfr -lgmp -lm - make[1]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/apron.20150930/box' - (cd octagons; make mlMPQ mlD) - make[1]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/apron.20150930/octagons' - mkdir -p tmp - cp oct.idl ../mlapronidl/*.idl tmp - cd tmp && /home/opam/.opam/4.07/bin/camlidl -no-include -nocpp -I . oct.idl - /usr/bin/perl perlscript_c.pl < tmp/oct_stubs.c >oct_caml.c - /usr/bin/perl perlscript_caml.pl < tmp/oct.ml >oct.ml - /usr/bin/perl perlscript_caml.pl < tmp/oct.mli >oct.mli - /home/opam/.opam/4.07/bin/ocamlc.opt -g -I /home/opam/.opam/4.07/lib/gmp -I ../mlapronidl -c oct.mli - /home/opam/.opam/4.07/bin/ocamlc.opt -g -I /home/opam/.opam/4.07/lib/gmp -I ../mlapronidl -c oct.ml - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -c -o oct_caml.o oct_caml.c - /home/opam/.opam/4.07/bin/ocamlmklib -dllpath /home/opam/.opam/4.07/share/apron/lib -L/home/opam/.opam/4.07/share/apron/lib -o octMPQ_caml oct_caml.o -L. -loctMPQ -L../apron -lapron -lmpfr -lgmp -lm - /home/opam/.opam/4.07/bin/ocamlmklib -dllpath /home/opam/.opam/4.07/share/apron/lib -L/home/opam/.opam/4.07/share/apron/lib -o octMPQ -oc octMPQ_caml oct.cmo -loctMPQ -lapron -lmpfr -lgmp -lm - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -c -o oct_caml_debug.o oct_caml.c - /home/opam/.opam/4.07/bin/ocamlmklib -dllpath /home/opam/.opam/4.07/share/apron/lib -L/home/opam/.opam/4.07/share/apron/lib -o octMPQ_caml_debug oct_caml_debug.o -L. -loctMPQ_debug -L../apron -lapron_debug -lmpfr -lgmp -lm - /home/opam/.opam/4.07/bin/ocamlopt.opt -inline 20 -I /home/opam/.opam/4.07/lib/gmp -I ../mlapronidl -c oct.ml - /home/opam/.opam/4.07/bin/ocamlmklib -dllpath /home/opam/.opam/4.07/share/apron/lib -L/home/opam/.opam/4.07/share/apron/lib -o octMPQ -oc octMPQ_caml oct.cmx -loctMPQ -lapron -lmpfr -lgmp -lm - /home/opam/.opam/4.07/bin/ocamlmklib -dllpath /home/opam/.opam/4.07/share/apron/lib -L/home/opam/.opam/4.07/share/apron/lib -o octD_caml oct_caml.o -L. -loctD -L../apron -lapron -lmpfr -lgmp -lm - /home/opam/.opam/4.07/bin/ocamlmklib -dllpath /home/opam/.opam/4.07/share/apron/lib -L/home/opam/.opam/4.07/share/apron/lib -o octD -oc octD_caml oct.cmo -loctD -lapron -lmpfr -lgmp -lm - /home/opam/.opam/4.07/bin/ocamlmklib -dllpath /home/opam/.opam/4.07/share/apron/lib -L/home/opam/.opam/4.07/share/apron/lib -o octD_caml_debug oct_caml_debug.o -L. -loctD_debug -L../apron -lapron_debug -lmpfr -lgmp -lm - /home/opam/.opam/4.07/bin/ocamlmklib -dllpath /home/opam/.opam/4.07/share/apron/lib -L/home/opam/.opam/4.07/share/apron/lib -o octD -oc octD_caml oct.cmx -loctD -lapron -lmpfr -lgmp -lm - rm oct_caml_debug.o oct_caml.o - make[1]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/apron.20150930/octagons' - (cd taylor1plus; make ml) - make[1]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/apron.20150930/taylor1plus' - mkdir -p tmp - cp t1p.idl ../mlapronidl/manager.idl tmp/ - cd tmp && /home/opam/.opam/4.07/bin/camlidl -no-include -nocpp t1p.idl - cp tmp/t1p_stubs.c t1p_caml.c - /usr/bin/perl perlscript_caml.pl < tmp/t1p.ml >t1p.ml - /usr/bin/perl perlscript_caml.pl < tmp/t1p.mli >t1p.mli - /home/opam/.opam/4.07/bin/ocamlc.opt -g -I /home/opam/.opam/4.07/lib/gmp -I ../mlapronidl -c t1p.mli - cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o t1p_caml.o t1p_caml.c - /home/opam/.opam/4.07/bin/ocamlmklib -dllpath /home/opam/.opam/4.07/share/apron/lib -L/home/opam/.opam/4.07/share/apron/lib -o t1pMPQ_caml t1p_caml.o -L. -lt1pMPQ -L../apron -L../box -L../newpolka -lapron -lgmpxx -lgmp -lmpfr -lm - /home/opam/.opam/4.07/bin/ocamlc.opt -g -I /home/opam/.opam/4.07/lib/gmp -I ../mlapronidl -c t1p.ml - /home/opam/.opam/4.07/bin/ocamlmklib -dllpath /home/opam/.opam/4.07/share/apron/lib -L/home/opam/.opam/4.07/share/apron/lib -o t1pMPQ -oc t1pMPQ_caml t1p.cmo -lt1pMPQ -lapron -lgmpxx -lgmp -lmpfr -lm - cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG -I../apron -I../num -I../itv -I/home/opam/.opam/4.07/lib/gmp -I../mlapronidl -I/home/opam/.opam/4.07/lib/camlidl -I/home/opam/.opam/4.07/lib/ocaml -DNUM_MPQ -c -o t1p_caml_debug.o t1p_caml.c - /home/opam/.opam/4.07/bin/ocamlmklib -dllpath /home/opam/.opam/4.07/share/apron/lib -L/home/opam/.opam/4.07/share/apron/lib -o t1pMPQ_caml_debug t1p_caml_debug.o -L. -lt1pMPQ_debug -L../apron -L../box -L../newpolka -lapron_debug -lgmpxx -lgmp -lmpfr -lm - /home/opam/.opam/4.07/bin/ocamlopt.opt -inline 20 -I /home/opam/.opam/4.07/lib/gmp -I ../mlapronidl -c t1p.ml - /home/opam/.opam/4.07/bin/ocamlmklib -dllpath /home/opam/.opam/4.07/share/apron/lib -L/home/opam/.opam/4.07/share/apron/lib -o t1pMPQ -oc t1pMPQ_caml t1p.cmx -lt1pMPQ -lapron -lgmpxx -lgmp -lmpfr -lm - /home/opam/.opam/4.07/bin/ocamlmklib -dllpath /home/opam/.opam/4.07/share/apron/lib -L/home/opam/.opam/4.07/share/apron/lib -o t1pD_caml t1p_caml.o -L. -lt1pD -L../apron -L../box -L../newpolka -lapron -lgmpxx -lgmp -lmpfr -lm - /home/opam/.opam/4.07/bin/ocamlmklib -dllpath /home/opam/.opam/4.07/share/apron/lib -L/home/opam/.opam/4.07/share/apron/lib -o t1pD -oc t1pD_caml t1p.cmo -lt1pD -lapron -lgmpxx -lgmp -lmpfr -lm - /home/opam/.opam/4.07/bin/ocamlmklib -dllpath /home/opam/.opam/4.07/share/apron/lib -L/home/opam/.opam/4.07/share/apron/lib -o t1pD_caml_debug t1p_caml_debug.o -L. -lt1pD_debug -L../apron -L../box -L../newpolka -lapron_debug -lgmpxx -lgmp -lmpfr -lm - /home/opam/.opam/4.07/bin/ocamlmklib -dllpath /home/opam/.opam/4.07/share/apron/lib -L/home/opam/.opam/4.07/share/apron/lib -o t1pD -oc t1pD_caml t1p.cmx -lt1pD -lapron -lgmpxx -lgmp -lmpfr -lm - /home/opam/.opam/4.07/bin/ocamlmklib -dllpath /home/opam/.opam/4.07/share/apron/lib -L/home/opam/.opam/4.07/share/apron/lib -o t1pMPFR_caml t1p_caml.o -L. -lt1pMPFR -L../apron -L../box -L../newpolka -lapron -lgmpxx -lgmp -lmpfr -lm - /home/opam/.opam/4.07/bin/ocamlmklib -dllpath /home/opam/.opam/4.07/share/apron/lib -L/home/opam/.opam/4.07/share/apron/lib -o t1pMPFR -oc t1pMPFR_caml t1p.cmo -lt1pMPFR -lapron -lgmpxx -lgmp -lmpfr -lm - /home/opam/.opam/4.07/bin/ocamlmklib -dllpath /home/opam/.opam/4.07/share/apron/lib -L/home/opam/.opam/4.07/share/apron/lib -o t1pMPFR_caml_debug t1p_caml_debug.o -L. -lt1pMPFR_debug -L../apron -L../box -L../newpolka -lapron_debug -lgmpxx -lgmp -lmpfr -lm - /home/opam/.opam/4.07/bin/ocamlmklib -dllpath /home/opam/.opam/4.07/share/apron/lib -L/home/opam/.opam/4.07/share/apron/lib -o t1pMPFR -oc t1pMPFR_caml t1p.cmx -lt1pMPFR -lapron -lgmpxx -lgmp -lmpfr -lm - make[1]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/apron.20150930/taylor1plus' - (cd apronxx; make) - make[1]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/apron.20150930/apronxx' - c++ -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -I../apron -I../num -I../itv -I../box -I../newpolka -I../octagons -I../taylor1plus -c -o apronxx.o apronxx.cc - /usr/bin/ar rcs libapronxx.a apronxx.o - /usr/bin/ranlib libapronxx.a - c++ -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -I../apron -I../num -I../itv -I../box -I../newpolka -I../octagons -I../taylor1plus -c -o apronxx_debug.o apronxx.cc - /usr/bin/ar rcs libapronxx_debug.a apronxx_debug.o - /usr/bin/ranlib libapronxx_debug.a - c++ -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -I../apron -I../num -I../itv -I../box -I../newpolka -I../octagons -I../taylor1plus -c -o apronxx_test_debug.o apronxx_test.cc - apronxx_test.cc:23:5: warning: "HAS_PPL" is not defined, evaluates to 0 [-Wundef] - 23 | #if HAS_PPL - | ^~~~~~~ - apronxx_test.cc:2825:5: warning: "HAS_PPL" is not defined, evaluates to 0 [-Wundef] - 2825 | #if HAS_PPL - | ^~~~~~~ - apronxx_test.cc:2887:5: warning: "HAS_PPL" is not defined, evaluates to 0 [-Wundef] - 2887 | #if HAS_PPL - | ^~~~~~~ - apronxx_test.cc: In function 'void test_coeff()': - apronxx_test.cc:294:64: warning: catching polymorphic type 'class apron::bad_discriminant' by value [-Wcatch-value=] - 294 | try { x.get_interval(); assert(0); } catch (bad_discriminant b) {} - | ^ - apronxx_test.cc:298:62: warning: catching polymorphic type 'class apron::bad_discriminant' by value [-Wcatch-value=] - 298 | try { x.get_scalar(); assert(0); } catch (bad_discriminant b) {} - | ^ - apronxx_test.cc: In function 'void test_environment()': - apronxx_test.cc:1267:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation] - 1267 | for (size_t i=0;i<2;i++) cout << vd[i]; cout << endl; - | ^~~ - apronxx_test.cc:1267:43: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' - 1267 | for (size_t i=0;i<2;i++) cout << vd[i]; cout << endl; - | ^~~~ - apronxx_test.cc:1273:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation] - 1273 | for (size_t i=0;i<2;i++) cout << ad[i]; cout << endl; - | ^~~ - apronxx_test.cc:1273:43: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' - 1273 | for (size_t i=0;i<2;i++) cout << ad[i]; cout << endl; - | ^~~~ - apronxx_test.cc:1287:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation] - 1287 | for (size_t i=0;i<vv.size();i++) cout << vv[i] << " "; cout << endl << endl; - | ^~~ - apronxx_test.cc:1287:58: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' - 1287 | for (size_t i=0;i<vv.size();i++) cout << vv[i] << " "; cout << endl << endl; - | ^~~~ - apronxx_test.cc: In function 'void test_tcons1_array()': - apronxx_test.cc:1826:61: warning: catching polymorphic type 'class std::out_of_range' by value [-Wcatch-value=] - 1826 | try { t.set(3,t.get(1)); assert(0); } catch (out_of_range c) {} - | ^ - c++ -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -o apronxx_test apronxx_test_debug.o -L../apron -lapron_debug -lgmp -lgmpxx -lmpfr -lm -L../newpolka -lpolkaMPQ_debug -L../octagons -loctMPQ_debug -L../box -lboxMPQ_debug -L../taylor1plus -lt1pMPQ_debug -L. -lapronxx_debug - c++ -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -shared -o libapronxx.so apronxx.o -L../apron -lapron -lgmp -lgmpxx -lmpfr -lm - c++ -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -shared -o libapronxx_debug.so apronxx_debug.o -L../apron -lapron_debug -lgmp -lgmpxx -lmpfr -lm - make[1]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/apron.20150930/apronxx' -> compiled apron.20150930 Processing 24/24: [apron: make install] + /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install" (CWD=/home/opam/.opam/4.07/.opam-switch/build/apron.20150930) - (cd num; make all) - make[1]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/apron.20150930/num' - make[1]: Nothing to be done for 'all'. - make[1]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/apron.20150930/num' - (cd itv; make all) - make[1]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/apron.20150930/itv' - make[1]: Nothing to be done for 'all'. - make[1]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/apron.20150930/itv' - (cd apron; make all) - make[1]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/apron.20150930/apron' - make[1]: Nothing to be done for 'all'. - make[1]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/apron.20150930/apron' - (cd newpolka; make all) - make[1]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/apron.20150930/newpolka' - make[1]: Nothing to be done for 'all'. - make[1]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/apron.20150930/newpolka' - (cd box; make all) - make[1]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/apron.20150930/box' - make[1]: Nothing to be done for 'all'. - make[1]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/apron.20150930/box' - (cd octagons; make MPQ D) - make[1]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/apron.20150930/octagons' - make[1]: Nothing to be done for 'MPQ'. - make[1]: Nothing to be done for 'D'. - make[1]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/apron.20150930/octagons' - (cd taylor1plus; make all) - make[1]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/apron.20150930/taylor1plus' - make[1]: Nothing to be done for 'all'. - make[1]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/apron.20150930/taylor1plus' - (cd mlapronidl; make INCLUDE_DEPEND=no depend; make all) - make[1]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/apron.20150930/mlapronidl' - /home/opam/.opam/4.07/bin/ocamldep scalar.ml interval.ml coeff.ml dim.ml linexpr0.ml lincons0.ml generator0.ml texpr0.ml tcons0.ml manager.ml abstract0.ml var.ml environment.ml linexpr1.ml lincons1.ml generator1.ml texpr1.ml tcons1.ml abstract1.ml policy.ml disjunction.ml apron_parser.ml apron_lexer.ml parser.ml scalar.mli interval.mli coeff.mli dim.mli linexpr0.mli lincons0.mli generator0.mli texpr0.mli tcons0.mli manager.mli abstract0.mli var.mli environment.mli linexpr1.mli lincons1.mli generator1.mli texpr1.mli tcons1.mli abstract1.mli policy.mli disjunction.mli apron_parser.mli apron_lexer.mli parser.mli > depend - make[1]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/apron.20150930/mlapronidl' - make[1]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/apron.20150930/mlapronidl' - make[1]: Nothing to be done for 'all'. - make[1]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/apron.20150930/mlapronidl' - (cd newpolka; make ml) - make[1]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/apron.20150930/newpolka' - make[1]: Nothing to be done for 'ml'. - make[1]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/apron.20150930/newpolka' - (cd box; make ml) - make[1]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/apron.20150930/box' - make[1]: Nothing to be done for 'ml'. - make[1]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/apron.20150930/box' - (cd octagons; make mlMPQ mlD) - make[1]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/apron.20150930/octagons' - make[1]: Nothing to be done for 'mlMPQ'. - make[1]: Nothing to be done for 'mlD'. - make[1]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/apron.20150930/octagons' - (cd taylor1plus; make ml) - make[1]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/apron.20150930/taylor1plus' - make[1]: Nothing to be done for 'ml'. - make[1]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/apron.20150930/taylor1plus' - (cd apronxx; make) - make[1]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/apron.20150930/apronxx' - make[1]: Nothing to be done for 'all'. - make[1]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/apron.20150930/apronxx' - /bin/sed -e "s!@VERSION@!20150930!g;" mlapronidl/META.in > mlapronidl/META; - (cd num; make install) - make[1]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/apron.20150930/num' - mkdir -p /home/opam/.opam/4.07/share/apron/include - cp num_config.h num.h num_numint.h num_numrat.h num_numflt.h numint.h numint_native.h numint_mpz.h numrat.h numrat_native.h numrat_mpq.h numflt.h numflt_native.h numflt_mpfr.h num_name.h bound.h bound_def.h /home/opam/.opam/4.07/share/apron/include - make[1]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/apron.20150930/num' - (cd itv; make install) - make[1]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/apron.20150930/itv' - /usr/bin/ar rcs libitvIl.a itvIl.o itv_linexprIl.o itv_linearizeIl.o - /usr/bin/ranlib libitvIl.a - /usr/bin/ar rcs libitvIl_debug.a itvIl_debug.o itv_linexprIl_debug.o itv_linearizeIl_debug.o - /usr/bin/ranlib libitvIl_debug.a - /usr/bin/ar rcs libitvIll.a itvIll.o itv_linexprIll.o itv_linearizeIll.o - /usr/bin/ranlib libitvIll.a - /usr/bin/ar rcs libitvIll_debug.a itvIll_debug.o itv_linexprIll_debug.o itv_linearizeIll_debug.o - /usr/bin/ranlib libitvIll_debug.a - /usr/bin/ar rcs libitvRl.a itvRl.o itv_linexprRl.o itv_linearizeRl.o - /usr/bin/ranlib libitvRl.a - /usr/bin/ar rcs libitvRl_debug.a itvRl_debug.o itv_linexprRl_debug.o itv_linearizeRl_debug.o - /usr/bin/ranlib libitvRl_debug.a - /usr/bin/ar rcs libitvMPZ.a itvMPZ.o itv_linexprMPZ.o itv_linearizeMPZ.o - /usr/bin/ranlib libitvMPZ.a - /usr/bin/ar rcs libitvMPZ_debug.a itvMPZ_debug.o itv_linexprMPZ_debug.o itv_linearizeMPZ_debug.o - /usr/bin/ranlib libitvMPZ_debug.a - /usr/bin/ar rcs libitvDl.a itvDl.o itv_linexprDl.o itv_linearizeDl.o - /usr/bin/ranlib libitvDl.a - /usr/bin/ar rcs libitvDl_debug.a itvDl_debug.o itv_linexprDl_debug.o itv_linearizeDl_debug.o - /usr/bin/ranlib libitvDl_debug.a - /usr/bin/install -d /home/opam/.opam/4.07/share/apron/include /home/opam/.opam/4.07/share/apron/lib - /usr/bin/install itv.h itv_fun.h itv_config.h itv_linexpr.h itv_linearize.h /home/opam/.opam/4.07/share/apron/include - for i in libitvIl.a libitvIl_debug.a libitvIll.a libitvIll_debug.a libitvRl.a libitvRl_debug.a libitvRll.a libitvRll_debug.a libitvMPZ.a libitvMPZ_debug.a libitvMPQ.a libitvMPQ_debug.a libitvD.a libitvD_debug.a libitvMPFR.a libitvMPFR_debug.a libitv.a libitv_debug.a libitvDl.a libitvDl_debug.a; do \ - if test -f $i; then /usr/bin/install $i /home/opam/.opam/4.07/share/apron/lib; fi; \ - done - make[1]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/apron.20150930/itv' - (cd apron; make install) - make[1]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/apron.20150930/apron' - mkdir -p /home/opam/.opam/4.07/share/apron/include - cp ap_config.h ap_scalar.h ap_interval.h ap_coeff.h ap_dimension.h ap_linexpr0.h ap_lincons0.h ap_generator0.h ap_texpr0.h ap_tcons0.h ap_expr0.h ap_manager.h ap_abstract0.h ap_policy.h ap_generic.h ap_var.h ap_environment.h ap_linexpr1.h ap_lincons1.h ap_generator1.h ap_texpr1.h ap_tcons1.h ap_expr1.h ap_abstract1.h ap_global0.h ap_global1.h ap_linearize.h ap_linearize_aux.h ap_reducedproduct.h ap_disjunction.h /home/opam/.opam/4.07/share/apron/include - mkdir -p /home/opam/.opam/4.07/share/apron/lib - for i in libapron.a libapron_debug.a libapron.so libapron_debug.so; do if test -f $i; then /usr/bin/install $i /home/opam/.opam/4.07/share/apron/lib; fi; done - make[1]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/apron.20150930/apron' - (cd newpolka; make install) - make[1]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/apron.20150930/newpolka' - /usr/bin/install -d /home/opam/.opam/4.07/share/apron/include /home/opam/.opam/4.07/share/apron/lib - /usr/bin/install pk.h pkeq.h /home/opam/.opam/4.07/share/apron/include - for i in libpolkaMPQ.a libpolkaMPQ_debug.a libpolkaRll.a libpolkaRll_debug.a libpolkaMPQ.so libpolkaMPQ_debug.so libpolkaRll.so libpolkaRll_debug.so; do \ - if test -f $i; then /usr/bin/install $i /home/opam/.opam/4.07/share/apron/lib; fi; \ - done - make[1]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/apron.20150930/newpolka' - (cd box; make install) - make[1]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/apron.20150930/box' - /usr/bin/install -d /home/opam/.opam/4.07/share/apron/include /home/opam/.opam/4.07/share/apron/lib - /usr/bin/install box.h /home/opam/.opam/4.07/share/apron/include - for i in libboxMPQ.a libboxD.a libboxMPFR.a libboxMPQ_debug.a libboxD_debug.a libboxMPFR_debug.a libboxMPQ.so libboxD.so libboxMPFR.so libboxMPQ_debug.so libboxD_debug.so libboxMPFR_debug.so; do \ - if test -f $i; then /usr/bin/install $i /home/opam/.opam/4.07/share/apron/lib; fi; \ - done - make[1]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/apron.20150930/box' - (cd octagons; make install) - make[1]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/apron.20150930/octagons' - /usr/bin/install -d /home/opam/.opam/4.07/share/apron/include /home/opam/.opam/4.07/share/apron/include/oct /home/opam/.opam/4.07/share/apron/lib /home/opam/.opam/4.07/share/apron/bin - /usr/bin/install oct.h /home/opam/.opam/4.07/share/apron/include - /usr/bin/install oct_internal.h oct_fun.h /home/opam/.opam/4.07/share/apron/include/oct - for i in octtest* octtop* octrun*; do \ - if test -f $i; then /usr/bin/install $i /home/opam/.opam/4.07/share/apron/bin; fi; \ - done - for i in liboct*.* liboct*_debug.*; do \ - if test -f $i; then /usr/bin/install $i /home/opam/.opam/4.07/share/apron/lib; fi; \ - done - make[1]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/apron.20150930/octagons' - (cd taylor1plus; make install) - make[1]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/apron.20150930/taylor1plus' - /usr/bin/install -d /home/opam/.opam/4.07/share/apron/include /home/opam/.opam/4.07/share/apron/lib - /usr/bin/install t1p.h /home/opam/.opam/4.07/share/apron/include - for i in libt1pMPQ.a libt1pD.a libt1pMPFR.a libt1pMPQ_debug.a libt1pD_debug.a libt1pMPFR_debug.a libt1pMPQ.so libt1pD.so libt1pMPFR.so libt1pMPQ_debug.so libt1pD_debug.so libt1pMPFR_debug.so; do \ - if test -f $i; then /usr/bin/install $i /home/opam/.opam/4.07/share/apron/lib; fi; \ - done - make[1]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/apron.20150930/taylor1plus' - /home/opam/.opam/4.07/bin/ocamlfind remove apron - ocamlfind: [WARNING] No such file: /home/opam/.opam/4.07/lib/apron/META - /home/opam/.opam/4.07/bin/ocamlfind install apron mlapronidl/META mlapronidl/apron.cmi mlapronidl/apron.cmx mlapronidl/apron.cma mlapronidl/apron.cmxa mlapronidl/apron.a mlapronidl/libapron_caml.a mlapronidl/libapron_caml_debug.a mlapronidl/dllapron_caml.so box/box.mli box/box.cmi box/box.cmx box/boxD.cma box/boxD.cmxa box/boxD.a box/libboxD_caml.a box/libboxD_caml_debug.a box/dllboxD_caml.so box/boxMPQ.cma box/boxMPQ.cmxa box/boxMPQ.a box/libboxMPQ_caml.a box/libboxMPQ_caml_debug.a box/dllboxMPQ_caml.so box/boxMPFR.cma box/boxMPFR.cmxa box/boxMPFR.a box/libboxMPFR_caml.a box/libboxMPFR_caml_debug.a box/dllboxMPFR_caml.so octagons/oct.mli octagons/oct.cmi octagons/oct.cmx octagons/octD.cma octagons/octD.cmxa octagons/octD.a octagons/liboctD_caml.a octagons/liboctD_caml_debug.a octagons/dlloctD_caml.so octagons/octMPQ.cma octagons/octMPQ.cmxa octagons/octMPQ.a octagons/liboctMPQ_caml.a octagons/liboctMPQ_caml_debug.a octagons/dlloctMPQ_caml.so newpolka/polka.mli newpolka/polka.cmi newpolka/polka.cmx newpolka/polkaMPQ.cma newpolka/polkaMPQ.cmxa newpolka/polkaMPQ.a newpolka/libpolkaMPQ_caml.a newpolka/libpolkaMPQ_caml_debug.a newpolka/dllpolkaMPQ_caml.so newpolka/polkaRll.cma newpolka/polkaRll.cmxa newpolka/polkaRll.a newpolka/libpolkaRll_caml.a newpolka/libpolkaRll_caml_debug.a newpolka/dllpolkaRll_caml.so taylor1plus/t1p.mli taylor1plus/t1p.cmi taylor1plus/t1p.cmx taylor1plus/t1pD.cma taylor1plus/t1pD.cmxa taylor1plus/t1pD.a taylor1plus/libt1pD_caml.a taylor1plus/libt1pD_caml_debug.a taylor1plus/dllt1pD_caml.so taylor1plus/t1pMPQ.cma taylor1plus/t1pMPQ.cmxa taylor1plus/t1pMPQ.a taylor1plus/libt1pMPQ_caml.a taylor1plus/libt1pMPQ_caml_debug.a taylor1plus/dllt1pMPQ_caml.so taylor1plus/t1pMPFR.cma taylor1plus/t1pMPFR.cmxa taylor1plus/t1pMPFR.a taylor1plus/libt1pMPFR_caml.a taylor1plus/libt1pMPFR_caml_debug.a taylor1plus/dllt1pMPFR_caml.so mlapronidl/scalar.idl mlapronidl/interval.idl mlapronidl/coeff.idl mlapronidl/dim.idl mlapronidl/linexpr0.idl mlapronidl/lincons0.idl mlapronidl/generator0.idl mlapronidl/texpr0.idl mlapronidl/tcons0.idl mlapronidl/manager.idl mlapronidl/abstract0.idl mlapronidl/var.idl mlapronidl/environment.idl mlapronidl/linexpr1.idl mlapronidl/lincons1.idl mlapronidl/generator1.idl mlapronidl/texpr1.idl mlapronidl/tcons1.idl mlapronidl/abstract1.idl mlapronidl/policy.idl mlapronidl/disjunction.idl mlapronidl/apron_caml.h mlapronidl/apron_ocamldoc.mli \ - mlapronidl/apron.d.cmxa mlapronidl/apron.d.a \ - newpolka/polkaMPQ.d.cmxa newpolka/polkaMPQ.d.a \ - newpolka/polkaRll.d.cmxa newpolka/polkaRll.d.a - Installed /home/opam/.opam/4.07/lib/apron/polkaRll.d.a - Installed /home/opam/.opam/4.07/lib/apron/polkaRll.d.cmxa - Installed /home/opam/.opam/4.07/lib/apron/polkaMPQ.d.a - Installed /home/opam/.opam/4.07/lib/apron/polkaMPQ.d.cmxa - Installed /home/opam/.opam/4.07/lib/apron/apron.d.a - Installed /home/opam/.opam/4.07/lib/apron/apron.d.cmxa - Installed /home/opam/.opam/4.07/lib/apron/apron_ocamldoc.mli - Installed /home/opam/.opam/4.07/lib/apron/apron_caml.h - Installed /home/opam/.opam/4.07/lib/apron/disjunction.idl - Installed /home/opam/.opam/4.07/lib/apron/policy.idl - Installed /home/opam/.opam/4.07/lib/apron/abstract1.idl - Installed /home/opam/.opam/4.07/lib/apron/tcons1.idl - Installed /home/opam/.opam/4.07/lib/apron/texpr1.idl - Installed /home/opam/.opam/4.07/lib/apron/generator1.idl - Installed /home/opam/.opam/4.07/lib/apron/lincons1.idl - Installed /home/opam/.opam/4.07/lib/apron/linexpr1.idl - Installed /home/opam/.opam/4.07/lib/apron/environment.idl - Installed /home/opam/.opam/4.07/lib/apron/var.idl - Installed /home/opam/.opam/4.07/lib/apron/abstract0.idl - Installed /home/opam/.opam/4.07/lib/apron/manager.idl - Installed /home/opam/.opam/4.07/lib/apron/tcons0.idl - Installed /home/opam/.opam/4.07/lib/apron/texpr0.idl - Installed /home/opam/.opam/4.07/lib/apron/generator0.idl - Installed /home/opam/.opam/4.07/lib/apron/lincons0.idl - Installed /home/opam/.opam/4.07/lib/apron/linexpr0.idl - Installed /home/opam/.opam/4.07/lib/apron/dim.idl - Installed /home/opam/.opam/4.07/lib/apron/coeff.idl - Installed /home/opam/.opam/4.07/lib/apron/interval.idl - Installed /home/opam/.opam/4.07/lib/apron/scalar.idl - Installed /home/opam/.opam/4.07/lib/apron/libt1pMPFR_caml_debug.a - Installed /home/opam/.opam/4.07/lib/apron/libt1pMPFR_caml.a - Installed /home/opam/.opam/4.07/lib/apron/t1pMPFR.a - Installed /home/opam/.opam/4.07/lib/apron/t1pMPFR.cmxa - Installed /home/opam/.opam/4.07/lib/apron/t1pMPFR.cma - Installed /home/opam/.opam/4.07/lib/apron/libt1pMPQ_caml_debug.a - Installed /home/opam/.opam/4.07/lib/apron/libt1pMPQ_caml.a - Installed /home/opam/.opam/4.07/lib/apron/t1pMPQ.a - Installed /home/opam/.opam/4.07/lib/apron/t1pMPQ.cmxa - Installed /home/opam/.opam/4.07/lib/apron/t1pMPQ.cma - Installed /home/opam/.opam/4.07/lib/apron/libt1pD_caml_debug.a - Installed /home/opam/.opam/4.07/lib/apron/libt1pD_caml.a - Installed /home/opam/.opam/4.07/lib/apron/t1pD.a - Installed /home/opam/.opam/4.07/lib/apron/t1pD.cmxa - Installed /home/opam/.opam/4.07/lib/apron/t1pD.cma - Installed /home/opam/.opam/4.07/lib/apron/t1p.cmx - Installed /home/opam/.opam/4.07/lib/apron/t1p.cmi - Installed /home/opam/.opam/4.07/lib/apron/t1p.mli - Installed /home/opam/.opam/4.07/lib/apron/libpolkaRll_caml_debug.a - Installed /home/opam/.opam/4.07/lib/apron/libpolkaRll_caml.a - Installed /home/opam/.opam/4.07/lib/apron/polkaRll.a - Installed /home/opam/.opam/4.07/lib/apron/polkaRll.cmxa - Installed /home/opam/.opam/4.07/lib/apron/polkaRll.cma - Installed /home/opam/.opam/4.07/lib/apron/libpolkaMPQ_caml_debug.a - Installed /home/opam/.opam/4.07/lib/apron/libpolkaMPQ_caml.a - Installed /home/opam/.opam/4.07/lib/apron/polkaMPQ.a - Installed /home/opam/.opam/4.07/lib/apron/polkaMPQ.cmxa - Installed /home/opam/.opam/4.07/lib/apron/polkaMPQ.cma - Installed /home/opam/.opam/4.07/lib/apron/polka.cmx - Installed /home/opam/.opam/4.07/lib/apron/polka.cmi - Installed /home/opam/.opam/4.07/lib/apron/polka.mli - Installed /home/opam/.opam/4.07/lib/apron/liboctMPQ_caml_debug.a - Installed /home/opam/.opam/4.07/lib/apron/liboctMPQ_caml.a - Installed /home/opam/.opam/4.07/lib/apron/octMPQ.a - Installed /home/opam/.opam/4.07/lib/apron/octMPQ.cmxa - Installed /home/opam/.opam/4.07/lib/apron/octMPQ.cma - Installed /home/opam/.opam/4.07/lib/apron/liboctD_caml_debug.a - Installed /home/opam/.opam/4.07/lib/apron/liboctD_caml.a - Installed /home/opam/.opam/4.07/lib/apron/octD.a - Installed /home/opam/.opam/4.07/lib/apron/octD.cmxa - Installed /home/opam/.opam/4.07/lib/apron/octD.cma - Installed /home/opam/.opam/4.07/lib/apron/oct.cmx - Installed /home/opam/.opam/4.07/lib/apron/oct.cmi - Installed /home/opam/.opam/4.07/lib/apron/oct.mli - Installed /home/opam/.opam/4.07/lib/apron/libboxMPFR_caml_debug.a - Installed /home/opam/.opam/4.07/lib/apron/libboxMPFR_caml.a - Installed /home/opam/.opam/4.07/lib/apron/boxMPFR.a - Installed /home/opam/.opam/4.07/lib/apron/boxMPFR.cmxa - Installed /home/opam/.opam/4.07/lib/apron/boxMPFR.cma - Installed /home/opam/.opam/4.07/lib/apron/libboxMPQ_caml_debug.a - Installed /home/opam/.opam/4.07/lib/apron/libboxMPQ_caml.a - Installed /home/opam/.opam/4.07/lib/apron/boxMPQ.a - Installed /home/opam/.opam/4.07/lib/apron/boxMPQ.cmxa - Installed /home/opam/.opam/4.07/lib/apron/boxMPQ.cma - Installed /home/opam/.opam/4.07/lib/apron/libboxD_caml_debug.a - Installed /home/opam/.opam/4.07/lib/apron/libboxD_caml.a - Installed /home/opam/.opam/4.07/lib/apron/boxD.a - Installed /home/opam/.opam/4.07/lib/apron/boxD.cmxa - Installed /home/opam/.opam/4.07/lib/apron/boxD.cma - Installed /home/opam/.opam/4.07/lib/apron/box.cmx - Installed /home/opam/.opam/4.07/lib/apron/box.cmi - Installed /home/opam/.opam/4.07/lib/apron/box.mli - Installed /home/opam/.opam/4.07/lib/apron/libapron_caml_debug.a - Installed /home/opam/.opam/4.07/lib/apron/libapron_caml.a - Installed /home/opam/.opam/4.07/lib/apron/apron.a - Installed /home/opam/.opam/4.07/lib/apron/apron.cmxa - Installed /home/opam/.opam/4.07/lib/apron/apron.cma - Installed /home/opam/.opam/4.07/lib/apron/apron.cmx - Installed /home/opam/.opam/4.07/lib/apron/apron.cmi - Installed /home/opam/.opam/4.07/lib/stublibs/dllt1pMPFR_caml.so - Installed /home/opam/.opam/4.07/lib/stublibs/dllt1pMPFR_caml.so.owner - Installed /home/opam/.opam/4.07/lib/stublibs/dllt1pMPQ_caml.so - Installed /home/opam/.opam/4.07/lib/stublibs/dllt1pMPQ_caml.so.owner - Installed /home/opam/.opam/4.07/lib/stublibs/dllt1pD_caml.so - Installed /home/opam/.opam/4.07/lib/stublibs/dllt1pD_caml.so.owner - Installed /home/opam/.opam/4.07/lib/stublibs/dllpolkaRll_caml.so - Installed /home/opam/.opam/4.07/lib/stublibs/dllpolkaRll_caml.so.owner - Installed /home/opam/.opam/4.07/lib/stublibs/dllpolkaMPQ_caml.so - Installed /home/opam/.opam/4.07/lib/stublibs/dllpolkaMPQ_caml.so.owner - Installed /home/opam/.opam/4.07/lib/stublibs/dlloctMPQ_caml.so - Installed /home/opam/.opam/4.07/lib/stublibs/dlloctMPQ_caml.so.owner - Installed /home/opam/.opam/4.07/lib/stublibs/dlloctD_caml.so - Installed /home/opam/.opam/4.07/lib/stublibs/dlloctD_caml.so.owner - Installed /home/opam/.opam/4.07/lib/stublibs/dllboxMPFR_caml.so - Installed /home/opam/.opam/4.07/lib/stublibs/dllboxMPFR_caml.so.owner - Installed /home/opam/.opam/4.07/lib/stublibs/dllboxMPQ_caml.so - Installed /home/opam/.opam/4.07/lib/stublibs/dllboxMPQ_caml.so.owner - Installed /home/opam/.opam/4.07/lib/stublibs/dllboxD_caml.so - Installed /home/opam/.opam/4.07/lib/stublibs/dllboxD_caml.so.owner - Installed /home/opam/.opam/4.07/lib/stublibs/dllapron_caml.so - Installed /home/opam/.opam/4.07/lib/stublibs/dllapron_caml.so.owner - ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/4.07/lib/stublibs is not mentioned in ld.conf - Installed /home/opam/.opam/4.07/lib/apron/META - (cd apronxx; make install) - make[1]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/apron.20150930/apronxx' - /usr/bin/install -d /home/opam/.opam/4.07/share/apron/include /home/opam/.opam/4.07/share/apron/include/apronxx /home/opam/.opam/4.07/share/apron/lib - /usr/bin/install apronxx.hh apxx_generator1.hh apxx_polka_inline.hh apxx_abstract0.hh apxx_generator1_inline.hh apxx_ppl.hh apxx_abstract0_inline.hh apxx_interval.hh apxx_ppl_inline.hh apxx_abstract1.hh apxx_interval_inline.hh apxx_ppl_product.hh apxx_abstract1_inline.hh apxx_lincons0.hh apxx_ppl_product_inline.hh apxx_box.hh apxx_lincons0_inline.hh apxx_scalar.hh apxx_box_inline.hh apxx_lincons1.hh apxx_scalar_inline.hh apxx_coeff.hh apxx_lincons1_inline.hh apxx_tcons0.hh apxx_coeff_inline.hh apxx_linexpr0.hh apxx_tcons0_inline.hh apxx_dimension.hh apxx_linexpr0_inline.hh apxx_tcons1.hh apxx_dimension_inline.hh apxx_linexpr1.hh apxx_tcons1_inline.hh apxx_environment.hh apxx_linexpr1_inline.hh apxx_texpr0.hh apxx_environment_inline.hh apxx_manager.hh apxx_texpr0_inline.hh apxx_expr0.hh apxx_manager_inline.hh apxx_texpr1.hh apxx_expr1.hh apxx_oct.hh apxx_texpr1_inline.hh apxx_generator0.hh apxx_oct_inline.hh apxx_var.hh apxx_generator0_inline.hh apxx_polka.hh apxx_var_inline.hh apxx_t1p.hh apxx_t1p_inline.hh /home/opam/.opam/4.07/share/apron/include/apronxx - /usr/bin/install libapronxx.* libapronxx_debug.* /home/opam/.opam/4.07/share/apron/lib - make[1]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/apron.20150930/apronxx' -> installed apron.20150930 Done. # Run eval $(opam env) to update the current shell environment 2022-04-06 18:28.31 ---> saved as "f704045063ef1295367a10ba142dd4644c21ca3e08c01411a3979fa9722e4b6a" Job succeeded