Build of ppl with clang_glibc toolchain

The build took 00h 11m 45s and was SUCCESSFUL.

The program in this build is written in the following languages, according to sloccount:

SLOCLanguage
300,954 cpp
49,229 makefile
12,176 sh
6,373 perl
2,220 java
2,080 ansic
1,132 ml
80 sed
374,244 total

The process tree of the build process is here.

Log

To avoid scrolling, you may jump to the last line of the invocation of makepkg that was used to build this package.

Removed vanilla repositories from pacman.conf and added:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

CMD: pacman -Syy --noconfirm
# :: Synchronizing package databases...
# downloading tuscan.db...

Copied permanent toolchain into container-local sysroot
# /toolchain_root/sysroot --> /sysroot/sysroot
# /toolchain_root/lib --> /sysroot/lib
# /toolchain_root/sbin --> /sysroot/sbin
# /toolchain_root/lib64 --> /sysroot/lib64
# /toolchain_root/etc --> /sysroot/etc
# /toolchain_root/share --> /sysroot/share
# /toolchain_root/bin --> /sysroot/bin
# /toolchain_root/var --> /sysroot/var
# /toolchain_root/usr --> /sysroot/usr
# /toolchain_root/glibc-build --> /sysroot/glibc-build
# /toolchain_root/x86_64-pc-linux-gnu --> /sysroot/x86_64-pc-linux-gnu
# /toolchain_root/include --> /sysroot/include
# /toolchain_root/libexec --> /sysroot/libexec

CMD: sudo -u tuscan PATH=/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: ppl 1.2-1 (Thu Apr 13 17:38:52 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# checking build system type... x86_64-pc-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking whether make supports nested variables... yes
# checking whether UID '1000' is supported by ustar format... yes
# checking whether GID '1000' is supported by ustar format... yes
# checking how to create a ustar tar archive... gnutar
# checking for x86_64-unknown-linux-gcc... clang
# checking whether the C compiler works... yes
# checking for C compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... no
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether clang accepts -g... yes
# checking for clang option to accept ISO C89... none needed
# checking whether clang understands -c and -o together... yes
# checking for style of include used by make... GNU
# checking dependency style of clang... gcc3
# checking whether we are actually using the Intel C compiler... no
# checking whether we are actually using clang... yes
# checking whether we are actually using llvm-gcc... no
# checking whether we are using the GNU C++ compiler... yes
# checking whether clang++ accepts -g... yes
# checking dependency style of clang++... gcc3
# checking whether we are actually using the Intel C++ compiler... no
# checking whether we are actually using clang++... yes
# checking whether we are actually using llvm-g++... no
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for fgrep... /usr/bin/grep -F
# checking for egrep... /usr/bin/grep -E
# checking for a sed that does not truncate output... /usr/bin/sed
# checking how to run the C++ preprocessor... clang++ -E
# checking whether make sets $(MAKE)... (cached) yes
# checking whether to compile with debug info... yes
# checking whether to compile for profiling... no
# checking whether to compile for test coverage... no
# checking whether to enable checking of run-time assertions... no
# checking whether to enable even more run-time assertions... no
# checking whether to enable optimizations... standard
# checking for which architecture to optimize... default
# checking whether to use (a specific) floating point arithmetic... default
# configure: WARNING: CANNOT RELY ON DIRECTED ROUNDING:
# *** DISABLED ALL ABSTRACTIONS BASED ON MACHINE FLOATING-POINT NUMBERS.
# *** A compiler has been detected that does not provide support for
# *** -frounding-math (or any other option with the same semantics).
# *** Hence, we cannot rely on floating-point computations to happen
# *** in agreement with the rounding direction(s) used by the PPL.
# checking whether to use precompiled headers... no
# checking the type of integral values to use as coefficients... GMP mpz
# checking for an ANSI C-conforming const... yes
# checking for inline... inline
# checking how to run the C preprocessor... clang -E
# checking for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking whether byte ordering is bigendian... no
# checking for typeof syntax and keyword spelling... typeof
# checking size of char... 1
# checking size of short... 2
# checking size of int... 4
# checking size of long... 8
# checking size of long long... 8
# checking size of size_t... 8
# checking size of float... 4
# checking size of double... 8
# checking size of long double... 16
# checking size of int*... 8
# checking size of fp... 8
# checking for perl... /usr/bin/perl
# checking for library containing sqrt... none required
# checking whether the plain char type is signed... yes
# checking whether the C++ compiler provides proper long doubles... yes
# checking the binary format of C++ floats... IEEE754 Single Precision
# checking the binary format of C++ doubles... IEEE754 Double Precision
# checking the binary format of C++ long doubles... Intel Double-Extended
# checking whether std::floor(long double) is buggy... no
# checking whether the C++ compiler supports zero-length arrays... yes
# checking whether the IEEE inexact flag is supported in C++... no
# checking whether the C++ compiler supports __attribute__ ((weak))... yes
# checking fenv.h usability... yes
# checking fenv.h presence... yes
# checking for fenv.h... yes
# checking ieeefp.h usability... no
# checking ieeefp.h presence... no
# checking for ieeefp.h... no
# checking getopt.h usability... yes
# checking getopt.h presence... yes
# checking for getopt.h... yes
# checking signal.h usability... yes
# checking signal.h presence... yes
# checking for signal.h... yes
# checking for string.h... (cached) yes
# checking for strings.h... (cached) yes
# checking sys/resource.h usability... yes
# checking sys/resource.h presence... yes
# checking for sys/resource.h... yes
# checking sys/time.h usability... yes
# checking sys/time.h presence... yes
# checking for sys/time.h... yes
# checking for sys/types.h... (cached) yes
# checking for unistd.h... (cached) yes
# checking whether ffs is declared... yes
# checking whether getenv is declared... yes
# checking whether strtof is declared... yes
# checking whether strtod is declared... yes
# checking whether strtold is declared... yes
# checking whether strtoll is declared... yes
# checking whether strtoull is declared... yes
# checking whether fma is declared... yes
# checking whether fmaf is declared... yes
# checking whether fmal is declared... yes
# checking whether rintf is declared... yes
# checking whether rintl is declared... yes
# checking for int_fast16_t... yes
# checking for int_fast32_t... yes
# checking for int_fast64_t... yes
# checking for uint_fast16_t... yes
# checking for uint_fast32_t... yes
# checking for uint_fast64_t... yes
# checking for uintptr_t... yes
# checking how to print strings... printf
# checking for a sed that does not truncate output... (cached) /usr/bin/sed
# checking for ld used by clang... /usr/bin/ld
# checking if the linker (/usr/bin/ld) is GNU ld... yes
# checking for BSD- or MS-compatible name lister (nm)... no
# checking for x86_64-unknown-linux-dumpbin... no
# checking for x86_64-unknown-linux-link... no
# checking for dumpbin... no
# checking for link... link -dump
# checking the name lister (nm) interface... BSD nm
# checking whether ln -s works... yes
# checking the maximum length of command line arguments... 1572864
# checking whether the shell understands some XSI constructs... yes
# checking whether the shell understands "+="... yes
# checking how to convert x86_64-pc-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
# checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
# checking for /usr/bin/ld option to reload object files... -r
# checking for x86_64-unknown-linux-objdump... no
# checking for objdump... objdump
# checking how to recognize dependent libraries... pass_all
# checking for x86_64-unknown-linux-dlltool... no
# checking for dlltool... no
# checking how to associate runtime and link libraries... printf %s\n
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for archiver @FILE support... @
# checking for x86_64-unknown-linux-strip... strip
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking command to parse nm output from clang object... ok
# checking for sysroot... no
# checking for x86_64-unknown-linux-mt... no
# checking for mt... no
# checking if : is a manifest tool... no
# checking for dlfcn.h... yes
# checking for objdir... .libs
# checking if clang supports -fno-rtti -fno-exceptions... yes
# checking for clang option to produce PIC... -fPIC -DPIC
# checking if clang PIC flag -fPIC -DPIC works... yes
# checking if clang static flag -static works... yes
# checking if clang supports -c -o file.o... yes
# checking if clang supports -c -o file.o... (cached) yes
# checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking whether -lc should be explicitly linked in... no
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking for shl_load... no
# checking for shl_load in -ldld... no
# checking for dlopen... no
# checking for dlopen in -ldl... yes
# checking whether a program can dlopen itself... yes
# checking whether a statically linked program can dlopen itself... no
# checking whether stripping libraries is possible... yes
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... yes
# checking whether to build static libraries... yes
# checking how to run the C++ preprocessor... clang++ -E
# checking for ld used by clang++... /usr/bin/ld -m elf_x86_64
# checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
# checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking for clang++ option to produce PIC... -fPIC -DPIC
# checking if clang++ PIC flag -fPIC -DPIC works... yes
# checking if clang++ static flag -static works... yes
# checking if clang++ supports -c -o file.o... yes
# checking if clang++ supports -c -o file.o... (cached) yes
# checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking dynamic linker characteristics... (cached) GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# configure: creating ./config.lt
# config.lt: creating libtool
# checking for the GMP library version 4.1.3 or above... yes
# checking size of mp_limb_t... 8
# checking whether GMP has been compiled with support for exceptions... yes
# checking for __mpz_struct._mp_alloc... yes
# checking for __mpz_struct._mp_size... yes
# checking for __mpz_struct._mp_d... yes
# checking whether to build the ppl_lcdd program... yes
# checking whether to build the ppl_lpsol program... yes
# checking whether to build the ppl_pips program... yes
# checking whether to build the PPL documentation... yes
# checking which interfaces are enabled... cxx c
# checking for GNU M4 that supports accurate traces... /usr/bin/m4
# checking how m4 supports trace files... --debugfile
# checking which instantiations are enabled... Polyhedron@Grid@Rational_Box@BD_Shape@BD_Shape@Octagonal_Shape@Octagonal_Shape@Constraints_Product@Pointset_Powerset@Pointset_Powerset
# checking whether tests should be run under Valgrind... no
# checking whether `make check' does a thorough or quick check... quick
# checking for md5sum... md5sum
# checking for the text md5sum command... md5sum -t
# checking glpk.h usability... no
# checking glpk.h presence... no
# checking for glpk.h... no
# checking glpk/glpk.h usability... no
# checking glpk/glpk.h presence... no
# checking for glpk/glpk.h... no
# checking whether RLIMIT_DATA is declared... yes
# checking whether RLIMIT_RSS is declared... yes
# checking whether RLIMIT_VMEM is declared... no
# checking whether RLIMIT_AS is declared... yes
# checking whether getrusage is declared... yes
# checking whether setrlimit is declared... yes
# checking whether setitimer is declared... yes
# checking whether sigaction is declared... yes
# checking for timeval... yes
# checking for siginfo_t... yes
# checking whether we can limit memory in C++ using setrlimit()... no
# checking if the C++ compiler supports C++11 features... no
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating ppl.lsm
# config.status: creating src/Makefile
# config.status: creating src/version.hh
# config.status: creating src/ppl-config.cc
# config.status: creating tests/Makefile
# config.status: creating tests/BD_Shape/Makefile
# config.status: creating tests/Box/Makefile
# config.status: creating tests/Concrete_Expression/Makefile
# config.status: creating tests/CO_Tree/Makefile
# config.status: creating tests/Grid/Makefile
# config.status: creating tests/MIP_Problem/Makefile
# config.status: creating tests/Octagonal_Shape/Makefile
# config.status: creating tests/Partially_Reduced_Product/Makefile
# config.status: creating tests/PIP_Problem/Makefile
# config.status: creating tests/Polyhedron/Makefile
# config.status: creating tests/Powerset/Makefile
# config.status: creating tests/Watchdog/Makefile
# config.status: creating utils/Makefile
# config.status: creating m4/Makefile
# config.status: creating demos/Makefile
# config.status: creating demos/ppl_lcdd/Makefile
# config.status: creating demos/ppl_lcdd/examples/Makefile
# config.status: creating demos/ppl_lpsol/Makefile
# config.status: creating demos/ppl_lpsol/examples/Makefile
# config.status: creating demos/ppl_pips/Makefile
# config.status: creating demos/ppl_pips/examples/Makefile
# config.status: creating doc/Makefile
# config.status: creating doc/user.doxyconf-latex
# config.status: creating doc/devref.doxyconf-latex
# config.status: creating doc/user.doxyconf-html
# config.status: creating doc/devref.doxyconf-html
# config.status: creating doc/user-language-interface.doxyconf
# config.status: creating doc/devref-language-interface.doxyconf
# config.status: creating interfaces/Makefile
# config.status: creating interfaces/C/Makefile
# config.status: creating interfaces/C/ppl_c_version.h
# config.status: creating interfaces/C/tests/Makefile
# config.status: creating interfaces/Java/Makefile
# config.status: creating interfaces/Java/jni/Makefile
# config.status: creating interfaces/Java/tests/Makefile
# config.status: creating interfaces/Java/parma_polyhedra_library/Makefile
# config.status: creating interfaces/OCaml/Makefile
# config.status: creating interfaces/OCaml/tests/Makefile
# config.status: creating interfaces/Prolog/Makefile
# config.status: creating interfaces/Prolog/Ciao/Makefile
# config.status: creating interfaces/Prolog/GNU/Makefile
# config.status: creating interfaces/Prolog/SICStus/Makefile
# config.status: creating interfaces/Prolog/SWI/Makefile
# config.status: creating interfaces/Prolog/XSB/Makefile
# config.status: creating interfaces/Prolog/YAP/Makefile
# config.status: creating interfaces/Prolog/tests/Makefile
# config.status: creating config.h
# config.status: executing depfiles commands
# config.status: executing libtool commands
# make all-recursive
# make[1]: Entering directory '/tmp/ppl/src/ppl-1.2'
# Making all in .
# make[2]: Entering directory '/tmp/ppl/src/ppl-1.2'
# /usr/bin/sed -f ./ppl-config.sed config.h >ppl-config.h
# make[2]: Leaving directory '/tmp/ppl/src/ppl-1.2'
# Making all in utils
# make[2]: Entering directory '/tmp/ppl/src/ppl-1.2/utils'
# clang++ -DHAVE_CONFIG_H -I. -I.. -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT timings.o -MD -MP -MF .deps/timings.Tpo -c -o timings.o timings.cc
# In file included from timings.cc:24:
# ../ppl-config.h:196:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_ALLOC 1
# ^
# ../ppl-config.h:199:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_D 1
# ^
# ../ppl-config.h:202:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_SIZE 1
# ^
# ../ppl-config.h:401:11: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # define __STDC_LIMIT_MACROS 1
# ^
# 4 warnings generated.
# mv -f .deps/timings.Tpo .deps/timings.Po
# rm -f libppl_utils.a
# ar cru libppl_utils.a timings.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# ranlib libppl_utils.a
# /usr/bin/sed -e 's,[@]PERL[@],/usr/bin/perl,g' -e 's,[@]generated_automatically[@],Generated automatically: do not modify; modify the .in file instead.,g' < ./build_header.in > build_header
# chmod +x build_header
# /usr/bin/sed -e 's,[@]PERL[@],/usr/bin/perl,g' -e 's,[@]generated_automatically[@],Generated automatically: do not modify; modify the .in file instead.,g' < ./text2cxxarray.in > text2cxxarray
# chmod +x text2cxxarray
# make[2]: Leaving directory '/tmp/ppl/src/ppl-1.2/utils'
# Making all in src
# make[2]: Entering directory '/tmp/ppl/src/ppl-1.2/src'
# for file in namespaces.hh compiler.hh assertions.hh meta_programming.hh Slow_Copy.hh Has_Assign_Or_Swap.hh assign_or_swap.hh mp_std_bits_defs.hh mp_std_bits_inlines.hh Concrete_Expression_types.hh Concrete_Expression_defs.hh Concrete_Expression_inlines.hh Temp_defs.hh Temp_inlines.hh Temp_templates.hh Coefficient_traits_template.hh Checked_Number_types.hh termination_types.hh GMP_Integer_types.hh Coefficient_types.hh stdiobuf_types.hh c_streambuf_types.hh globals_types.hh iterator_to_const_types.hh distances_types.hh Interval_Info_types.hh Interval_types.hh Box_types.hh Constraint_types.hh Generator_types.hh Grid_Generator_types.hh Congruence_types.hh Init_types.hh Dense_Row_types.hh CO_Tree_types.hh Sparse_Row_types.hh Matrix_types.hh Swapping_Vector_types.hh Variable_types.hh Variables_Set_types.hh Linear_Expression_types.hh Expression_Adapter_types.hh Expression_Hide_Last_types.hh Expression_Hide_Inhomo_types.hh Linear_Expression_Impl_types.hh Linear_Expression_Interface_types.hh Linear_System_types.hh Linear_Form_types.hh Bit_Row_types.hh Bit_Matrix_types.hh Constraint_System_types.hh Generator_System_types.hh Grid_Generator_System_types.hh Congruence_System_types.hh Scalar_Products_types.hh PIP_Tree_types.hh PIP_Problem_types.hh Poly_Con_Relation_types.hh Poly_Gen_Relation_types.hh BHRZ03_Certificate_types.hh H79_Certificate_types.hh Grid_Certificate_types.hh Partial_Function_types.hh Polyhedron_types.hh C_Polyhedron_types.hh NNC_Polyhedron_types.hh Grid_types.hh Ptr_Iterator_types.hh DB_Row_types.hh DB_Matrix_types.hh BD_Shape_types.hh OR_Matrix_types.hh Octagonal_Shape_types.hh fpu_types.hh Float_defs.hh Float_inlines.hh Float_templates.hh C_Integer.hh fpu_defs.hh fpu-c99_inlines.hh fpu-ia32_inlines.hh fpu-none_inlines.hh fpu-sparc_inlines.hh Rounding_Dir_defs.hh Rounding_Dir_inlines.hh Result_defs.hh Result_inlines.hh Numeric_Format_defs.hh checked_defs.hh checked_inlines.hh checked_int_inlines.hh checked_float_inlines.hh checked_mpz_inlines.hh checked_mpq_inlines.hh checked_ext_inlines.hh Checked_Number_defs.hh Checked_Number_inlines.hh Checked_Number_templates.hh WRD_coefficient_types_defs.hh WRD_coefficient_types_inlines.hh checked_numeric_limits.hh GMP_Integer_defs.hh GMP_Integer_inlines.hh Coefficient_defs.hh Coefficient_inlines.hh stdiobuf_defs.hh stdiobuf_inlines.hh c_streambuf_defs.hh c_streambuf_inlines.hh globals_defs.hh globals_inlines.hh math_utilities_defs.hh math_utilities_inlines.hh iterator_to_const_defs.hh iterator_to_const_inlines.hh distances_defs.hh distances_inlines.hh Boundary_defs.hh intervals_defs.hh Interval_Info_defs.hh Interval_Info_inlines.hh Interval_defs.hh Interval_inlines.hh Interval_templates.hh Box_defs.hh Box_Status_inlines.hh Box_inlines.hh Box_templates.hh Integer_Interval.hh Rational_Interval.hh Rational_Box.hh Variable_defs.hh Variable_inlines.hh Variables_Set_defs.hh Variables_Set_inlines.hh Init_defs.hh Init_inlines.hh initializer.hh Topology_types.hh Dense_Row_defs.hh Dense_Row_inlines.hh Dense_Row_templates.hh CO_Tree_defs.hh CO_Tree_inlines.hh CO_Tree_templates.hh Sparse_Row_defs.hh Sparse_Row_inlines.hh Sparse_Row_templates.hh Bit_Row_defs.hh Bit_Row_inlines.hh Linear_System_defs.hh Linear_System_inlines.hh Linear_System_templates.hh Bit_Matrix_defs.hh Bit_Matrix_inlines.hh Constraint_System_defs.hh Generator_System_defs.hh Grid_Generator_System_defs.hh Congruence_System_defs.hh Linear_Expression_defs.hh Linear_Expression_inlines.hh Expression_Adapter_defs.hh Expression_Adapter_inlines.hh Expression_Hide_Last_defs.hh Expression_Hide_Last_inlines.hh Expression_Hide_Inhomo_defs.hh Expression_Hide_Inhomo_inlines.hh Linear_Expression_Impl_defs.hh Linear_Expression_Impl_inlines.hh Linear_Expression_Impl_templates.hh Linear_Expression_Interface_defs.hh Linear_Form_defs.hh Linear_Form_inlines.hh Linear_Form_templates.hh linearize.hh Constraint_defs.hh Constraint_inlines.hh Constraint_System_inlines.hh Generator_defs.hh Generator_inlines.hh Grid_Generator_defs.hh Grid_Generator_inlines.hh Congruence_defs.hh Congruence_inlines.hh Generator_System_inlines.hh Grid_Generator_System_inlines.hh Congruence_System_inlines.hh Scalar_Products_defs.hh Scalar_Products_inlines.hh Matrix_defs.hh Matrix_inlines.hh Matrix_templates.hh Swapping_Vector_defs.hh Swapping_Vector_inlines.hh MIP_Problem_types.hh MIP_Problem_defs.hh MIP_Problem_inlines.hh MIP_Problem_templates.hh PIP_Tree_types.hh PIP_Tree_defs.hh PIP_Tree_inlines.hh PIP_Problem_types.hh PIP_Problem_defs.hh PIP_Problem_inlines.hh PIP_Problem_templates.hh Poly_Con_Relation_defs.hh Poly_Con_Relation_inlines.hh Poly_Gen_Relation_defs.hh Poly_Gen_Relation_inlines.hh BHRZ03_Certificate_defs.hh BHRZ03_Certificate_inlines.hh H79_Certificate_defs.hh H79_Certificate_inlines.hh Grid_Certificate_defs.hh Grid_Certificate_inlines.hh Partial_Function_defs.hh Partial_Function_inlines.hh Polyhedron_defs.hh Ph_Status_inlines.hh Polyhedron_inlines.hh Polyhedron_chdims_templates.hh Polyhedron_conversion_templates.hh Polyhedron_minimize_templates.hh Polyhedron_simplify_templates.hh Polyhedron_templates.hh Grid_defs.hh Grid_Status_inlines.hh Grid_inlines.hh Grid_templates.hh C_Polyhedron_defs.hh C_Polyhedron_inlines.hh NNC_Polyhedron_defs.hh NNC_Polyhedron_inlines.hh Widening_Function_types.hh Widening_Function_defs.hh Widening_Function_inlines.hh Ptr_Iterator_defs.hh Ptr_Iterator_inlines.hh DB_Row_defs.hh DB_Row_inlines.hh DB_Row_templates.hh DB_Matrix_defs.hh DB_Matrix_inlines.hh DB_Matrix_templates.hh BD_Shape_defs.hh BDS_Status_inlines.hh BD_Shape_inlines.hh BD_Shape_templates.hh OR_Matrix_defs.hh OR_Matrix_inlines.hh OR_Matrix_templates.hh Octagonal_Shape_defs.hh Og_Status_inlines.hh Octagonal_Shape_inlines.hh Octagonal_Shape_templates.hh Determinate_types.hh Determinate_defs.hh Determinate_inlines.hh Powerset_types.hh Powerset_defs.hh Powerset_inlines.hh Powerset_templates.hh Pointset_Powerset_types.hh Pointset_Powerset_defs.hh Pointset_Powerset_inlines.hh Pointset_Powerset_templates.hh Partially_Reduced_Product_types.hh Partially_Reduced_Product_defs.hh Partially_Reduced_Product_inlines.hh Partially_Reduced_Product_templates.hh Weight_Profiler_defs.hh max_space_dimension.hh algorithms.hh termination_defs.hh termination_templates.hh wrap_assign.hh wrap_string.hh Floating_Point_Expression_types.hh Floating_Point_Expression_defs.hh Floating_Point_Expression_inlines.hh Floating_Point_Expression_templates.hh Cast_Floating_Point_Expression_types.hh Cast_Floating_Point_Expression_defs.hh Cast_Floating_Point_Expression_inlines.hh Cast_Floating_Point_Expression_templates.hh Constant_Floating_Point_Expression_types.hh Constant_Floating_Point_Expression_defs.hh Constant_Floating_Point_Expression_inlines.hh Variable_Floating_Point_Expression_types.hh Variable_Floating_Point_Expression_defs.hh Variable_Floating_Point_Expression_inlines.hh Sum_Floating_Point_Expression_types.hh Sum_Floating_Point_Expression_defs.hh Sum_Floating_Point_Expression_inlines.hh Sum_Floating_Point_Expression_templates.hh Difference_Floating_Point_Expression_types.hh Difference_Floating_Point_Expression_defs.hh Difference_Floating_Point_Expression_inlines.hh Difference_Floating_Point_Expression_templates.hh Multiplication_Floating_Point_Expression_types.hh Multiplication_Floating_Point_Expression_defs.hh Multiplication_Floating_Point_Expression_inlines.hh Multiplication_Floating_Point_Expression_templates.hh Division_Floating_Point_Expression_types.hh Division_Floating_Point_Expression_defs.hh Division_Floating_Point_Expression_inlines.hh Division_Floating_Point_Expression_templates.hh Opposite_Floating_Point_Expression_types.hh Opposite_Floating_Point_Expression_defs.hh Opposite_Floating_Point_Expression_inlines.hh Doubly_Linked_Object_types.hh EList_types.hh EList_Iterator_types.hh Handler_types.hh Pending_Element_types.hh Pending_List_types.hh Time_types.hh Watchdog_types.hh Threshold_Watcher_types.hh Handler_defs.hh Handler_inlines.hh Time_defs.hh Time_inlines.hh Doubly_Linked_Object_defs.hh Doubly_Linked_Object_inlines.hh EList_Iterator_defs.hh EList_Iterator_inlines.hh EList_defs.hh EList_inlines.hh Pending_Element_defs.hh Pending_Element_inlines.hh Pending_List_defs.hh Pending_List_inlines.hh Pending_List_templates.hh Watchdog_defs.hh Watchdog_inlines.hh Threshold_Watcher_defs.hh Threshold_Watcher_inlines.hh Threshold_Watcher_templates.hh ; \
# do \
# i="#include \"$file\"" ; \
# ( cd ../src ; /usr/bin/grep -F -q "$i" namespaces.hh compiler.hh assertions.hh meta_programming.hh Slow_Copy.hh Has_Assign_Or_Swap.hh assign_or_swap.hh mp_std_bits_defs.hh mp_std_bits_inlines.hh Concrete_Expression_types.hh Concrete_Expression_defs.hh Concrete_Expression_inlines.hh Temp_defs.hh Temp_inlines.hh Temp_templates.hh Coefficient_traits_template.hh Checked_Number_types.hh termination_types.hh GMP_Integer_types.hh Coefficient_types.hh stdiobuf_types.hh c_streambuf_types.hh globals_types.hh iterator_to_const_types.hh distances_types.hh Interval_Info_types.hh Interval_types.hh Box_types.hh Constraint_types.hh Generator_types.hh Grid_Generator_types.hh Congruence_types.hh Init_types.hh Dense_Row_types.hh CO_Tree_types.hh Sparse_Row_types.hh Matrix_types.hh Swapping_Vector_types.hh Variable_types.hh Variables_Set_types.hh Linear_Expression_types.hh Expression_Adapter_types.hh Expression_Hide_Last_types.hh Expression_Hide_Inhomo_types.hh Linear_Expression_Impl_types.hh Linear_Expression_Interface_types.hh Linear_System_types.hh Linear_Form_types.hh Bit_Row_types.hh Bit_Matrix_types.hh Constraint_System_types.hh Generator_System_types.hh Grid_Generator_System_types.hh Congruence_System_types.hh Scalar_Products_types.hh PIP_Tree_types.hh PIP_Problem_types.hh Poly_Con_Relation_types.hh Poly_Gen_Relation_types.hh BHRZ03_Certificate_types.hh H79_Certificate_types.hh Grid_Certificate_types.hh Partial_Function_types.hh Polyhedron_types.hh C_Polyhedron_types.hh NNC_Polyhedron_types.hh Grid_types.hh Ptr_Iterator_types.hh DB_Row_types.hh DB_Matrix_types.hh BD_Shape_types.hh OR_Matrix_types.hh Octagonal_Shape_types.hh fpu_types.hh Float_defs.hh Float_inlines.hh Float_templates.hh C_Integer.hh fpu_defs.hh fpu-c99_inlines.hh fpu-ia32_inlines.hh fpu-none_inlines.hh fpu-sparc_inlines.hh Rounding_Dir_defs.hh Rounding_Dir_inlines.hh Result_defs.hh Result_inlines.hh Numeric_Format_defs.hh checked_defs.hh checked_inlines.hh checked_int_inlines.hh checked_float_inlines.hh checked_mpz_inlines.hh checked_mpq_inlines.hh checked_ext_inlines.hh Checked_Number_defs.hh Checked_Number_inlines.hh Checked_Number_templates.hh WRD_coefficient_types_defs.hh WRD_coefficient_types_inlines.hh checked_numeric_limits.hh GMP_Integer_defs.hh GMP_Integer_inlines.hh Coefficient_defs.hh Coefficient_inlines.hh stdiobuf_defs.hh stdiobuf_inlines.hh c_streambuf_defs.hh c_streambuf_inlines.hh globals_defs.hh globals_inlines.hh math_utilities_defs.hh math_utilities_inlines.hh iterator_to_const_defs.hh iterator_to_const_inlines.hh distances_defs.hh distances_inlines.hh Boundary_defs.hh intervals_defs.hh Interval_Info_defs.hh Interval_Info_inlines.hh Interval_defs.hh Interval_inlines.hh Interval_templates.hh Box_defs.hh Box_Status_inlines.hh Box_inlines.hh Box_templates.hh Integer_Interval.hh Rational_Interval.hh Rational_Box.hh Variable_defs.hh Variable_inlines.hh Variables_Set_defs.hh Variables_Set_inlines.hh Init_defs.hh Init_inlines.hh initializer.hh Topology_types.hh Dense_Row_defs.hh Dense_Row_inlines.hh Dense_Row_templates.hh CO_Tree_defs.hh CO_Tree_inlines.hh CO_Tree_templates.hh Sparse_Row_defs.hh Sparse_Row_inlines.hh Sparse_Row_templates.hh Bit_Row_defs.hh Bit_Row_inlines.hh Linear_System_defs.hh Linear_System_inlines.hh Linear_System_templates.hh Bit_Matrix_defs.hh Bit_Matrix_inlines.hh Constraint_System_defs.hh Generator_System_defs.hh Grid_Generator_System_defs.hh Congruence_System_defs.hh Linear_Expression_defs.hh Linear_Expression_inlines.hh Expression_Adapter_defs.hh Expression_Adapter_inlines.hh Expression_Hide_Last_defs.hh Expression_Hide_Last_inlines.hh Expression_Hide_Inhomo_defs.hh Expression_Hide_Inhomo_inlines.hh Linear_Expression_Impl_defs.hh Linear_Expression_Impl_inlines.hh Linear_Expression_Impl_templates.hh Linear_Expression_Interface_defs.hh Linear_Form_defs.hh Linear_Form_inlines.hh Linear_Form_templates.hh linearize.hh Constraint_defs.hh Constraint_inlines.hh Constraint_System_inlines.hh Generator_defs.hh Generator_inlines.hh Grid_Generator_defs.hh Grid_Generator_inlines.hh Congruence_defs.hh Congruence_inlines.hh Generator_System_inlines.hh Grid_Generator_System_inlines.hh Congruence_System_inlines.hh Scalar_Products_defs.hh Scalar_Products_inlines.hh Matrix_defs.hh Matrix_inlines.hh Matrix_templates.hh Swapping_Vector_defs.hh Swapping_Vector_inlines.hh MIP_Problem_types.hh MIP_Problem_defs.hh MIP_Problem_inlines.hh MIP_Problem_templates.hh PIP_Tree_types.hh PIP_Tree_defs.hh PIP_Tree_inlines.hh PIP_Problem_types.hh PIP_Problem_defs.hh PIP_Problem_inlines.hh PIP_Problem_templates.hh Poly_Con_Relation_defs.hh Poly_Con_Relation_inlines.hh Poly_Gen_Relation_defs.hh Poly_Gen_Relation_inlines.hh BHRZ03_Certificate_defs.hh BHRZ03_Certificate_inlines.hh H79_Certificate_defs.hh H79_Certificate_inlines.hh Grid_Certificate_defs.hh Grid_Certificate_inlines.hh Partial_Function_defs.hh Partial_Function_inlines.hh Polyhedron_defs.hh Ph_Status_inlines.hh Polyhedron_inlines.hh Polyhedron_chdims_templates.hh Polyhedron_conversion_templates.hh Polyhedron_minimize_templates.hh Polyhedron_simplify_templates.hh Polyhedron_templates.hh Grid_defs.hh Grid_Status_inlines.hh Grid_inlines.hh Grid_templates.hh C_Polyhedron_defs.hh C_Polyhedron_inlines.hh NNC_Polyhedron_defs.hh NNC_Polyhedron_inlines.hh Widening_Function_types.hh Widening_Function_defs.hh Widening_Function_inlines.hh Ptr_Iterator_defs.hh Ptr_Iterator_inlines.hh DB_Row_defs.hh DB_Row_inlines.hh DB_Row_templates.hh DB_Matrix_defs.hh DB_Matrix_inlines.hh DB_Matrix_templates.hh BD_Shape_defs.hh BDS_Status_inlines.hh BD_Shape_inlines.hh BD_Shape_templates.hh OR_Matrix_defs.hh OR_Matrix_inlines.hh OR_Matrix_templates.hh Octagonal_Shape_defs.hh Og_Status_inlines.hh Octagonal_Shape_inlines.hh Octagonal_Shape_templates.hh Determinate_types.hh Determinate_defs.hh Determinate_inlines.hh Powerset_types.hh Powerset_defs.hh Powerset_inlines.hh Powerset_templates.hh Pointset_Powerset_types.hh Pointset_Powerset_defs.hh Pointset_Powerset_inlines.hh Pointset_Powerset_templates.hh Partially_Reduced_Product_types.hh Partially_Reduced_Product_defs.hh Partially_Reduced_Product_inlines.hh Partially_Reduced_Product_templates.hh Weight_Profiler_defs.hh max_space_dimension.hh algorithms.hh termination_defs.hh termination_templates.hh wrap_assign.hh wrap_string.hh Floating_Point_Expression_types.hh Floating_Point_Expression_defs.hh Floating_Point_Expression_inlines.hh Floating_Point_Expression_templates.hh Cast_Floating_Point_Expression_types.hh Cast_Floating_Point_Expression_defs.hh Cast_Floating_Point_Expression_inlines.hh Cast_Floating_Point_Expression_templates.hh Constant_Floating_Point_Expression_types.hh Constant_Floating_Point_Expression_defs.hh Constant_Floating_Point_Expression_inlines.hh Variable_Floating_Point_Expression_types.hh Variable_Floating_Point_Expression_defs.hh Variable_Floating_Point_Expression_inlines.hh Sum_Floating_Point_Expression_types.hh Sum_Floating_Point_Expression_defs.hh Sum_Floating_Point_Expression_inlines.hh Sum_Floating_Point_Expression_templates.hh Difference_Floating_Point_Expression_types.hh Difference_Floating_Point_Expression_defs.hh Difference_Floating_Point_Expression_inlines.hh Difference_Floating_Point_Expression_templates.hh Multiplication_Floating_Point_Expression_types.hh Multiplication_Floating_Point_Expression_defs.hh Multiplication_Floating_Point_Expression_inlines.hh Multiplication_Floating_Point_Expression_templates.hh Division_Floating_Point_Expression_types.hh Division_Floating_Point_Expression_defs.hh Division_Floating_Point_Expression_inlines.hh Division_Floating_Point_Expression_templates.hh Opposite_Floating_Point_Expression_types.hh Opposite_Floating_Point_Expression_defs.hh Opposite_Floating_Point_Expression_inlines.hh Doubly_Linked_Object_types.hh EList_types.hh EList_Iterator_types.hh Handler_types.hh Pending_Element_types.hh Pending_List_types.hh Time_types.hh Watchdog_types.hh Threshold_Watcher_types.hh Handler_defs.hh Handler_inlines.hh Time_defs.hh Time_inlines.hh Doubly_Linked_Object_defs.hh Doubly_Linked_Object_inlines.hh EList_Iterator_defs.hh EList_Iterator_inlines.hh EList_defs.hh EList_inlines.hh Pending_Element_defs.hh Pending_Element_inlines.hh Pending_List_defs.hh Pending_List_inlines.hh Pending_List_templates.hh Watchdog_defs.hh Watchdog_inlines.hh Threshold_Watcher_defs.hh Threshold_Watcher_inlines.hh Threshold_Watcher_templates.hh ) || echo "$i" ; \
# done > ppl_include_files.hh
# ../utils/build_header \
# -I .. -I ../src \
# ../src/ppl_header.hh >ppl.hh
# ../utils/text2cxxarray --name=BUGS_array --decl-only \
# ../BUGS >>BUGS.hh
# ../utils/text2cxxarray --name=BUGS_array \
# ../BUGS >>BUGS.cc
# ../utils/text2cxxarray --name=COPYING_array --decl-only \
# ../COPYING >>COPYING.hh
# ../utils/text2cxxarray --name=COPYING_array \
# ../COPYING >>COPYING.cc
# ../utils/text2cxxarray --name=CREDITS_array --decl-only \
# ../CREDITS >>CREDITS.hh
# ../utils/text2cxxarray --name=CREDITS_array \
# ../CREDITS >>CREDITS.cc
# make all-am
# make[3]: Entering directory '/tmp/ppl/src/ppl-1.2/src'
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT assertions.lo -MD -MP -MF .deps/assertions.Tpo -c -o assertions.lo assertions.cc
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT assertions.lo -MD -MP -MF .deps/assertions.Tpo -c assertions.cc -fPIC -DPIC -o .libs/assertions.o
# In file included from assertions.cc:24:
# ../ppl-config.h:196:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_ALLOC 1
# ^
# ../ppl-config.h:199:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_D 1
# ^
# ../ppl-config.h:202:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_SIZE 1
# ^
# ../ppl-config.h:401:11: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # define __STDC_LIMIT_MACROS 1
# ^
# 4 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT assertions.lo -MD -MP -MF .deps/assertions.Tpo -c assertions.cc -o assertions.o >/dev/null 2>&1
# mv -f .deps/assertions.Tpo .deps/assertions.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Box.lo -MD -MP -MF .deps/Box.Tpo -c -o Box.lo Box.cc
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Box.lo -MD -MP -MF .deps/Box.Tpo -c Box.cc -fPIC -DPIC -o .libs/Box.o
# In file included from Box.cc:24:
# ../ppl-config.h:196:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_ALLOC 1
# ^
# ../ppl-config.h:199:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_D 1
# ^
# ../ppl-config.h:202:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_SIZE 1
# ^
# ../ppl-config.h:401:11: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # define __STDC_LIMIT_MACROS 1
# ^
# In file included from Box.cc:25:
# In file included from ./Box_defs.hh:28:
# ./globals_types.hh:41:7: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \hideinitializer Equal to.
# ^
# In file included from Box.cc:25:
# In file included from ./Box_defs.hh:29:
# In file included from ./Coefficient_defs.hh:27:
# In file included from ./Coefficient_types.hh:16:
# In file included from ./Checked_Number_defs.hh:28:
# In file included from ./checked_defs.hh:31:
# In file included from ./Float_defs.hh:519:
# In file included from ./Float_inlines.hh:27:
# In file included from ./Variable_defs.hh:155:
# In file included from ./Variable_inlines.hh:27:
# ./globals_defs.hh:429:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \cond
# ^
# ./globals_defs.hh:448:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \endcond
# ^
# In file included from Box.cc:25:
# In file included from ./Box_defs.hh:29:
# In file included from ./Coefficient_defs.hh:27:
# In file included from ./Coefficient_types.hh:16:
# In file included from ./Checked_Number_defs.hh:28:
# In file included from ./checked_defs.hh:703:
# ./checked_mpz_inlines.hh:58:9: warning: extension used [-Wlanguage-extension-token]
# typedef typeof(__mpz_struct()._mp_size) mp_size_field_t;
# ^
# In file included from Box.cc:25:
# ./Box_defs.hh:1641:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# \if Include_Implementation_Details
# ^
# ./Box_defs.hh:1648:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# \endif
# ^
# 10 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Box.lo -MD -MP -MF .deps/Box.Tpo -c Box.cc -o Box.o >/dev/null 2>&1
# mv -f .deps/Box.Tpo .deps/Box.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT checked.lo -MD -MP -MF .deps/checked.Tpo -c -o checked.lo checked.cc
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT checked.lo -MD -MP -MF .deps/checked.Tpo -c checked.cc -fPIC -DPIC -o .libs/checked.o
# In file included from checked.cc:24:
# ../ppl-config.h:196:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_ALLOC 1
# ^
# ../ppl-config.h:199:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_D 1
# ^
# ../ppl-config.h:202:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_SIZE 1
# ^
# ../ppl-config.h:401:11: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # define __STDC_LIMIT_MACROS 1
# ^
# In file included from checked.cc:25:
# In file included from ./checked_defs.hh:29:
# In file included from ./Rounding_Dir_defs.hh:27:
# ./Result_defs.hh:30:7: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \hideinitializer Representable number result class.
# ^
# In file included from checked.cc:25:
# In file included from ./checked_defs.hh:31:
# In file included from ./Float_defs.hh:519:
# In file included from ./Float_inlines.hh:27:
# In file included from ./Variable_defs.hh:155:
# In file included from ./Variable_inlines.hh:27:
# ./globals_defs.hh:429:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \cond
# ^
# ./globals_defs.hh:448:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \endcond
# ^
# In file included from checked.cc:25:
# In file included from ./checked_defs.hh:703:
# ./checked_mpz_inlines.hh:58:9: warning: extension used [-Wlanguage-extension-token]
# typedef typeof(__mpz_struct()._mp_size) mp_size_field_t;
# ^
# checked.cc:135:1: warning: no previous prototype for function 'parse_number_part' [-Wmissing-prototypes]
# parse_number_part(std::istream& is, number_struct& numer) {
# ^
# checked.cc:385:1: warning: no previous prototype for function 'parse_number' [-Wmissing-prototypes]
# parse_number(std::istream& is, number_struct& numer, number_struct& denom) {
# ^
# checked.cc:529:11: warning: variable length arrays are a C99 feature [-Wvla-extension]
# char buf[bufsize];
# ^
# checked.cc:529:11: warning: variable length array used [-Wvla]
# 12 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT checked.lo -MD -MP -MF .deps/checked.Tpo -c checked.cc -o checked.o >/dev/null 2>&1
# mv -f .deps/checked.Tpo .deps/checked.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Checked_Number.lo -MD -MP -MF .deps/Checked_Number.Tpo -c -o Checked_Number.lo Checked_Number.cc
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Checked_Number.lo -MD -MP -MF .deps/Checked_Number.Tpo -c Checked_Number.cc -fPIC -DPIC -o .libs/Checked_Number.o
# In file included from Checked_Number.cc:24:
# ../ppl-config.h:196:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_ALLOC 1
# ^
# ../ppl-config.h:199:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_D 1
# ^
# ../ppl-config.h:202:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_SIZE 1
# ^
# ../ppl-config.h:401:11: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # define __STDC_LIMIT_MACROS 1
# ^
# In file included from Checked_Number.cc:25:
# In file included from ./Checked_Number_defs.hh:28:
# In file included from ./checked_defs.hh:29:
# In file included from ./Rounding_Dir_defs.hh:27:
# ./Result_defs.hh:30:7: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \hideinitializer Representable number result class.
# ^
# In file included from Checked_Number.cc:25:
# In file included from ./Checked_Number_defs.hh:28:
# In file included from ./checked_defs.hh:31:
# In file included from ./Float_defs.hh:519:
# In file included from ./Float_inlines.hh:27:
# In file included from ./Variable_defs.hh:155:
# In file included from ./Variable_inlines.hh:27:
# ./globals_defs.hh:429:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \cond
# ^
# ./globals_defs.hh:448:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \endcond
# ^
# In file included from Checked_Number.cc:25:
# In file included from ./Checked_Number_defs.hh:28:
# In file included from ./checked_defs.hh:703:
# ./checked_mpz_inlines.hh:58:9: warning: extension used [-Wlanguage-extension-token]
# typedef typeof(__mpz_struct()._mp_size) mp_size_field_t;
# ^
# 8 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Checked_Number.lo -MD -MP -MF .deps/Checked_Number.Tpo -c Checked_Number.cc -o Checked_Number.o >/dev/null 2>&1
# mv -f .deps/Checked_Number.Tpo .deps/Checked_Number.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Float.lo -MD -MP -MF .deps/Float.Tpo -c -o Float.lo Float.cc
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Float.lo -MD -MP -MF .deps/Float.Tpo -c Float.cc -fPIC -DPIC -o .libs/Float.o
# In file included from Float.cc:24:
# ../ppl-config.h:196:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_ALLOC 1
# ^
# ../ppl-config.h:199:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_D 1
# ^
# ../ppl-config.h:202:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_SIZE 1
# ^
# ../ppl-config.h:401:11: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # define __STDC_LIMIT_MACROS 1
# ^
# In file included from Float.cc:25:
# In file included from ./Float_defs.hh:27:
# ./globals_types.hh:41:7: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \hideinitializer Equal to.
# ^
# In file included from Float.cc:25:
# In file included from ./Float_defs.hh:519:
# In file included from ./Float_inlines.hh:27:
# In file included from ./Variable_defs.hh:155:
# In file included from ./Variable_inlines.hh:27:
# ./globals_defs.hh:429:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \cond
# ^
# ./globals_defs.hh:448:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \endcond
# ^
# 7 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Float.lo -MD -MP -MF .deps/Float.Tpo -c Float.cc -o Float.o >/dev/null 2>&1
# mv -f .deps/Float.Tpo .deps/Float.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT fpu-ia32.lo -MD -MP -MF .deps/fpu-ia32.Tpo -c -o fpu-ia32.lo fpu-ia32.cc
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT fpu-ia32.lo -MD -MP -MF .deps/fpu-ia32.Tpo -c fpu-ia32.cc -fPIC -DPIC -o .libs/fpu-ia32.o
# In file included from fpu-ia32.cc:24:
# ../ppl-config.h:196:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_ALLOC 1
# ^
# ../ppl-config.h:199:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_D 1
# ^
# ../ppl-config.h:202:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_SIZE 1
# ^
# ../ppl-config.h:401:11: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # define __STDC_LIMIT_MACROS 1
# ^
# 4 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT fpu-ia32.lo -MD -MP -MF .deps/fpu-ia32.Tpo -c fpu-ia32.cc -o fpu-ia32.o >/dev/null 2>&1
# mv -f .deps/fpu-ia32.Tpo .deps/fpu-ia32.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT BDS_Status.lo -MD -MP -MF .deps/BDS_Status.Tpo -c -o BDS_Status.lo BDS_Status.cc
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT BDS_Status.lo -MD -MP -MF .deps/BDS_Status.Tpo -c BDS_Status.cc -fPIC -DPIC -o .libs/BDS_Status.o
# In file included from BDS_Status.cc:24:
# ../ppl-config.h:196:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_ALLOC 1
# ^
# ../ppl-config.h:199:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_D 1
# ^
# ../ppl-config.h:202:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_SIZE 1
# ^
# ../ppl-config.h:401:11: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # define __STDC_LIMIT_MACROS 1
# ^
# BDS_Status.cc:33:13: warning: no previous extern declaration for non-static variable 'zero_dim_univ' [-Wmissing-variable-declarations]
# const char* zero_dim_univ = "ZE";
# ^
# BDS_Status.cc:34:13: warning: no previous extern declaration for non-static variable 'empty' [-Wmissing-variable-declarations]
# const char* empty = "EM";
# ^
# BDS_Status.cc:35:13: warning: no previous extern declaration for non-static variable 'sp_closed' [-Wmissing-variable-declarations]
# const char* sp_closed = "SPC";
# ^
# BDS_Status.cc:36:13: warning: no previous extern declaration for non-static variable 'sp_reduced' [-Wmissing-variable-declarations]
# const char* sp_reduced = "SPR";
# ^
# 8 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT BDS_Status.lo -MD -MP -MF .deps/BDS_Status.Tpo -c BDS_Status.cc -o BDS_Status.o >/dev/null 2>&1
# mv -f .deps/BDS_Status.Tpo .deps/BDS_Status.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Box_Status.lo -MD -MP -MF .deps/Box_Status.Tpo -c -o Box_Status.lo Box_Status.cc
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Box_Status.lo -MD -MP -MF .deps/Box_Status.Tpo -c Box_Status.cc -fPIC -DPIC -o .libs/Box_Status.o
# In file included from Box_Status.cc:24:
# ../ppl-config.h:196:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_ALLOC 1
# ^
# ../ppl-config.h:199:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_D 1
# ^
# ../ppl-config.h:202:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_SIZE 1
# ^
# ../ppl-config.h:401:11: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # define __STDC_LIMIT_MACROS 1
# ^
# Box_Status.cc:33:13: warning: no previous extern declaration for non-static variable 'empty_up_to_date' [-Wmissing-variable-declarations]
# const char* empty_up_to_date = "EUP";
# ^
# Box_Status.cc:34:13: warning: no previous extern declaration for non-static variable 'empty' [-Wmissing-variable-declarations]
# const char* empty = "EM";
# ^
# Box_Status.cc:35:13: warning: no previous extern declaration for non-static variable 'universe' [-Wmissing-variable-declarations]
# const char* universe = "UN";
# ^
# 7 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Box_Status.lo -MD -MP -MF .deps/Box_Status.Tpo -c Box_Status.cc -o Box_Status.o >/dev/null 2>&1
# mv -f .deps/Box_Status.Tpo .deps/Box_Status.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Og_Status.lo -MD -MP -MF .deps/Og_Status.Tpo -c -o Og_Status.lo Og_Status.cc
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Og_Status.lo -MD -MP -MF .deps/Og_Status.Tpo -c Og_Status.cc -fPIC -DPIC -o .libs/Og_Status.o
# In file included from Og_Status.cc:24:
# ../ppl-config.h:196:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_ALLOC 1
# ^
# ../ppl-config.h:199:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_D 1
# ^
# ../ppl-config.h:202:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_SIZE 1
# ^
# ../ppl-config.h:401:11: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # define __STDC_LIMIT_MACROS 1
# ^
# Og_Status.cc:33:13: warning: no previous extern declaration for non-static variable 'zero_dim_univ' [-Wmissing-variable-declarations]
# const char* zero_dim_univ = "ZE";
# ^
# Og_Status.cc:34:13: warning: no previous extern declaration for non-static variable 'empty' [-Wmissing-variable-declarations]
# const char* empty = "EM";
# ^
# Og_Status.cc:35:13: warning: no previous extern declaration for non-static variable 'strong_closed' [-Wmissing-variable-declarations]
# const char* strong_closed = "SC";
# ^
# 7 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Og_Status.lo -MD -MP -MF .deps/Og_Status.Tpo -c Og_Status.cc -o Og_Status.o >/dev/null 2>&1
# mv -f .deps/Og_Status.Tpo .deps/Og_Status.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Concrete_Expression.lo -MD -MP -MF .deps/Concrete_Expression.Tpo -c -o Concrete_Expression.lo Concrete_Expression.cc
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Concrete_Expression.lo -MD -MP -MF .deps/Concrete_Expression.Tpo -c Concrete_Expression.cc -fPIC -DPIC -o .libs/Concrete_Expression.o
# In file included from Concrete_Expression.cc:24:
# ../ppl-config.h:196:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_ALLOC 1
# ^
# ../ppl-config.h:199:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_D 1
# ^
# ../ppl-config.h:202:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_SIZE 1
# ^
# ../ppl-config.h:401:11: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # define __STDC_LIMIT_MACROS 1
# ^
# In file included from Concrete_Expression.cc:25:
# In file included from ./Concrete_Expression_defs.hh:28:
# In file included from ./globals_defs.hh:27:
# ./globals_types.hh:41:7: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \hideinitializer Equal to.
# ^
# In file included from Concrete_Expression.cc:25:
# In file included from ./Concrete_Expression_defs.hh:28:
# ./globals_defs.hh:429:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \cond
# ^
# ./globals_defs.hh:448:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \endcond
# ^
# In file included from Concrete_Expression.cc:25:
# In file included from ./Concrete_Expression_defs.hh:29:
# In file included from ./Interval_defs.hh:31:
# In file included from ./intervals_defs.hh:27:
# In file included from ./Checked_Number_defs.hh:28:
# In file included from ./checked_defs.hh:703:
# ./checked_mpz_inlines.hh:58:9: warning: extension used [-Wlanguage-extension-token]
# typedef typeof(__mpz_struct()._mp_size) mp_size_field_t;
# ^
# 8 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Concrete_Expression.lo -MD -MP -MF .deps/Concrete_Expression.Tpo -c Concrete_Expression.cc -o Concrete_Expression.o >/dev/null 2>&1
# mv -f .deps/Concrete_Expression.Tpo .deps/Concrete_Expression.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Constraint.lo -MD -MP -MF .deps/Constraint.Tpo -c -o Constraint.lo Constraint.cc
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Constraint.lo -MD -MP -MF .deps/Constraint.Tpo -c Constraint.cc -fPIC -DPIC -o .libs/Constraint.o
# In file included from Constraint.cc:24:
# ../ppl-config.h:196:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_ALLOC 1
# ^
# ../ppl-config.h:199:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_D 1
# ^
# ../ppl-config.h:202:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_SIZE 1
# ^
# ../ppl-config.h:401:11: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # define __STDC_LIMIT_MACROS 1
# ^
# In file included from Constraint.cc:25:
# In file included from ./Constraint_defs.hh:36:
# In file included from ./Linear_Expression_defs.hh:36:
# In file included from ./Coefficient_types.hh:16:
# In file included from ./Checked_Number_defs.hh:28:
# In file included from ./checked_defs.hh:29:
# In file included from ./Rounding_Dir_defs.hh:27:
# ./Result_defs.hh:30:7: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \hideinitializer Representable number result class.
# ^
# In file included from Constraint.cc:25:
# In file included from ./Constraint_defs.hh:36:
# In file included from ./Linear_Expression_defs.hh:36:
# In file included from ./Coefficient_types.hh:16:
# In file included from ./Checked_Number_defs.hh:28:
# In file included from ./checked_defs.hh:31:
# In file included from ./Float_defs.hh:519:
# In file included from ./Float_inlines.hh:27:
# In file included from ./Variable_defs.hh:155:
# In file included from ./Variable_inlines.hh:27:
# ./globals_defs.hh:429:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \cond
# ^
# ./globals_defs.hh:448:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \endcond
# ^
# In file included from Constraint.cc:25:
# In file included from ./Constraint_defs.hh:36:
# In file included from ./Linear_Expression_defs.hh:36:
# In file included from ./Coefficient_types.hh:16:
# In file included from ./Checked_Number_defs.hh:28:
# In file included from ./checked_defs.hh:703:
# ./checked_mpz_inlines.hh:58:9: warning: extension used [-Wlanguage-extension-token]
# typedef typeof(__mpz_struct()._mp_size) mp_size_field_t;
# ^
# 8 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Constraint.lo -MD -MP -MF .deps/Constraint.Tpo -c Constraint.cc -o Constraint.o >/dev/null 2>&1
# mv -f .deps/Constraint.Tpo .deps/Constraint.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Constraint_System.lo -MD -MP -MF .deps/Constraint_System.Tpo -c -o Constraint_System.lo Constraint_System.cc
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Constraint_System.lo -MD -MP -MF .deps/Constraint_System.Tpo -c Constraint_System.cc -fPIC -DPIC -o .libs/Constraint_System.o
# In file included from Constraint_System.cc:24:
# ../ppl-config.h:196:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_ALLOC 1
# ^
# ../ppl-config.h:199:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_D 1
# ^
# ../ppl-config.h:202:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_SIZE 1
# ^
# ../ppl-config.h:401:11: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # define __STDC_LIMIT_MACROS 1
# ^
# In file included from Constraint_System.cc:25:
# In file included from ./Constraint_System_defs.hh:29:
# In file included from ./Linear_System_defs.hh:29:
# In file included from ./Swapping_Vector_defs.hh:28:
# In file included from ./globals_defs.hh:27:
# ./globals_types.hh:41:7: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \hideinitializer Equal to.
# ^
# In file included from Constraint_System.cc:25:
# In file included from ./Constraint_System_defs.hh:29:
# In file included from ./Linear_System_defs.hh:29:
# In file included from ./Swapping_Vector_defs.hh:28:
# ./globals_defs.hh:429:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \cond
# ^
# ./globals_defs.hh:448:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \endcond
# ^
# In file included from Constraint_System.cc:25:
# In file included from ./Constraint_System_defs.hh:29:
# In file included from ./Linear_System_defs.hh:579:
# In file included from ./Linear_System_inlines.hh:28:
# In file included from ./Coefficient_defs.hh:27:
# In file included from ./Coefficient_types.hh:16:
# In file included from ./Checked_Number_defs.hh:28:
# In file included from ./checked_defs.hh:703:
# ./checked_mpz_inlines.hh:58:9: warning: extension used [-Wlanguage-extension-token]
# typedef typeof(__mpz_struct()._mp_size) mp_size_field_t;
# ^
# 8 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Constraint_System.lo -MD -MP -MF .deps/Constraint_System.Tpo -c Constraint_System.cc -o Constraint_System.o >/dev/null 2>&1
# mv -f .deps/Constraint_System.Tpo .deps/Constraint_System.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Congruence.lo -MD -MP -MF .deps/Congruence.Tpo -c -o Congruence.lo Congruence.cc
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Congruence.lo -MD -MP -MF .deps/Congruence.Tpo -c Congruence.cc -fPIC -DPIC -o .libs/Congruence.o
# In file included from Congruence.cc:24:
# ../ppl-config.h:196:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_ALLOC 1
# ^
# ../ppl-config.h:199:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_D 1
# ^
# ../ppl-config.h:202:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_SIZE 1
# ^
# ../ppl-config.h:401:11: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # define __STDC_LIMIT_MACROS 1
# ^
# In file included from Congruence.cc:25:
# In file included from ./Congruence_defs.hh:29:
# In file included from ./Coefficient_defs.hh:27:
# In file included from ./Coefficient_types.hh:16:
# In file included from ./Checked_Number_defs.hh:28:
# In file included from ./checked_defs.hh:29:
# In file included from ./Rounding_Dir_defs.hh:27:
# ./Result_defs.hh:30:7: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \hideinitializer Representable number result class.
# ^
# In file included from Congruence.cc:25:
# In file included from ./Congruence_defs.hh:29:
# In file included from ./Coefficient_defs.hh:27:
# In file included from ./Coefficient_types.hh:16:
# In file included from ./Checked_Number_defs.hh:28:
# In file included from ./checked_defs.hh:31:
# In file included from ./Float_defs.hh:519:
# In file included from ./Float_inlines.hh:27:
# In file included from ./Variable_defs.hh:155:
# In file included from ./Variable_inlines.hh:27:
# ./globals_defs.hh:429:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \cond
# ^
# ./globals_defs.hh:448:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \endcond
# ^
# In file included from Congruence.cc:25:
# In file included from ./Congruence_defs.hh:29:
# In file included from ./Coefficient_defs.hh:27:
# In file included from ./Coefficient_types.hh:16:
# In file included from ./Checked_Number_defs.hh:28:
# In file included from ./checked_defs.hh:703:
# ./checked_mpz_inlines.hh:58:9: warning: extension used [-Wlanguage-extension-token]
# typedef typeof(__mpz_struct()._mp_size) mp_size_field_t;
# ^
# 8 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Congruence.lo -MD -MP -MF .deps/Congruence.Tpo -c Congruence.cc -o Congruence.o >/dev/null 2>&1
# mv -f .deps/Congruence.Tpo .deps/Congruence.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Congruence_System.lo -MD -MP -MF .deps/Congruence_System.Tpo -c -o Congruence_System.lo Congruence_System.cc
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Congruence_System.lo -MD -MP -MF .deps/Congruence_System.Tpo -c Congruence_System.cc -fPIC -DPIC -o .libs/Congruence_System.o
# In file included from Congruence_System.cc:24:
# ../ppl-config.h:196:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_ALLOC 1
# ^
# ../ppl-config.h:199:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_D 1
# ^
# ../ppl-config.h:202:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_SIZE 1
# ^
# ../ppl-config.h:401:11: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # define __STDC_LIMIT_MACROS 1
# ^
# In file included from Congruence_System.cc:25:
# In file included from ./Congruence_System_defs.hh:32:
# In file included from ./Swapping_Vector_defs.hh:28:
# In file included from ./globals_defs.hh:27:
# ./globals_types.hh:41:7: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \hideinitializer Equal to.
# ^
# In file included from Congruence_System.cc:25:
# In file included from ./Congruence_System_defs.hh:32:
# In file included from ./Swapping_Vector_defs.hh:28:
# ./globals_defs.hh:429:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \cond
# ^
# ./globals_defs.hh:448:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \endcond
# ^
# In file included from Congruence_System.cc:25:
# In file included from ./Congruence_System_defs.hh:33:
# In file included from ./Congruence_defs.hh:29:
# In file included from ./Coefficient_defs.hh:27:
# In file included from ./Coefficient_types.hh:16:
# In file included from ./Checked_Number_defs.hh:28:
# In file included from ./checked_defs.hh:703:
# ./checked_mpz_inlines.hh:58:9: warning: extension used [-Wlanguage-extension-token]
# typedef typeof(__mpz_struct()._mp_size) mp_size_field_t;
# ^
# 8 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Congruence_System.lo -MD -MP -MF .deps/Congruence_System.Tpo -c Congruence_System.cc -o Congruence_System.o >/dev/null 2>&1
# mv -f .deps/Congruence_System.Tpo .deps/Congruence_System.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Generator_System.lo -MD -MP -MF .deps/Generator_System.Tpo -c -o Generator_System.lo Generator_System.cc
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Generator_System.lo -MD -MP -MF .deps/Generator_System.Tpo -c Generator_System.cc -fPIC -DPIC -o .libs/Generator_System.o
# In file included from Generator_System.cc:24:
# ../ppl-config.h:196:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_ALLOC 1
# ^
# ../ppl-config.h:199:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_D 1
# ^
# ../ppl-config.h:202:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_SIZE 1
# ^
# ../ppl-config.h:401:11: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # define __STDC_LIMIT_MACROS 1
# ^
# In file included from Generator_System.cc:25:
# In file included from ./Generator_System_defs.hh:30:
# In file included from ./Linear_System_defs.hh:29:
# In file included from ./Swapping_Vector_defs.hh:28:
# In file included from ./globals_defs.hh:27:
# ./globals_types.hh:41:7: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \hideinitializer Equal to.
# ^
# In file included from Generator_System.cc:25:
# In file included from ./Generator_System_defs.hh:30:
# In file included from ./Linear_System_defs.hh:29:
# In file included from ./Swapping_Vector_defs.hh:28:
# ./globals_defs.hh:429:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \cond
# ^
# ./globals_defs.hh:448:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \endcond
# ^
# In file included from Generator_System.cc:25:
# In file included from ./Generator_System_defs.hh:30:
# In file included from ./Linear_System_defs.hh:579:
# In file included from ./Linear_System_inlines.hh:28:
# In file included from ./Coefficient_defs.hh:27:
# In file included from ./Coefficient_types.hh:16:
# In file included from ./Checked_Number_defs.hh:28:
# In file included from ./checked_defs.hh:703:
# ./checked_mpz_inlines.hh:58:9: warning: extension used [-Wlanguage-extension-token]
# typedef typeof(__mpz_struct()._mp_size) mp_size_field_t;
# ^
# 8 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Generator_System.lo -MD -MP -MF .deps/Generator_System.Tpo -c Generator_System.cc -o Generator_System.o >/dev/null 2>&1
# mv -f .deps/Generator_System.Tpo .deps/Generator_System.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Grid_Generator_System.lo -MD -MP -MF .deps/Grid_Generator_System.Tpo -c -o Grid_Generator_System.lo Grid_Generator_System.cc
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Grid_Generator_System.lo -MD -MP -MF .deps/Grid_Generator_System.Tpo -c Grid_Generator_System.cc -fPIC -DPIC -o .libs/Grid_Generator_System.o
# In file included from Grid_Generator_System.cc:24:
# ../ppl-config.h:196:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_ALLOC 1
# ^
# ../ppl-config.h:199:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_D 1
# ^
# ../ppl-config.h:202:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_SIZE 1
# ^
# ../ppl-config.h:401:11: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # define __STDC_LIMIT_MACROS 1
# ^
# In file included from Grid_Generator_System.cc:25:
# In file included from ./Grid_Generator_System_defs.hh:29:
# In file included from ./Linear_System_defs.hh:29:
# In file included from ./Swapping_Vector_defs.hh:28:
# In file included from ./globals_defs.hh:27:
# ./globals_types.hh:41:7: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \hideinitializer Equal to.
# ^
# In file included from Grid_Generator_System.cc:25:
# In file included from ./Grid_Generator_System_defs.hh:29:
# In file included from ./Linear_System_defs.hh:29:
# In file included from ./Swapping_Vector_defs.hh:28:
# ./globals_defs.hh:429:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \cond
# ^
# ./globals_defs.hh:448:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \endcond
# ^
# In file included from Grid_Generator_System.cc:25:
# In file included from ./Grid_Generator_System_defs.hh:29:
# In file included from ./Linear_System_defs.hh:579:
# In file included from ./Linear_System_inlines.hh:28:
# In file included from ./Coefficient_defs.hh:27:
# In file included from ./Coefficient_types.hh:16:
# In file included from ./Checked_Number_defs.hh:28:
# In file included from ./checked_defs.hh:703:
# ./checked_mpz_inlines.hh:58:9: warning: extension used [-Wlanguage-extension-token]
# typedef typeof(__mpz_struct()._mp_size) mp_size_field_t;
# ^
# 8 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Grid_Generator_System.lo -MD -MP -MF .deps/Grid_Generator_System.Tpo -c Grid_Generator_System.cc -o Grid_Generator_System.o >/dev/null 2>&1
# mv -f .deps/Grid_Generator_System.Tpo .deps/Grid_Generator_System.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Generator.lo -MD -MP -MF .deps/Generator.Tpo -c -o Generator.lo Generator.cc
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Generator.lo -MD -MP -MF .deps/Generator.Tpo -c Generator.cc -fPIC -DPIC -o .libs/Generator.o
# In file included from Generator.cc:24:
# ../ppl-config.h:196:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_ALLOC 1
# ^
# ../ppl-config.h:199:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_D 1
# ^
# ../ppl-config.h:202:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_SIZE 1
# ^
# ../ppl-config.h:401:11: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # define __STDC_LIMIT_MACROS 1
# ^
# In file included from Generator.cc:25:
# In file included from ./Generator_defs.hh:39:
# In file included from ./Variable_defs.hh:29:
# ./globals_types.hh:41:7: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \hideinitializer Equal to.
# ^
# In file included from Generator.cc:25:
# In file included from ./Generator_defs.hh:39:
# In file included from ./Variable_defs.hh:155:
# In file included from ./Variable_inlines.hh:27:
# ./globals_defs.hh:429:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \cond
# ^
# ./globals_defs.hh:448:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \endcond
# ^
# In file included from Generator.cc:25:
# In file included from ./Generator_defs.hh:40:
# In file included from ./Linear_Expression_defs.hh:36:
# In file included from ./Coefficient_types.hh:16:
# In file included from ./Checked_Number_defs.hh:28:
# In file included from ./checked_defs.hh:703:
# ./checked_mpz_inlines.hh:58:9: warning: extension used [-Wlanguage-extension-token]
# typedef typeof(__mpz_struct()._mp_size) mp_size_field_t;
# ^
# 8 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Generator.lo -MD -MP -MF .deps/Generator.Tpo -c Generator.cc -o Generator.o >/dev/null 2>&1
# mv -f .deps/Generator.Tpo .deps/Generator.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Grid_Generator.lo -MD -MP -MF .deps/Grid_Generator.Tpo -c -o Grid_Generator.lo Grid_Generator.cc
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Grid_Generator.lo -MD -MP -MF .deps/Grid_Generator.Tpo -c Grid_Generator.cc -fPIC -DPIC -o .libs/Grid_Generator.o
# In file included from Grid_Generator.cc:24:
# ../ppl-config.h:196:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_ALLOC 1
# ^
# ../ppl-config.h:199:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_D 1
# ^
# ../ppl-config.h:202:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_SIZE 1
# ^
# ../ppl-config.h:401:11: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # define __STDC_LIMIT_MACROS 1
# ^
# In file included from Grid_Generator.cc:25:
# In file included from ./Grid_Generator_defs.hh:34:
# In file included from ./Coefficient_defs.hh:27:
# In file included from ./Coefficient_types.hh:16:
# In file included from ./Checked_Number_defs.hh:28:
# In file included from ./checked_defs.hh:29:
# In file included from ./Rounding_Dir_defs.hh:27:
# ./Result_defs.hh:30:7: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \hideinitializer Representable number result class.
# ^
# In file included from Grid_Generator.cc:25:
# In file included from ./Grid_Generator_defs.hh:34:
# In file included from ./Coefficient_defs.hh:27:
# In file included from ./Coefficient_types.hh:16:
# In file included from ./Checked_Number_defs.hh:28:
# In file included from ./checked_defs.hh:31:
# In file included from ./Float_defs.hh:519:
# In file included from ./Float_inlines.hh:27:
# In file included from ./Variable_defs.hh:155:
# In file included from ./Variable_inlines.hh:27:
# ./globals_defs.hh:429:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \cond
# ^
# ./globals_defs.hh:448:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \endcond
# ^
# In file included from Grid_Generator.cc:25:
# In file included from ./Grid_Generator_defs.hh:34:
# In file included from ./Coefficient_defs.hh:27:
# In file included from ./Coefficient_types.hh:16:
# In file included from ./Checked_Number_defs.hh:28:
# In file included from ./checked_defs.hh:703:
# ./checked_mpz_inlines.hh:58:9: warning: extension used [-Wlanguage-extension-token]
# typedef typeof(__mpz_struct()._mp_size) mp_size_field_t;
# ^
# 8 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Grid_Generator.lo -MD -MP -MF .deps/Grid_Generator.Tpo -c Grid_Generator.cc -o Grid_Generator.o >/dev/null 2>&1
# mv -f .deps/Grid_Generator.Tpo .deps/Grid_Generator.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Handler.lo -MD -MP -MF .deps/Handler.Tpo -c -o Handler.lo Handler.cc
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Handler.lo -MD -MP -MF .deps/Handler.Tpo -c Handler.cc -fPIC -DPIC -o .libs/Handler.o
# In file included from Handler.cc:24:
# ../ppl-config.h:196:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_ALLOC 1
# ^
# ../ppl-config.h:199:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_D 1
# ^
# ../ppl-config.h:202:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_SIZE 1
# ^
# ../ppl-config.h:401:11: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # define __STDC_LIMIT_MACROS 1
# ^
# 4 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Handler.lo -MD -MP -MF .deps/Handler.Tpo -c Handler.cc -o Handler.o >/dev/null 2>&1
# mv -f .deps/Handler.Tpo .deps/Handler.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Init.lo -MD -MP -MF .deps/Init.Tpo -c -o Init.lo Init.cc
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Init.lo -MD -MP -MF .deps/Init.Tpo -c Init.cc -fPIC -DPIC -o .libs/Init.o
# In file included from Init.cc:24:
# ../ppl-config.h:196:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_ALLOC 1
# ^
# ../ppl-config.h:199:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_D 1
# ^
# ../ppl-config.h:202:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_SIZE 1
# ^
# ../ppl-config.h:401:11: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # define __STDC_LIMIT_MACROS 1
# ^
# In file included from Init.cc:25:
# In file included from ./Init_defs.hh:97:
# In file included from ./Init_inlines.hh:28:
# In file included from ./Rounding_Dir_defs.hh:27:
# ./Result_defs.hh:30:7: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \hideinitializer Representable number result class.
# ^
# In file included from Init.cc:26:
# In file included from ./Variable_defs.hh:155:
# In file included from ./Variable_inlines.hh:27:
# ./globals_defs.hh:429:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \cond
# ^
# ./globals_defs.hh:448:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \endcond
# ^
# In file included from Init.cc:29:
# In file included from ./checked_defs.hh:703:
# ./checked_mpz_inlines.hh:58:9: warning: extension used [-Wlanguage-extension-token]
# typedef typeof(__mpz_struct()._mp_size) mp_size_field_t;
# ^
# In file included from Init.cc:40:
# ./Polyhedron_defs.hh:1178:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# \if Include_Implementation_Details
# ^
# ./Polyhedron_defs.hh:1244:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# \endif
# ^
# Init.cc:229:1: warning: no previous prototype for function 'initialize_aux' [-Wmissing-prototypes]
# initialize_aux() {
# ^
# Init.cc:236:1: warning: no previous prototype for function 'finalize_aux' [-Wmissing-prototypes]
# finalize_aux() {
# ^
# 12 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Init.lo -MD -MP -MF .deps/Init.Tpo -c Init.cc -o Init.o >/dev/null 2>&1
# mv -f .deps/Init.Tpo .deps/Init.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Coefficient.lo -MD -MP -MF .deps/Coefficient.Tpo -c -o Coefficient.lo Coefficient.cc
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Coefficient.lo -MD -MP -MF .deps/Coefficient.Tpo -c Coefficient.cc -fPIC -DPIC -o .libs/Coefficient.o
# In file included from Coefficient.cc:24:
# ../ppl-config.h:196:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_ALLOC 1
# ^
# ../ppl-config.h:199:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_D 1
# ^
# ../ppl-config.h:202:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_SIZE 1
# ^
# ../ppl-config.h:401:11: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # define __STDC_LIMIT_MACROS 1
# ^
# In file included from Coefficient.cc:25:
# In file included from ./Coefficient_defs.hh:27:
# In file included from ./Coefficient_types.hh:16:
# In file included from ./Checked_Number_defs.hh:28:
# In file included from ./checked_defs.hh:29:
# In file included from ./Rounding_Dir_defs.hh:27:
# ./Result_defs.hh:30:7: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \hideinitializer Representable number result class.
# ^
# In file included from Coefficient.cc:25:
# In file included from ./Coefficient_defs.hh:27:
# In file included from ./Coefficient_types.hh:16:
# In file included from ./Checked_Number_defs.hh:28:
# In file included from ./checked_defs.hh:31:
# In file included from ./Float_defs.hh:519:
# In file included from ./Float_inlines.hh:27:
# In file included from ./Variable_defs.hh:155:
# In file included from ./Variable_inlines.hh:27:
# ./globals_defs.hh:429:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \cond
# ^
# ./globals_defs.hh:448:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \endcond
# ^
# In file included from Coefficient.cc:25:
# In file included from ./Coefficient_defs.hh:27:
# In file included from ./Coefficient_types.hh:16:
# In file included from ./Checked_Number_defs.hh:28:
# In file included from ./checked_defs.hh:703:
# ./checked_mpz_inlines.hh:58:9: warning: extension used [-Wlanguage-extension-token]
# typedef typeof(__mpz_struct()._mp_size) mp_size_field_t;
# ^
# 8 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Coefficient.lo -MD -MP -MF .deps/Coefficient.Tpo -c Coefficient.cc -o Coefficient.o >/dev/null 2>&1
# mv -f .deps/Coefficient.Tpo .deps/Coefficient.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Linear_Expression.lo -MD -MP -MF .deps/Linear_Expression.Tpo -c -o Linear_Expression.lo Linear_Expression.cc
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Linear_Expression.lo -MD -MP -MF .deps/Linear_Expression.Tpo -c Linear_Expression.cc -fPIC -DPIC -o .libs/Linear_Expression.o
# In file included from Linear_Expression.cc:25:
# ../ppl-config.h:196:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_ALLOC 1
# ^
# ../ppl-config.h:199:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_D 1
# ^
# ../ppl-config.h:202:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_SIZE 1
# ^
# ../ppl-config.h:401:11: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # define __STDC_LIMIT_MACROS 1
# ^
# In file included from Linear_Expression.cc:26:
# In file included from ./Linear_Expression_defs.hh:36:
# In file included from ./Coefficient_types.hh:16:
# In file included from ./Checked_Number_defs.hh:28:
# In file included from ./checked_defs.hh:29:
# In file included from ./Rounding_Dir_defs.hh:27:
# ./Result_defs.hh:30:7: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \hideinitializer Representable number result class.
# ^
# In file included from Linear_Expression.cc:26:
# In file included from ./Linear_Expression_defs.hh:36:
# In file included from ./Coefficient_types.hh:16:
# In file included from ./Checked_Number_defs.hh:28:
# In file included from ./checked_defs.hh:31:
# In file included from ./Float_defs.hh:519:
# In file included from ./Float_inlines.hh:27:
# In file included from ./Variable_defs.hh:155:
# In file included from ./Variable_inlines.hh:27:
# ./globals_defs.hh:429:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \cond
# ^
# ./globals_defs.hh:448:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \endcond
# ^
# In file included from Linear_Expression.cc:26:
# In file included from ./Linear_Expression_defs.hh:36:
# In file included from ./Coefficient_types.hh:16:
# In file included from ./Checked_Number_defs.hh:28:
# In file included from ./checked_defs.hh:703:
# ./checked_mpz_inlines.hh:58:9: warning: extension used [-Wlanguage-extension-token]
# typedef typeof(__mpz_struct()._mp_size) mp_size_field_t;
# ^
# In file included from Linear_Expression.cc:28:
# In file included from ./Linear_Expression_Impl_defs.hh:904:
# ./Linear_Expression_Impl_templates.hh:60:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&e)) {
# ^
# ./Linear_Expression_Impl_templates.hh:57:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&e)) {
# ^
# ./Linear_Expression_Impl_templates.hh:78:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&e)) {
# ^
# ./Linear_Expression_Impl_templates.hh:75:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&e)) {
# ^
# ./Linear_Expression_Impl_templates.hh:904:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ./Linear_Expression_Impl_templates.hh:901:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ./Linear_Expression_Impl_templates.hh:924:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ./Linear_Expression_Impl_templates.hh:921:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ./Linear_Expression_Impl_templates.hh:944:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ./Linear_Expression_Impl_templates.hh:941:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ./Linear_Expression_Impl_templates.hh:962:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ./Linear_Expression_Impl_templates.hh:959:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ./Linear_Expression_Impl_templates.hh:981:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ./Linear_Expression_Impl_templates.hh:978:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ./Linear_Expression_Impl_templates.hh:1000:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ./Linear_Expression_Impl_templates.hh:997:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ./Linear_Expression_Impl_templates.hh:1020:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ./Linear_Expression_Impl_templates.hh:1017:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ./Linear_Expression_Impl_templates.hh:1039:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ./Linear_Expression_Impl_templates.hh:1036:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ./Linear_Expression_Impl_templates.hh:1057:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ./Linear_Expression_Impl_templates.hh:1054:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ./Linear_Expression_Impl_templates.hh:1078:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ./Linear_Expression_Impl_templates.hh:1075:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ./Linear_Expression_Impl_templates.hh:1099:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ./Linear_Expression_Impl_templates.hh:1096:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ./Linear_Expression_Impl_templates.hh:1117:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ./Linear_Expression_Impl_templates.hh:1114:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ./Linear_Expression_Impl_templates.hh:1136:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ./Linear_Expression_Impl_templates.hh:1133:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ./Linear_Expression_Impl_templates.hh:1154:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ./Linear_Expression_Impl_templates.hh:1151:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ./Linear_Expression_Impl_templates.hh:1174:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ./Linear_Expression_Impl_templates.hh:1171:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ./Linear_Expression_Impl_templates.hh:1193:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ./Linear_Expression_Impl_templates.hh:1190:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ./Linear_Expression_Impl_templates.hh:1213:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ./Linear_Expression_Impl_templates.hh:1210:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ./Linear_Expression_Impl_templates.hh:1235:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ./Linear_Expression_Impl_templates.hh:1232:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ./Linear_Expression_Impl_templates.hh:1255:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ./Linear_Expression_Impl_templates.hh:1252:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# Linear_Expression.cc:161:5: warning: 'break' will never be executed [-Wunreachable-code-break]
# break;
# ^~~~~
# 30 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Linear_Expression.lo -MD -MP -MF .deps/Linear_Expression.Tpo -c Linear_Expression.cc -o Linear_Expression.o >/dev/null 2>&1
# mv -f .deps/Linear_Expression.Tpo .deps/Linear_Expression.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Linear_Expression_Impl.lo -MD -MP -MF .deps/Linear_Expression_Impl.Tpo -c -o Linear_Expression_Impl.lo Linear_Expression_Impl.cc
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Linear_Expression_Impl.lo -MD -MP -MF .deps/Linear_Expression_Impl.Tpo -c Linear_Expression_Impl.cc -fPIC -DPIC -o .libs/Linear_Expression_Impl.o
# In file included from Linear_Expression_Impl.cc:24:
# ../ppl-config.h:196:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_ALLOC 1
# ^
# ../ppl-config.h:199:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_D 1
# ^
# ../ppl-config.h:202:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_SIZE 1
# ^
# ../ppl-config.h:401:11: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # define __STDC_LIMIT_MACROS 1
# ^
# In file included from Linear_Expression_Impl.cc:25:
# In file included from ./Linear_Expression_Impl_defs.hh:28:
# In file included from ./Linear_Expression_Interface_defs.hh:28:
# In file included from ./Coefficient_defs.hh:27:
# In file included from ./Coefficient_types.hh:16:
# In file included from ./Checked_Number_defs.hh:28:
# In file included from ./checked_defs.hh:29:
# In file included from ./Rounding_Dir_defs.hh:27:
# ./Result_defs.hh:30:7: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \hideinitializer Representable number result class.
# ^
# In file included from Linear_Expression_Impl.cc:25:
# In file included from ./Linear_Expression_Impl_defs.hh:28:
# In file included from ./Linear_Expression_Interface_defs.hh:28:
# In file included from ./Coefficient_defs.hh:27:
# In file included from ./Coefficient_types.hh:16:
# In file included from ./Checked_Number_defs.hh:28:
# In file included from ./checked_defs.hh:31:
# In file included from ./Float_defs.hh:519:
# In file included from ./Float_inlines.hh:27:
# In file included from ./Variable_defs.hh:155:
# In file included from ./Variable_inlines.hh:27:
# ./globals_defs.hh:429:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \cond
# ^
# ./globals_defs.hh:448:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \endcond
# ^
# In file included from Linear_Expression_Impl.cc:25:
# In file included from ./Linear_Expression_Impl_defs.hh:28:
# In file included from ./Linear_Expression_Interface_defs.hh:28:
# In file included from ./Coefficient_defs.hh:27:
# In file included from ./Coefficient_types.hh:16:
# In file included from ./Checked_Number_defs.hh:28:
# In file included from ./checked_defs.hh:703:
# ./checked_mpz_inlines.hh:58:9: warning: extension used [-Wlanguage-extension-token]
# typedef typeof(__mpz_struct()._mp_size) mp_size_field_t;
# ^
# In file included from Linear_Expression_Impl.cc:25:
# In file included from ./Linear_Expression_Impl_defs.hh:904:
# ./Linear_Expression_Impl_templates.hh:60:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&e)) {
# ^
# ./Linear_Expression_Impl_templates.hh:57:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&e)) {
# ^
# ./Linear_Expression_Impl_templates.hh:78:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&e)) {
# ^
# ./Linear_Expression_Impl_templates.hh:75:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&e)) {
# ^
# ./Linear_Expression_Impl_templates.hh:904:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ./Linear_Expression_Impl_templates.hh:901:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ./Linear_Expression_Impl_templates.hh:924:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ./Linear_Expression_Impl_templates.hh:921:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ./Linear_Expression_Impl_templates.hh:944:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ./Linear_Expression_Impl_templates.hh:941:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ./Linear_Expression_Impl_templates.hh:962:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ./Linear_Expression_Impl_templates.hh:959:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ./Linear_Expression_Impl_templates.hh:981:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ./Linear_Expression_Impl_templates.hh:978:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ./Linear_Expression_Impl_templates.hh:1000:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ./Linear_Expression_Impl_templates.hh:997:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ./Linear_Expression_Impl_templates.hh:1020:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ./Linear_Expression_Impl_templates.hh:1017:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ./Linear_Expression_Impl_templates.hh:1039:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ./Linear_Expression_Impl_templates.hh:1036:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ./Linear_Expression_Impl_templates.hh:1057:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ./Linear_Expression_Impl_templates.hh:1054:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ./Linear_Expression_Impl_templates.hh:1078:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ./Linear_Expression_Impl_templates.hh:1075:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ./Linear_Expression_Impl_templates.hh:1099:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ./Linear_Expression_Impl_templates.hh:1096:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ./Linear_Expression_Impl_templates.hh:1117:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ./Linear_Expression_Impl_templates.hh:1114:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ./Linear_Expression_Impl_templates.hh:1136:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ./Linear_Expression_Impl_templates.hh:1133:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ./Linear_Expression_Impl_templates.hh:1154:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ./Linear_Expression_Impl_templates.hh:1151:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ./Linear_Expression_Impl_templates.hh:1174:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ./Linear_Expression_Impl_templates.hh:1171:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ./Linear_Expression_Impl_templates.hh:1193:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ./Linear_Expression_Impl_templates.hh:1190:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ./Linear_Expression_Impl_templates.hh:1213:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ./Linear_Expression_Impl_templates.hh:1210:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ./Linear_Expression_Impl_templates.hh:1235:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ./Linear_Expression_Impl_templates.hh:1232:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ./Linear_Expression_Impl_templates.hh:1255:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ./Linear_Expression_Impl_templates.hh:1252:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# 29 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Linear_Expression_Impl.lo -MD -MP -MF .deps/Linear_Expression_Impl.Tpo -c Linear_Expression_Impl.cc -o Linear_Expression_Impl.o >/dev/null 2>&1
# mv -f .deps/Linear_Expression_Impl.Tpo .deps/Linear_Expression_Impl.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Linear_Expression_Interface.lo -MD -MP -MF .deps/Linear_Expression_Interface.Tpo -c -o Linear_Expression_Interface.lo Linear_Expression_Interface.cc
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Linear_Expression_Interface.lo -MD -MP -MF .deps/Linear_Expression_Interface.Tpo -c Linear_Expression_Interface.cc -fPIC -DPIC -o .libs/Linear_Expression_Interface.o
# In file included from Linear_Expression_Interface.cc:24:
# ../ppl-config.h:196:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_ALLOC 1
# ^
# ../ppl-config.h:199:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_D 1
# ^
# ../ppl-config.h:202:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_SIZE 1
# ^
# ../ppl-config.h:401:11: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # define __STDC_LIMIT_MACROS 1
# ^
# In file included from Linear_Expression_Interface.cc:26:
# In file included from ./Linear_Expression_Interface_defs.hh:28:
# In file included from ./Coefficient_defs.hh:27:
# In file included from ./Coefficient_types.hh:16:
# In file included from ./Checked_Number_defs.hh:28:
# In file included from ./checked_defs.hh:29:
# In file included from ./Rounding_Dir_defs.hh:27:
# ./Result_defs.hh:30:7: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \hideinitializer Representable number result class.
# ^
# In file included from Linear_Expression_Interface.cc:26:
# In file included from ./Linear_Expression_Interface_defs.hh:28:
# In file included from ./Coefficient_defs.hh:27:
# In file included from ./Coefficient_types.hh:16:
# In file included from ./Checked_Number_defs.hh:28:
# In file included from ./checked_defs.hh:31:
# In file included from ./Float_defs.hh:519:
# In file included from ./Float_inlines.hh:27:
# In file included from ./Variable_defs.hh:155:
# In file included from ./Variable_inlines.hh:27:
# ./globals_defs.hh:429:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \cond
# ^
# ./globals_defs.hh:448:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \endcond
# ^
# In file included from Linear_Expression_Interface.cc:26:
# In file included from ./Linear_Expression_Interface_defs.hh:28:
# In file included from ./Coefficient_defs.hh:27:
# In file included from ./Coefficient_types.hh:16:
# In file included from ./Checked_Number_defs.hh:28:
# In file included from ./checked_defs.hh:703:
# ./checked_mpz_inlines.hh:58:9: warning: extension used [-Wlanguage-extension-token]
# typedef typeof(__mpz_struct()._mp_size) mp_size_field_t;
# ^
# 8 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Linear_Expression_Interface.lo -MD -MP -MF .deps/Linear_Expression_Interface.Tpo -c Linear_Expression_Interface.cc -o Linear_Expression_Interface.o >/dev/null 2>&1
# mv -f .deps/Linear_Expression_Interface.Tpo .deps/Linear_Expression_Interface.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Linear_Form.lo -MD -MP -MF .deps/Linear_Form.Tpo -c -o Linear_Form.lo Linear_Form.cc
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Linear_Form.lo -MD -MP -MF .deps/Linear_Form.Tpo -c Linear_Form.cc -fPIC -DPIC -o .libs/Linear_Form.o
# In file included from Linear_Form.cc:25:
# ../ppl-config.h:196:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_ALLOC 1
# ^
# ../ppl-config.h:199:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_D 1
# ^
# ../ppl-config.h:202:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_SIZE 1
# ^
# ../ppl-config.h:401:11: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # define __STDC_LIMIT_MACROS 1
# ^
# In file included from Linear_Form.cc:26:
# In file included from ./Linear_Form_defs.hh:29:
# In file included from ./Variable_defs.hh:29:
# ./globals_types.hh:41:7: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \hideinitializer Equal to.
# ^
# In file included from Linear_Form.cc:26:
# In file included from ./Linear_Form_defs.hh:29:
# In file included from ./Variable_defs.hh:155:
# In file included from ./Variable_inlines.hh:27:
# ./globals_defs.hh:429:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \cond
# ^
# ./globals_defs.hh:448:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \endcond
# ^
# 7 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Linear_Form.lo -MD -MP -MF .deps/Linear_Form.Tpo -c Linear_Form.cc -o Linear_Form.o >/dev/null 2>&1
# mv -f .deps/Linear_Form.Tpo .deps/Linear_Form.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Scalar_Products.lo -MD -MP -MF .deps/Scalar_Products.Tpo -c -o Scalar_Products.lo Scalar_Products.cc
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Scalar_Products.lo -MD -MP -MF .deps/Scalar_Products.Tpo -c Scalar_Products.cc -fPIC -DPIC -o .libs/Scalar_Products.o
# In file included from Scalar_Products.cc:24:
# ../ppl-config.h:196:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_ALLOC 1
# ^
# ../ppl-config.h:199:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_D 1
# ^
# ../ppl-config.h:202:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_SIZE 1
# ^
# ../ppl-config.h:401:11: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # define __STDC_LIMIT_MACROS 1
# ^
# In file included from Scalar_Products.cc:25:
# In file included from ./Scalar_Products_defs.hh:28:
# In file included from ./Coefficient_types.hh:16:
# In file included from ./Checked_Number_defs.hh:28:
# In file included from ./checked_defs.hh:29:
# In file included from ./Rounding_Dir_defs.hh:27:
# ./Result_defs.hh:30:7: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \hideinitializer Representable number result class.
# ^
# In file included from Scalar_Products.cc:25:
# In file included from ./Scalar_Products_defs.hh:28:
# In file included from ./Coefficient_types.hh:16:
# In file included from ./Checked_Number_defs.hh:28:
# In file included from ./checked_defs.hh:31:
# In file included from ./Float_defs.hh:519:
# In file included from ./Float_inlines.hh:27:
# In file included from ./Variable_defs.hh:155:
# In file included from ./Variable_inlines.hh:27:
# ./globals_defs.hh:429:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \cond
# ^
# ./globals_defs.hh:448:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \endcond
# ^
# In file included from Scalar_Products.cc:25:
# In file included from ./Scalar_Products_defs.hh:28:
# In file included from ./Coefficient_types.hh:16:
# In file included from ./Checked_Number_defs.hh:28:
# In file included from ./checked_defs.hh:703:
# ./checked_mpz_inlines.hh:58:9: warning: extension used [-Wlanguage-extension-token]
# typedef typeof(__mpz_struct()._mp_size) mp_size_field_t;
# ^
# 8 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Scalar_Products.lo -MD -MP -MF .deps/Scalar_Products.Tpo -c Scalar_Products.cc -o Scalar_Products.o >/dev/null 2>&1
# mv -f .deps/Scalar_Products.Tpo .deps/Scalar_Products.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT MIP_Problem.lo -MD -MP -MF .deps/MIP_Problem.Tpo -c -o MIP_Problem.lo MIP_Problem.cc
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT MIP_Problem.lo -MD -MP -MF .deps/MIP_Problem.Tpo -c MIP_Problem.cc -fPIC -DPIC -o .libs/MIP_Problem.o
# In file included from MIP_Problem.cc:24:
# ../ppl-config.h:196:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_ALLOC 1
# ^
# ../ppl-config.h:199:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_D 1
# ^
# ../ppl-config.h:202:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_SIZE 1
# ^
# ../ppl-config.h:401:11: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # define __STDC_LIMIT_MACROS 1
# ^
# In file included from MIP_Problem.cc:25:
# In file included from ./MIP_Problem_defs.hh:28:
# ./globals_types.hh:41:7: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \hideinitializer Equal to.
# ^
# In file included from MIP_Problem.cc:25:
# In file included from ./MIP_Problem_defs.hh:29:
# In file included from ./Matrix_defs.hh:28:
# ./globals_defs.hh:429:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \cond
# ^
# ./globals_defs.hh:448:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \endcond
# ^
# In file included from MIP_Problem.cc:25:
# In file included from ./MIP_Problem_defs.hh:29:
# In file included from ./Matrix_defs.hh:29:
# In file included from ./Coefficient_defs.hh:27:
# In file included from ./Coefficient_types.hh:16:
# In file included from ./Checked_Number_defs.hh:28:
# In file included from ./checked_defs.hh:703:
# ./checked_mpz_inlines.hh:58:9: warning: extension used [-Wlanguage-extension-token]
# typedef typeof(__mpz_struct()._mp_size) mp_size_field_t;
# ^
# MIP_Problem.cc:289:10: warning: 'return' will never be executed [-Wunreachable-code-return]
# return false;
# ^~~~~
# MIP_Problem.cc:370:10: warning: 'return' will never be executed [-Wunreachable-code-return]
# return UNFEASIBLE_MIP_PROBLEM;
# ^~~~~~~~~~~~~~~~~~~~~~
# MIP_Problem.cc:2011:10: warning: 'return' will never be executed [-Wunreachable-code-return]
# return false;
# ^~~~~
# 11 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT MIP_Problem.lo -MD -MP -MF .deps/MIP_Problem.Tpo -c MIP_Problem.cc -o MIP_Problem.o >/dev/null 2>&1
# mv -f .deps/MIP_Problem.Tpo .deps/MIP_Problem.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT PIP_Tree.lo -MD -MP -MF .deps/PIP_Tree.Tpo -c -o PIP_Tree.lo PIP_Tree.cc
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT PIP_Tree.lo -MD -MP -MF .deps/PIP_Tree.Tpo -c PIP_Tree.cc -fPIC -DPIC -o .libs/PIP_Tree.o
# In file included from PIP_Tree.cc:24:
# ../ppl-config.h:196:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_ALLOC 1
# ^
# ../ppl-config.h:199:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_D 1
# ^
# ../ppl-config.h:202:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_SIZE 1
# ^
# ../ppl-config.h:401:11: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # define __STDC_LIMIT_MACROS 1
# ^
# In file included from PIP_Tree.cc:25:
# In file included from ./PIP_Tree_defs.hh:28:
# In file included from ./Variable_defs.hh:29:
# ./globals_types.hh:41:7: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \hideinitializer Equal to.
# ^
# In file included from PIP_Tree.cc:25:
# In file included from ./PIP_Tree_defs.hh:28:
# In file included from ./Variable_defs.hh:155:
# In file included from ./Variable_inlines.hh:27:
# ./globals_defs.hh:429:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \cond
# ^
# ./globals_defs.hh:448:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \endcond
# ^
# In file included from PIP_Tree.cc:25:
# In file included from ./PIP_Tree_defs.hh:30:
# In file included from ./Constraint_System_defs.hh:29:
# In file included from ./Linear_System_defs.hh:579:
# In file included from ./Linear_System_inlines.hh:28:
# In file included from ./Coefficient_defs.hh:27:
# In file included from ./Coefficient_types.hh:16:
# In file included from ./Checked_Number_defs.hh:28:
# In file included from ./checked_defs.hh:703:
# ./checked_mpz_inlines.hh:58:9: warning: extension used [-Wlanguage-extension-token]
# typedef typeof(__mpz_struct()._mp_size) mp_size_field_t;
# ^
# PIP_Tree.cc:369:10: warning: 'return' will never be executed [-Wunreachable-code-return]
# return false;
# ^~~~~
# PIP_Tree.cc:1733:54: warning: declaration shadows a field of 'Parma_Polyhedra_Library::PIP_Solution_Node' [-Wshadow]
# ::is_better_pivot(const std::vector& mapping,
# ^
# ./PIP_Tree_defs.hh:555:31: note: previous declaration is here
# std::vector mapping;
# ^
# PIP_Tree.cc:1734:44: warning: declaration shadows a field of 'Parma_Polyhedra_Library::PIP_Solution_Node' [-Wshadow]
# const std::vector& basis,
# ^
# ./PIP_Tree_defs.hh:543:21: note: previous declaration is here
# std::vector basis;
# ^
# PIP_Tree.cc:2401:10: warning: 'return' will never be executed [-Wunreachable-code-return]
# return false;
# ^~~~~
# PIP_Tree.cc:3459:10: warning: 'return' will never be executed [-Wunreachable-code-return]
# return 0;
# ^
# PIP_Tree.cc:75:3: warning: unused member function 'operator()' [-Wunused-member-function]
# operator()(Coefficient& x, Coefficient_traits::const_reference y) const {
# ^
# PIP_Tree.cc:106:3: warning: unused member function 'operator()' [-Wunused-member-function]
# operator()(Coefficient& x, Coefficient_traits::const_reference y) const {
# ^
# PIP_Tree.cc:619:8: warning: unused member function 'operator==' [-Wunused-member-function]
# bool operator==(const compatibility_check_find_pivot_in_set_data& x) const {
# ^
# PIP_Tree.cc:623:8: warning: unused member function 'operator<' [-Wunused-member-function]
# bool operator<(const compatibility_check_find_pivot_in_set_data& x) const {
# ^
# 17 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT PIP_Tree.lo -MD -MP -MF .deps/PIP_Tree.Tpo -c PIP_Tree.cc -o PIP_Tree.o >/dev/null 2>&1
# mv -f .deps/PIP_Tree.Tpo .deps/PIP_Tree.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT PIP_Problem.lo -MD -MP -MF .deps/PIP_Problem.Tpo -c -o PIP_Problem.lo PIP_Problem.cc
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT PIP_Problem.lo -MD -MP -MF .deps/PIP_Problem.Tpo -c PIP_Problem.cc -fPIC -DPIC -o .libs/PIP_Problem.o
# In file included from PIP_Problem.cc:24:
# ../ppl-config.h:196:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_ALLOC 1
# ^
# ../ppl-config.h:199:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_D 1
# ^
# ../ppl-config.h:202:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_SIZE 1
# ^
# ../ppl-config.h:401:11: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # define __STDC_LIMIT_MACROS 1
# ^
# In file included from PIP_Problem.cc:25:
# In file included from ./PIP_Problem_defs.hh:29:
# ./globals_types.hh:41:7: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \hideinitializer Equal to.
# ^
# In file included from PIP_Problem.cc:25:
# In file included from ./PIP_Problem_defs.hh:30:
# In file included from ./Linear_Expression_defs.hh:36:
# In file included from ./Coefficient_types.hh:16:
# In file included from ./Checked_Number_defs.hh:28:
# In file included from ./checked_defs.hh:31:
# In file included from ./Float_defs.hh:519:
# In file included from ./Float_inlines.hh:27:
# In file included from ./Variable_defs.hh:155:
# In file included from ./Variable_inlines.hh:27:
# ./globals_defs.hh:429:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \cond
# ^
# ./globals_defs.hh:448:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \endcond
# ^
# In file included from PIP_Problem.cc:25:
# In file included from ./PIP_Problem_defs.hh:30:
# In file included from ./Linear_Expression_defs.hh:36:
# In file included from ./Coefficient_types.hh:16:
# In file included from ./Checked_Number_defs.hh:28:
# In file included from ./checked_defs.hh:703:
# ./checked_mpz_inlines.hh:58:9: warning: extension used [-Wlanguage-extension-token]
# typedef typeof(__mpz_struct()._mp_size) mp_size_field_t;
# ^
# PIP_Problem.cc:257:10: warning: 'return' will never be executed [-Wunreachable-code-return]
# return UNFEASIBLE_PIP_PROBLEM;
# ^~~~~~~~~~~~~~~~~~~~~~
# 9 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT PIP_Problem.lo -MD -MP -MF .deps/PIP_Problem.Tpo -c PIP_Problem.cc -o PIP_Problem.o >/dev/null 2>&1
# mv -f .deps/PIP_Problem.Tpo .deps/PIP_Problem.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Poly_Con_Relation.lo -MD -MP -MF .deps/Poly_Con_Relation.Tpo -c -o Poly_Con_Relation.lo Poly_Con_Relation.cc
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Poly_Con_Relation.lo -MD -MP -MF .deps/Poly_Con_Relation.Tpo -c Poly_Con_Relation.cc -fPIC -DPIC -o .libs/Poly_Con_Relation.o
# In file included from Poly_Con_Relation.cc:24:
# ../ppl-config.h:196:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_ALLOC 1
# ^
# ../ppl-config.h:199:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_D 1
# ^
# ../ppl-config.h:202:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_SIZE 1
# ^
# ../ppl-config.h:401:11: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # define __STDC_LIMIT_MACROS 1
# ^
# In file included from Poly_Con_Relation.cc:25:
# In file included from ./Poly_Con_Relation_defs.hh:28:
# In file included from ./globals_defs.hh:27:
# ./globals_types.hh:41:7: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \hideinitializer Equal to.
# ^
# In file included from Poly_Con_Relation.cc:25:
# In file included from ./Poly_Con_Relation_defs.hh:28:
# ./globals_defs.hh:429:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \cond
# ^
# ./globals_defs.hh:448:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \endcond
# ^
# 7 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Poly_Con_Relation.lo -MD -MP -MF .deps/Poly_Con_Relation.Tpo -c Poly_Con_Relation.cc -o Poly_Con_Relation.o >/dev/null 2>&1
# mv -f .deps/Poly_Con_Relation.Tpo .deps/Poly_Con_Relation.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Poly_Gen_Relation.lo -MD -MP -MF .deps/Poly_Gen_Relation.Tpo -c -o Poly_Gen_Relation.lo Poly_Gen_Relation.cc
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Poly_Gen_Relation.lo -MD -MP -MF .deps/Poly_Gen_Relation.Tpo -c Poly_Gen_Relation.cc -fPIC -DPIC -o .libs/Poly_Gen_Relation.o
# In file included from Poly_Gen_Relation.cc:24:
# ../ppl-config.h:196:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_ALLOC 1
# ^
# ../ppl-config.h:199:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_D 1
# ^
# ../ppl-config.h:202:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_SIZE 1
# ^
# ../ppl-config.h:401:11: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # define __STDC_LIMIT_MACROS 1
# ^
# In file included from Poly_Gen_Relation.cc:25:
# In file included from ./Poly_Gen_Relation_defs.hh:28:
# In file included from ./globals_defs.hh:27:
# ./globals_types.hh:41:7: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \hideinitializer Equal to.
# ^
# In file included from Poly_Gen_Relation.cc:25:
# In file included from ./Poly_Gen_Relation_defs.hh:28:
# ./globals_defs.hh:429:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \cond
# ^
# ./globals_defs.hh:448:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \endcond
# ^
# 7 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Poly_Gen_Relation.lo -MD -MP -MF .deps/Poly_Gen_Relation.Tpo -c Poly_Gen_Relation.cc -o Poly_Gen_Relation.o >/dev/null 2>&1
# mv -f .deps/Poly_Gen_Relation.Tpo .deps/Poly_Gen_Relation.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT BHRZ03_Certificate.lo -MD -MP -MF .deps/BHRZ03_Certificate.Tpo -c -o BHRZ03_Certificate.lo BHRZ03_Certificate.cc
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT BHRZ03_Certificate.lo -MD -MP -MF .deps/BHRZ03_Certificate.Tpo -c BHRZ03_Certificate.cc -fPIC -DPIC -o .libs/BHRZ03_Certificate.o
# In file included from BHRZ03_Certificate.cc:24:
# ../ppl-config.h:196:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_ALLOC 1
# ^
# ../ppl-config.h:199:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_D 1
# ^
# ../ppl-config.h:202:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_SIZE 1
# ^
# ../ppl-config.h:401:11: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # define __STDC_LIMIT_MACROS 1
# ^
# In file included from BHRZ03_Certificate.cc:25:
# In file included from ./BHRZ03_Certificate_defs.hh:29:
# In file included from ./globals_defs.hh:27:
# ./globals_types.hh:41:7: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \hideinitializer Equal to.
# ^
# In file included from BHRZ03_Certificate.cc:25:
# In file included from ./BHRZ03_Certificate_defs.hh:29:
# ./globals_defs.hh:429:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \cond
# ^
# ./globals_defs.hh:448:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \endcond
# ^
# In file included from BHRZ03_Certificate.cc:26:
# In file included from ./Polyhedron_defs.hh:32:
# In file included from ./Constraint_System_defs.hh:29:
# In file included from ./Linear_System_defs.hh:579:
# In file included from ./Linear_System_inlines.hh:28:
# In file included from ./Coefficient_defs.hh:27:
# In file included from ./Coefficient_types.hh:16:
# In file included from ./Checked_Number_defs.hh:28:
# In file included from ./checked_defs.hh:703:
# ./checked_mpz_inlines.hh:58:9: warning: extension used [-Wlanguage-extension-token]
# typedef typeof(__mpz_struct()._mp_size) mp_size_field_t;
# ^
# In file included from BHRZ03_Certificate.cc:26:
# ./Polyhedron_defs.hh:1178:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# \if Include_Implementation_Details
# ^
# ./Polyhedron_defs.hh:1244:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# \endif
# ^
# 10 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT BHRZ03_Certificate.lo -MD -MP -MF .deps/BHRZ03_Certificate.Tpo -c BHRZ03_Certificate.cc -o BHRZ03_Certificate.o >/dev/null 2>&1
# mv -f .deps/BHRZ03_Certificate.Tpo .deps/BHRZ03_Certificate.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT H79_Certificate.lo -MD -MP -MF .deps/H79_Certificate.Tpo -c -o H79_Certificate.lo H79_Certificate.cc
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT H79_Certificate.lo -MD -MP -MF .deps/H79_Certificate.Tpo -c H79_Certificate.cc -fPIC -DPIC -o .libs/H79_Certificate.o
# In file included from H79_Certificate.cc:25:
# ../ppl-config.h:196:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_ALLOC 1
# ^
# ../ppl-config.h:199:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_D 1
# ^
# ../ppl-config.h:202:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_SIZE 1
# ^
# ../ppl-config.h:401:11: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # define __STDC_LIMIT_MACROS 1
# ^
# In file included from H79_Certificate.cc:26:
# In file included from ./H79_Certificate_defs.hh:29:
# ./globals_types.hh:41:7: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \hideinitializer Equal to.
# ^
# In file included from H79_Certificate.cc:26:
# In file included from ./H79_Certificate_defs.hh:95:
# In file included from ./H79_Certificate_inlines.hh:27:
# In file included from ./Polyhedron_defs.hh:29:
# In file included from ./Variable_defs.hh:155:
# In file included from ./Variable_inlines.hh:27:
# ./globals_defs.hh:429:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \cond
# ^
# ./globals_defs.hh:448:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \endcond
# ^
# In file included from H79_Certificate.cc:26:
# In file included from ./H79_Certificate_defs.hh:95:
# In file included from ./H79_Certificate_inlines.hh:27:
# In file included from ./Polyhedron_defs.hh:32:
# In file included from ./Constraint_System_defs.hh:29:
# In file included from ./Linear_System_defs.hh:579:
# In file included from ./Linear_System_inlines.hh:28:
# In file included from ./Coefficient_defs.hh:27:
# In file included from ./Coefficient_types.hh:16:
# In file included from ./Checked_Number_defs.hh:28:
# In file included from ./checked_defs.hh:703:
# ./checked_mpz_inlines.hh:58:9: warning: extension used [-Wlanguage-extension-token]
# typedef typeof(__mpz_struct()._mp_size) mp_size_field_t;
# ^
# In file included from H79_Certificate.cc:26:
# In file included from ./H79_Certificate_defs.hh:95:
# In file included from ./H79_Certificate_inlines.hh:27:
# ./Polyhedron_defs.hh:1178:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# \if Include_Implementation_Details
# ^
# ./Polyhedron_defs.hh:1244:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# \endif
# ^
# 10 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT H79_Certificate.lo -MD -MP -MF .deps/H79_Certificate.Tpo -c H79_Certificate.cc -o H79_Certificate.o >/dev/null 2>&1
# mv -f .deps/H79_Certificate.Tpo .deps/H79_Certificate.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Grid_Certificate.lo -MD -MP -MF .deps/Grid_Certificate.Tpo -c -o Grid_Certificate.lo Grid_Certificate.cc
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Grid_Certificate.lo -MD -MP -MF .deps/Grid_Certificate.Tpo -c Grid_Certificate.cc -fPIC -DPIC -o .libs/Grid_Certificate.o
# In file included from Grid_Certificate.cc:25:
# ../ppl-config.h:196:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_ALLOC 1
# ^
# ../ppl-config.h:199:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_D 1
# ^
# ../ppl-config.h:202:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_SIZE 1
# ^
# ../ppl-config.h:401:11: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # define __STDC_LIMIT_MACROS 1
# ^
# In file included from Grid_Certificate.cc:26:
# In file included from ./Grid_Certificate_defs.hh:30:
# In file included from ./globals_defs.hh:27:
# ./globals_types.hh:41:7: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \hideinitializer Equal to.
# ^
# In file included from Grid_Certificate.cc:26:
# In file included from ./Grid_Certificate_defs.hh:30:
# ./globals_defs.hh:429:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \cond
# ^
# ./globals_defs.hh:448:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \endcond
# ^
# In file included from Grid_Certificate.cc:27:
# In file included from ./Grid_defs.hh:31:
# In file included from ./Linear_Expression_defs.hh:36:
# In file included from ./Coefficient_types.hh:16:
# In file included from ./Checked_Number_defs.hh:28:
# In file included from ./checked_defs.hh:703:
# ./checked_mpz_inlines.hh:58:9: warning: extension used [-Wlanguage-extension-token]
# typedef typeof(__mpz_struct()._mp_size) mp_size_field_t;
# ^
# In file included from Grid_Certificate.cc:27:
# ./Grid_defs.hh:1196:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# \if Include_Implementation_Details
# ^
# ./Grid_defs.hh:1234:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# \endif
# ^
# 10 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Grid_Certificate.lo -MD -MP -MF .deps/Grid_Certificate.Tpo -c Grid_Certificate.cc -o Grid_Certificate.o >/dev/null 2>&1
# mv -f .deps/Grid_Certificate.Tpo .deps/Grid_Certificate.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Partial_Function.lo -MD -MP -MF .deps/Partial_Function.Tpo -c -o Partial_Function.lo Partial_Function.cc
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Partial_Function.lo -MD -MP -MF .deps/Partial_Function.Tpo -c Partial_Function.cc -fPIC -DPIC -o .libs/Partial_Function.o
# In file included from Partial_Function.cc:24:
# ../ppl-config.h:196:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_ALLOC 1
# ^
# ../ppl-config.h:199:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_D 1
# ^
# ../ppl-config.h:202:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_SIZE 1
# ^
# ../ppl-config.h:401:11: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # define __STDC_LIMIT_MACROS 1
# ^
# In file included from Partial_Function.cc:25:
# In file included from ./Partial_Function_defs.hh:28:
# In file included from ./globals_defs.hh:27:
# ./globals_types.hh:41:7: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \hideinitializer Equal to.
# ^
# In file included from Partial_Function.cc:25:
# In file included from ./Partial_Function_defs.hh:28:
# ./globals_defs.hh:429:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \cond
# ^
# ./globals_defs.hh:448:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \endcond
# ^
# 7 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Partial_Function.lo -MD -MP -MF .deps/Partial_Function.Tpo -c Partial_Function.cc -o Partial_Function.o >/dev/null 2>&1
# mv -f .deps/Partial_Function.Tpo .deps/Partial_Function.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Polyhedron_nonpublic.lo -MD -MP -MF .deps/Polyhedron_nonpublic.Tpo -c -o Polyhedron_nonpublic.lo Polyhedron_nonpublic.cc
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Polyhedron_nonpublic.lo -MD -MP -MF .deps/Polyhedron_nonpublic.Tpo -c Polyhedron_nonpublic.cc -fPIC -DPIC -o .libs/Polyhedron_nonpublic.o
# In file included from Polyhedron_nonpublic.cc:25:
# ../ppl-config.h:196:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_ALLOC 1
# ^
# ../ppl-config.h:199:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_D 1
# ^
# ../ppl-config.h:202:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_SIZE 1
# ^
# ../ppl-config.h:401:11: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # define __STDC_LIMIT_MACROS 1
# ^
# In file included from Polyhedron_nonpublic.cc:26:
# In file included from ./Polyhedron_defs.hh:28:
# ./globals_types.hh:41:7: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \hideinitializer Equal to.
# ^
# In file included from Polyhedron_nonpublic.cc:26:
# In file included from ./Polyhedron_defs.hh:29:
# In file included from ./Variable_defs.hh:155:
# In file included from ./Variable_inlines.hh:27:
# ./globals_defs.hh:429:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \cond
# ^
# ./globals_defs.hh:448:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \endcond
# ^
# In file included from Polyhedron_nonpublic.cc:26:
# In file included from ./Polyhedron_defs.hh:32:
# In file included from ./Constraint_System_defs.hh:29:
# In file included from ./Linear_System_defs.hh:579:
# In file included from ./Linear_System_inlines.hh:28:
# In file included from ./Coefficient_defs.hh:27:
# In file included from ./Coefficient_types.hh:16:
# In file included from ./Checked_Number_defs.hh:28:
# In file included from ./checked_defs.hh:703:
# ./checked_mpz_inlines.hh:58:9: warning: extension used [-Wlanguage-extension-token]
# typedef typeof(__mpz_struct()._mp_size) mp_size_field_t;
# ^
# In file included from Polyhedron_nonpublic.cc:26:
# ./Polyhedron_defs.hh:1178:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# \if Include_Implementation_Details
# ^
# ./Polyhedron_defs.hh:1244:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# \endif
# ^
# Polyhedron_nonpublic.cc:1308:32: warning: declaration shadows a field of 'Parma_Polyhedra_Library::Polyhedron' [-Wshadow]
# const MIP_Problem_Status status = lp.solve();
# ^
# ./Polyhedron_defs.hh:2046:10: note: previous declaration is here
# Status status;
# ^
# Polyhedron_nonpublic.cc:1193:7: warning: 'break' will never be executed [-Wunreachable-code-break]
# break;
# ^~~~~
# 12 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Polyhedron_nonpublic.lo -MD -MP -MF .deps/Polyhedron_nonpublic.Tpo -c Polyhedron_nonpublic.cc -o Polyhedron_nonpublic.o >/dev/null 2>&1
# mv -f .deps/Polyhedron_nonpublic.Tpo .deps/Polyhedron_nonpublic.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Polyhedron_public.lo -MD -MP -MF .deps/Polyhedron_public.Tpo -c -o Polyhedron_public.lo Polyhedron_public.cc
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Polyhedron_public.lo -MD -MP -MF .deps/Polyhedron_public.Tpo -c Polyhedron_public.cc -fPIC -DPIC -o .libs/Polyhedron_public.o
# In file included from Polyhedron_public.cc:24:
# ../ppl-config.h:196:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_ALLOC 1
# ^
# ../ppl-config.h:199:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_D 1
# ^
# ../ppl-config.h:202:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_SIZE 1
# ^
# ../ppl-config.h:401:11: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # define __STDC_LIMIT_MACROS 1
# ^
# In file included from Polyhedron_public.cc:25:
# In file included from ./Polyhedron_defs.hh:28:
# ./globals_types.hh:41:7: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \hideinitializer Equal to.
# ^
# In file included from Polyhedron_public.cc:25:
# In file included from ./Polyhedron_defs.hh:29:
# In file included from ./Variable_defs.hh:155:
# In file included from ./Variable_inlines.hh:27:
# ./globals_defs.hh:429:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \cond
# ^
# ./globals_defs.hh:448:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \endcond
# ^
# In file included from Polyhedron_public.cc:25:
# In file included from ./Polyhedron_defs.hh:32:
# In file included from ./Constraint_System_defs.hh:29:
# In file included from ./Linear_System_defs.hh:579:
# In file included from ./Linear_System_inlines.hh:28:
# In file included from ./Coefficient_defs.hh:27:
# In file included from ./Coefficient_types.hh:16:
# In file included from ./Checked_Number_defs.hh:28:
# In file included from ./checked_defs.hh:703:
# ./checked_mpz_inlines.hh:58:9: warning: extension used [-Wlanguage-extension-token]
# typedef typeof(__mpz_struct()._mp_size) mp_size_field_t;
# ^
# In file included from Polyhedron_public.cc:25:
# ./Polyhedron_defs.hh:1178:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# \if Include_Implementation_Details
# ^
# ./Polyhedron_defs.hh:1244:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# \endif
# ^
# Polyhedron_public.cc:1504:9: warning: 'break' will never be executed [-Wunreachable-code-break]
# break;
# ^~~~~
# Polyhedron_public.cc:2414:34: warning: declaration shadows a field of 'Parma_Polyhedra_Library::Polyhedron' [-Wshadow]
# const MIP_Problem_Status status = lp.solve();
# ^
# ./Polyhedron_defs.hh:2046:10: note: previous declaration is here
# Status status;
# ^
# Polyhedron_public.cc:2433:11: warning: 'break' will never be executed [-Wunreachable-code-break]
# break;
# ^~~~~
# Polyhedron_public.cc:3191:5: warning: 'break' will never be executed [-Wunreachable-code-break]
# break;
# ^~~~~
# Polyhedron_public.cc:3299:5: warning: 'break' will never be executed [-Wunreachable-code-break]
# break;
# ^~~~~
# Polyhedron_public.cc:3258:5: warning: 'return' will never be executed [-Wunreachable-code-return]
# return;
# ^~~~~~
# Polyhedron_public.cc:3459:7: warning: 'break' will never be executed [-Wunreachable-code-break]
# break;
# ^~~~~
# Polyhedron_public.cc:3419:9: warning: 'break' will never be executed [-Wunreachable-code-break]
# break;
# ^~~~~
# Polyhedron_public.cc:3367:7: warning: 'break' will never be executed [-Wunreachable-code-break]
# break;
# ^~~~~
# Polyhedron_public.cc:3589:7: warning: 'break' will never be executed [-Wunreachable-code-break]
# break;
# ^~~~~
# Polyhedron_public.cc:3558:9: warning: 'break' will never be executed [-Wunreachable-code-break]
# break;
# ^~~~~
# 21 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Polyhedron_public.lo -MD -MP -MF .deps/Polyhedron_public.Tpo -c Polyhedron_public.cc -o Polyhedron_public.o >/dev/null 2>&1
# mv -f .deps/Polyhedron_public.Tpo .deps/Polyhedron_public.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Polyhedron_chdims.lo -MD -MP -MF .deps/Polyhedron_chdims.Tpo -c -o Polyhedron_chdims.lo Polyhedron_chdims.cc
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Polyhedron_chdims.lo -MD -MP -MF .deps/Polyhedron_chdims.Tpo -c Polyhedron_chdims.cc -fPIC -DPIC -o .libs/Polyhedron_chdims.o
# In file included from Polyhedron_chdims.cc:25:
# ../ppl-config.h:196:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_ALLOC 1
# ^
# ../ppl-config.h:199:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_D 1
# ^
# ../ppl-config.h:202:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_SIZE 1
# ^
# ../ppl-config.h:401:11: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # define __STDC_LIMIT_MACROS 1
# ^
# In file included from Polyhedron_chdims.cc:26:
# In file included from ./Polyhedron_defs.hh:28:
# ./globals_types.hh:41:7: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \hideinitializer Equal to.
# ^
# In file included from Polyhedron_chdims.cc:26:
# In file included from ./Polyhedron_defs.hh:29:
# In file included from ./Variable_defs.hh:155:
# In file included from ./Variable_inlines.hh:27:
# ./globals_defs.hh:429:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \cond
# ^
# ./globals_defs.hh:448:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \endcond
# ^
# In file included from Polyhedron_chdims.cc:26:
# In file included from ./Polyhedron_defs.hh:32:
# In file included from ./Constraint_System_defs.hh:29:
# In file included from ./Linear_System_defs.hh:579:
# In file included from ./Linear_System_inlines.hh:28:
# In file included from ./Coefficient_defs.hh:27:
# In file included from ./Coefficient_types.hh:16:
# In file included from ./Checked_Number_defs.hh:28:
# In file included from ./checked_defs.hh:703:
# ./checked_mpz_inlines.hh:58:9: warning: extension used [-Wlanguage-extension-token]
# typedef typeof(__mpz_struct()._mp_size) mp_size_field_t;
# ^
# In file included from Polyhedron_chdims.cc:26:
# ./Polyhedron_defs.hh:1178:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# \if Include_Implementation_Details
# ^
# ./Polyhedron_defs.hh:1244:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# \endif
# ^
# 10 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Polyhedron_chdims.lo -MD -MP -MF .deps/Polyhedron_chdims.Tpo -c Polyhedron_chdims.cc -o Polyhedron_chdims.o >/dev/null 2>&1
# mv -f .deps/Polyhedron_chdims.Tpo .deps/Polyhedron_chdims.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Polyhedron_widenings.lo -MD -MP -MF .deps/Polyhedron_widenings.Tpo -c -o Polyhedron_widenings.lo Polyhedron_widenings.cc
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Polyhedron_widenings.lo -MD -MP -MF .deps/Polyhedron_widenings.Tpo -c Polyhedron_widenings.cc -fPIC -DPIC -o .libs/Polyhedron_widenings.o
# In file included from Polyhedron_widenings.cc:25:
# ../ppl-config.h:196:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_ALLOC 1
# ^
# ../ppl-config.h:199:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_D 1
# ^
# ../ppl-config.h:202:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_SIZE 1
# ^
# ../ppl-config.h:401:11: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # define __STDC_LIMIT_MACROS 1
# ^
# In file included from Polyhedron_widenings.cc:26:
# In file included from ./Polyhedron_defs.hh:28:
# ./globals_types.hh:41:7: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \hideinitializer Equal to.
# ^
# In file included from Polyhedron_widenings.cc:26:
# In file included from ./Polyhedron_defs.hh:29:
# In file included from ./Variable_defs.hh:155:
# In file included from ./Variable_inlines.hh:27:
# ./globals_defs.hh:429:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \cond
# ^
# ./globals_defs.hh:448:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \endcond
# ^
# In file included from Polyhedron_widenings.cc:26:
# In file included from ./Polyhedron_defs.hh:32:
# In file included from ./Constraint_System_defs.hh:29:
# In file included from ./Linear_System_defs.hh:579:
# In file included from ./Linear_System_inlines.hh:28:
# In file included from ./Coefficient_defs.hh:27:
# In file included from ./Coefficient_types.hh:16:
# In file included from ./Checked_Number_defs.hh:28:
# In file included from ./checked_defs.hh:703:
# ./checked_mpz_inlines.hh:58:9: warning: extension used [-Wlanguage-extension-token]
# typedef typeof(__mpz_struct()._mp_size) mp_size_field_t;
# ^
# In file included from Polyhedron_widenings.cc:26:
# ./Polyhedron_defs.hh:1178:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# \if Include_Implementation_Details
# ^
# ./Polyhedron_defs.hh:1244:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# \endif
# ^
# 10 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Polyhedron_widenings.lo -MD -MP -MF .deps/Polyhedron_widenings.Tpo -c Polyhedron_widenings.cc -o Polyhedron_widenings.o >/dev/null 2>&1
# mv -f .deps/Polyhedron_widenings.Tpo .deps/Polyhedron_widenings.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT C_Polyhedron.lo -MD -MP -MF .deps/C_Polyhedron.Tpo -c -o C_Polyhedron.lo C_Polyhedron.cc
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT C_Polyhedron.lo -MD -MP -MF .deps/C_Polyhedron.Tpo -c C_Polyhedron.cc -fPIC -DPIC -o .libs/C_Polyhedron.o
# In file included from C_Polyhedron.cc:24:
# ../ppl-config.h:196:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_ALLOC 1
# ^
# ../ppl-config.h:199:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_D 1
# ^
# ../ppl-config.h:202:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_SIZE 1
# ^
# ../ppl-config.h:401:11: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # define __STDC_LIMIT_MACROS 1
# ^
# In file included from C_Polyhedron.cc:25:
# In file included from ./C_Polyhedron_defs.hh:29:
# In file included from ./Polyhedron_defs.hh:28:
# ./globals_types.hh:41:7: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \hideinitializer Equal to.
# ^
# In file included from C_Polyhedron.cc:25:
# In file included from ./C_Polyhedron_defs.hh:29:
# In file included from ./Polyhedron_defs.hh:29:
# In file included from ./Variable_defs.hh:155:
# In file included from ./Variable_inlines.hh:27:
# ./globals_defs.hh:429:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \cond
# ^
# ./globals_defs.hh:448:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \endcond
# ^
# In file included from C_Polyhedron.cc:25:
# In file included from ./C_Polyhedron_defs.hh:29:
# In file included from ./Polyhedron_defs.hh:32:
# In file included from ./Constraint_System_defs.hh:29:
# In file included from ./Linear_System_defs.hh:579:
# In file included from ./Linear_System_inlines.hh:28:
# In file included from ./Coefficient_defs.hh:27:
# In file included from ./Coefficient_types.hh:16:
# In file included from ./Checked_Number_defs.hh:28:
# In file included from ./checked_defs.hh:703:
# ./checked_mpz_inlines.hh:58:9: warning: extension used [-Wlanguage-extension-token]
# typedef typeof(__mpz_struct()._mp_size) mp_size_field_t;
# ^
# In file included from C_Polyhedron.cc:25:
# In file included from ./C_Polyhedron_defs.hh:29:
# ./Polyhedron_defs.hh:1178:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# \if Include_Implementation_Details
# ^
# ./Polyhedron_defs.hh:1244:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# \endif
# ^
# 10 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT C_Polyhedron.lo -MD -MP -MF .deps/C_Polyhedron.Tpo -c C_Polyhedron.cc -o C_Polyhedron.o >/dev/null 2>&1
# mv -f .deps/C_Polyhedron.Tpo .deps/C_Polyhedron.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT NNC_Polyhedron.lo -MD -MP -MF .deps/NNC_Polyhedron.Tpo -c -o NNC_Polyhedron.lo NNC_Polyhedron.cc
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT NNC_Polyhedron.lo -MD -MP -MF .deps/NNC_Polyhedron.Tpo -c NNC_Polyhedron.cc -fPIC -DPIC -o .libs/NNC_Polyhedron.o
# In file included from NNC_Polyhedron.cc:24:
# ../ppl-config.h:196:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_ALLOC 1
# ^
# ../ppl-config.h:199:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_D 1
# ^
# ../ppl-config.h:202:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_SIZE 1
# ^
# ../ppl-config.h:401:11: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # define __STDC_LIMIT_MACROS 1
# ^
# In file included from NNC_Polyhedron.cc:25:
# In file included from ./NNC_Polyhedron_defs.hh:29:
# In file included from ./Polyhedron_defs.hh:28:
# ./globals_types.hh:41:7: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \hideinitializer Equal to.
# ^
# In file included from NNC_Polyhedron.cc:25:
# In file included from ./NNC_Polyhedron_defs.hh:29:
# In file included from ./Polyhedron_defs.hh:29:
# In file included from ./Variable_defs.hh:155:
# In file included from ./Variable_inlines.hh:27:
# ./globals_defs.hh:429:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \cond
# ^
# ./globals_defs.hh:448:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \endcond
# ^
# In file included from NNC_Polyhedron.cc:25:
# In file included from ./NNC_Polyhedron_defs.hh:29:
# In file included from ./Polyhedron_defs.hh:32:
# In file included from ./Constraint_System_defs.hh:29:
# In file included from ./Linear_System_defs.hh:579:
# In file included from ./Linear_System_inlines.hh:28:
# In file included from ./Coefficient_defs.hh:27:
# In file included from ./Coefficient_types.hh:16:
# In file included from ./Checked_Number_defs.hh:28:
# In file included from ./checked_defs.hh:703:
# ./checked_mpz_inlines.hh:58:9: warning: extension used [-Wlanguage-extension-token]
# typedef typeof(__mpz_struct()._mp_size) mp_size_field_t;
# ^
# In file included from NNC_Polyhedron.cc:25:
# In file included from ./NNC_Polyhedron_defs.hh:29:
# ./Polyhedron_defs.hh:1178:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# \if Include_Implementation_Details
# ^
# ./Polyhedron_defs.hh:1244:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# \endif
# ^
# 10 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT NNC_Polyhedron.lo -MD -MP -MF .deps/NNC_Polyhedron.Tpo -c NNC_Polyhedron.cc -o NNC_Polyhedron.o >/dev/null 2>&1
# mv -f .deps/NNC_Polyhedron.Tpo .deps/NNC_Polyhedron.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Grid_nonpublic.lo -MD -MP -MF .deps/Grid_nonpublic.Tpo -c -o Grid_nonpublic.lo Grid_nonpublic.cc
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Grid_nonpublic.lo -MD -MP -MF .deps/Grid_nonpublic.Tpo -c Grid_nonpublic.cc -fPIC -DPIC -o .libs/Grid_nonpublic.o
# In file included from Grid_nonpublic.cc:25:
# ../ppl-config.h:196:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_ALLOC 1
# ^
# ../ppl-config.h:199:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_D 1
# ^
# ../ppl-config.h:202:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_SIZE 1
# ^
# ../ppl-config.h:401:11: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # define __STDC_LIMIT_MACROS 1
# ^
# In file included from Grid_nonpublic.cc:26:
# In file included from ./Grid_defs.hh:28:
# In file included from ./globals_defs.hh:27:
# ./globals_types.hh:41:7: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \hideinitializer Equal to.
# ^
# In file included from Grid_nonpublic.cc:26:
# In file included from ./Grid_defs.hh:28:
# ./globals_defs.hh:429:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \cond
# ^
# ./globals_defs.hh:448:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \endcond
# ^
# In file included from Grid_nonpublic.cc:26:
# In file included from ./Grid_defs.hh:31:
# In file included from ./Linear_Expression_defs.hh:36:
# In file included from ./Coefficient_types.hh:16:
# In file included from ./Checked_Number_defs.hh:28:
# In file included from ./checked_defs.hh:703:
# ./checked_mpz_inlines.hh:58:9: warning: extension used [-Wlanguage-extension-token]
# typedef typeof(__mpz_struct()._mp_size) mp_size_field_t;
# ^
# In file included from Grid_nonpublic.cc:26:
# ./Grid_defs.hh:1196:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# \if Include_Implementation_Details
# ^
# ./Grid_defs.hh:1234:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# \endif
# ^
# 10 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Grid_nonpublic.lo -MD -MP -MF .deps/Grid_nonpublic.Tpo -c Grid_nonpublic.cc -o Grid_nonpublic.o >/dev/null 2>&1
# mv -f .deps/Grid_nonpublic.Tpo .deps/Grid_nonpublic.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Grid_public.lo -MD -MP -MF .deps/Grid_public.Tpo -c -o Grid_public.lo Grid_public.cc
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Grid_public.lo -MD -MP -MF .deps/Grid_public.Tpo -c Grid_public.cc -fPIC -DPIC -o .libs/Grid_public.o
# In file included from Grid_public.cc:24:
# ../ppl-config.h:196:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_ALLOC 1
# ^
# ../ppl-config.h:199:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_D 1
# ^
# ../ppl-config.h:202:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_SIZE 1
# ^
# ../ppl-config.h:401:11: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # define __STDC_LIMIT_MACROS 1
# ^
# In file included from Grid_public.cc:25:
# In file included from ./Grid_defs.hh:28:
# In file included from ./globals_defs.hh:27:
# ./globals_types.hh:41:7: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \hideinitializer Equal to.
# ^
# In file included from Grid_public.cc:25:
# In file included from ./Grid_defs.hh:28:
# ./globals_defs.hh:429:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \cond
# ^
# ./globals_defs.hh:448:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \endcond
# ^
# In file included from Grid_public.cc:25:
# In file included from ./Grid_defs.hh:31:
# In file included from ./Linear_Expression_defs.hh:36:
# In file included from ./Coefficient_types.hh:16:
# In file included from ./Checked_Number_defs.hh:28:
# In file included from ./checked_defs.hh:703:
# ./checked_mpz_inlines.hh:58:9: warning: extension used [-Wlanguage-extension-token]
# typedef typeof(__mpz_struct()._mp_size) mp_size_field_t;
# ^
# In file included from Grid_public.cc:25:
# ./Grid_defs.hh:1196:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# \if Include_Implementation_Details
# ^
# ./Grid_defs.hh:1234:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# \endif
# ^
# 10 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Grid_public.lo -MD -MP -MF .deps/Grid_public.Tpo -c Grid_public.cc -o Grid_public.o >/dev/null 2>&1
# mv -f .deps/Grid_public.Tpo .deps/Grid_public.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Grid_chdims.lo -MD -MP -MF .deps/Grid_chdims.Tpo -c -o Grid_chdims.lo Grid_chdims.cc
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Grid_chdims.lo -MD -MP -MF .deps/Grid_chdims.Tpo -c Grid_chdims.cc -fPIC -DPIC -o .libs/Grid_chdims.o
# In file included from Grid_chdims.cc:25:
# ../ppl-config.h:196:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_ALLOC 1
# ^
# ../ppl-config.h:199:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_D 1
# ^
# ../ppl-config.h:202:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_SIZE 1
# ^
# ../ppl-config.h:401:11: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # define __STDC_LIMIT_MACROS 1
# ^
# In file included from Grid_chdims.cc:26:
# In file included from ./Grid_defs.hh:28:
# In file included from ./globals_defs.hh:27:
# ./globals_types.hh:41:7: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \hideinitializer Equal to.
# ^
# In file included from Grid_chdims.cc:26:
# In file included from ./Grid_defs.hh:28:
# ./globals_defs.hh:429:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \cond
# ^
# ./globals_defs.hh:448:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \endcond
# ^
# In file included from Grid_chdims.cc:26:
# In file included from ./Grid_defs.hh:31:
# In file included from ./Linear_Expression_defs.hh:36:
# In file included from ./Coefficient_types.hh:16:
# In file included from ./Checked_Number_defs.hh:28:
# In file included from ./checked_defs.hh:703:
# ./checked_mpz_inlines.hh:58:9: warning: extension used [-Wlanguage-extension-token]
# typedef typeof(__mpz_struct()._mp_size) mp_size_field_t;
# ^
# In file included from Grid_chdims.cc:26:
# ./Grid_defs.hh:1196:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# \if Include_Implementation_Details
# ^
# ./Grid_defs.hh:1234:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# \endif
# ^
# 10 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Grid_chdims.lo -MD -MP -MF .deps/Grid_chdims.Tpo -c Grid_chdims.cc -o Grid_chdims.o >/dev/null 2>&1
# mv -f .deps/Grid_chdims.Tpo .deps/Grid_chdims.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Grid_widenings.lo -MD -MP -MF .deps/Grid_widenings.Tpo -c -o Grid_widenings.lo Grid_widenings.cc
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Grid_widenings.lo -MD -MP -MF .deps/Grid_widenings.Tpo -c Grid_widenings.cc -fPIC -DPIC -o .libs/Grid_widenings.o
# In file included from Grid_widenings.cc:25:
# ../ppl-config.h:196:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_ALLOC 1
# ^
# ../ppl-config.h:199:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_D 1
# ^
# ../ppl-config.h:202:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_SIZE 1
# ^
# ../ppl-config.h:401:11: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # define __STDC_LIMIT_MACROS 1
# ^
# In file included from Grid_widenings.cc:26:
# In file included from ./Grid_defs.hh:28:
# In file included from ./globals_defs.hh:27:
# ./globals_types.hh:41:7: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \hideinitializer Equal to.
# ^
# In file included from Grid_widenings.cc:26:
# In file included from ./Grid_defs.hh:28:
# ./globals_defs.hh:429:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \cond
# ^
# ./globals_defs.hh:448:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \endcond
# ^
# In file included from Grid_widenings.cc:26:
# In file included from ./Grid_defs.hh:31:
# In file included from ./Linear_Expression_defs.hh:36:
# In file included from ./Coefficient_types.hh:16:
# In file included from ./Checked_Number_defs.hh:28:
# In file included from ./checked_defs.hh:703:
# ./checked_mpz_inlines.hh:58:9: warning: extension used [-Wlanguage-extension-token]
# typedef typeof(__mpz_struct()._mp_size) mp_size_field_t;
# ^
# In file included from Grid_widenings.cc:26:
# ./Grid_defs.hh:1196:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# \if Include_Implementation_Details
# ^
# ./Grid_defs.hh:1234:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# \endif
# ^
# 10 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Grid_widenings.lo -MD -MP -MF .deps/Grid_widenings.Tpo -c Grid_widenings.cc -o Grid_widenings.o >/dev/null 2>&1
# mv -f .deps/Grid_widenings.Tpo .deps/Grid_widenings.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT BD_Shape.lo -MD -MP -MF .deps/BD_Shape.Tpo -c -o BD_Shape.lo BD_Shape.cc
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT BD_Shape.lo -MD -MP -MF .deps/BD_Shape.Tpo -c BD_Shape.cc -fPIC -DPIC -o .libs/BD_Shape.o
# In file included from BD_Shape.cc:24:
# ../ppl-config.h:196:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_ALLOC 1
# ^
# ../ppl-config.h:199:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_D 1
# ^
# ../ppl-config.h:202:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_SIZE 1
# ^
# ../ppl-config.h:401:11: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # define __STDC_LIMIT_MACROS 1
# ^
# In file included from BD_Shape.cc:25:
# In file included from ./BD_Shape_defs.hh:28:
# In file included from ./globals_defs.hh:27:
# ./globals_types.hh:41:7: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \hideinitializer Equal to.
# ^
# In file included from BD_Shape.cc:25:
# In file included from ./BD_Shape_defs.hh:28:
# ./globals_defs.hh:429:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \cond
# ^
# ./globals_defs.hh:448:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \endcond
# ^
# In file included from BD_Shape.cc:25:
# In file included from ./BD_Shape_defs.hh:44:
# In file included from ./DB_Matrix_defs.hh:29:
# In file included from ./DB_Row_defs.hh:467:
# In file included from ./DB_Row_inlines.hh:27:
# In file included from ./checked_defs.hh:703:
# ./checked_mpz_inlines.hh:58:9: warning: extension used [-Wlanguage-extension-token]
# typedef typeof(__mpz_struct()._mp_size) mp_size_field_t;
# ^
# In file included from BD_Shape.cc:25:
# In file included from ./BD_Shape_defs.hh:2371:
# In file included from ./BD_Shape_inlines.hh:29:
# In file included from ./C_Polyhedron_defs.hh:29:
# ./Polyhedron_defs.hh:1178:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# \if Include_Implementation_Details
# ^
# ./Polyhedron_defs.hh:1244:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# \endif
# ^
# 10 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT BD_Shape.lo -MD -MP -MF .deps/BD_Shape.Tpo -c BD_Shape.cc -o BD_Shape.o >/dev/null 2>&1
# mv -f .deps/BD_Shape.Tpo .deps/BD_Shape.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Octagonal_Shape.lo -MD -MP -MF .deps/Octagonal_Shape.Tpo -c -o Octagonal_Shape.lo Octagonal_Shape.cc
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Octagonal_Shape.lo -MD -MP -MF .deps/Octagonal_Shape.Tpo -c Octagonal_Shape.cc -fPIC -DPIC -o .libs/Octagonal_Shape.o
# In file included from Octagonal_Shape.cc:24:
# ../ppl-config.h:196:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_ALLOC 1
# ^
# ../ppl-config.h:199:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_D 1
# ^
# ../ppl-config.h:202:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_SIZE 1
# ^
# ../ppl-config.h:401:11: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # define __STDC_LIMIT_MACROS 1
# ^
# In file included from Octagonal_Shape.cc:25:
# In file included from ./Octagonal_Shape_defs.hh:28:
# ./globals_types.hh:41:7: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \hideinitializer Equal to.
# ^
# In file included from Octagonal_Shape.cc:25:
# In file included from ./Octagonal_Shape_defs.hh:36:
# In file included from ./OR_Matrix_defs.hh:28:
# ./globals_defs.hh:429:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \cond
# ^
# ./globals_defs.hh:448:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \endcond
# ^
# In file included from Octagonal_Shape.cc:25:
# In file included from ./Octagonal_Shape_defs.hh:36:
# In file included from ./OR_Matrix_defs.hh:29:
# In file included from ./DB_Row_defs.hh:467:
# In file included from ./DB_Row_inlines.hh:27:
# In file included from ./checked_defs.hh:703:
# ./checked_mpz_inlines.hh:58:9: warning: extension used [-Wlanguage-extension-token]
# typedef typeof(__mpz_struct()._mp_size) mp_size_field_t;
# ^
# In file included from Octagonal_Shape.cc:25:
# In file included from ./Octagonal_Shape_defs.hh:36:
# In file included from ./OR_Matrix_defs.hh:607:
# In file included from ./OR_Matrix_inlines.hh:29:
# In file included from ./C_Polyhedron_defs.hh:29:
# ./Polyhedron_defs.hh:1178:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# \if Include_Implementation_Details
# ^
# ./Polyhedron_defs.hh:1244:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# \endif
# ^
# 10 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Octagonal_Shape.lo -MD -MP -MF .deps/Octagonal_Shape.Tpo -c Octagonal_Shape.cc -o Octagonal_Shape.o >/dev/null 2>&1
# mv -f .deps/Octagonal_Shape.Tpo .deps/Octagonal_Shape.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Pointset_Powerset.lo -MD -MP -MF .deps/Pointset_Powerset.Tpo -c -o Pointset_Powerset.lo Pointset_Powerset.cc
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Pointset_Powerset.lo -MD -MP -MF .deps/Pointset_Powerset.Tpo -c Pointset_Powerset.cc -fPIC -DPIC -o .libs/Pointset_Powerset.o
# In file included from Pointset_Powerset.cc:24:
# ../ppl-config.h:196:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_ALLOC 1
# ^
# ../ppl-config.h:199:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_D 1
# ^
# ../ppl-config.h:202:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_SIZE 1
# ^
# ../ppl-config.h:401:11: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # define __STDC_LIMIT_MACROS 1
# ^
# In file included from Pointset_Powerset.cc:25:
# In file included from ./Pointset_Powerset_defs.hh:28:
# In file included from ./globals_defs.hh:27:
# ./globals_types.hh:41:7: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \hideinitializer Equal to.
# ^
# In file included from Pointset_Powerset.cc:25:
# In file included from ./Pointset_Powerset_defs.hh:28:
# ./globals_defs.hh:429:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \cond
# ^
# ./globals_defs.hh:448:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \endcond
# ^
# In file included from Pointset_Powerset.cc:25:
# In file included from ./Pointset_Powerset_defs.hh:34:
# In file included from ./C_Polyhedron_defs.hh:29:
# In file included from ./Polyhedron_defs.hh:32:
# In file included from ./Constraint_System_defs.hh:29:
# In file included from ./Linear_System_defs.hh:579:
# In file included from ./Linear_System_inlines.hh:28:
# In file included from ./Coefficient_defs.hh:27:
# In file included from ./Coefficient_types.hh:16:
# In file included from ./Checked_Number_defs.hh:28:
# In file included from ./checked_defs.hh:703:
# ./checked_mpz_inlines.hh:58:9: warning: extension used [-Wlanguage-extension-token]
# typedef typeof(__mpz_struct()._mp_size) mp_size_field_t;
# ^
# In file included from Pointset_Powerset.cc:25:
# In file included from ./Pointset_Powerset_defs.hh:34:
# In file included from ./C_Polyhedron_defs.hh:29:
# ./Polyhedron_defs.hh:1178:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# \if Include_Implementation_Details
# ^
# ./Polyhedron_defs.hh:1244:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# \endif
# ^
# 10 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Pointset_Powerset.lo -MD -MP -MF .deps/Pointset_Powerset.Tpo -c Pointset_Powerset.cc -o Pointset_Powerset.o >/dev/null 2>&1
# mv -f .deps/Pointset_Powerset.Tpo .deps/Pointset_Powerset.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT CO_Tree.lo -MD -MP -MF .deps/CO_Tree.Tpo -c -o CO_Tree.lo CO_Tree.cc
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT CO_Tree.lo -MD -MP -MF .deps/CO_Tree.Tpo -c CO_Tree.cc -fPIC -DPIC -o .libs/CO_Tree.o
# In file included from CO_Tree.cc:24:
# ../ppl-config.h:196:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_ALLOC 1
# ^
# ../ppl-config.h:199:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_D 1
# ^
# ../ppl-config.h:202:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_SIZE 1
# ^
# ../ppl-config.h:401:11: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # define __STDC_LIMIT_MACROS 1
# ^
# In file included from CO_Tree.cc:25:
# In file included from ./CO_Tree_defs.hh:29:
# In file included from ./Coefficient_defs.hh:27:
# In file included from ./Coefficient_types.hh:16:
# In file included from ./Checked_Number_defs.hh:28:
# In file included from ./checked_defs.hh:29:
# In file included from ./Rounding_Dir_defs.hh:27:
# ./Result_defs.hh:30:7: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \hideinitializer Representable number result class.
# ^
# In file included from CO_Tree.cc:25:
# In file included from ./CO_Tree_defs.hh:29:
# In file included from ./Coefficient_defs.hh:27:
# In file included from ./Coefficient_types.hh:16:
# In file included from ./Checked_Number_defs.hh:28:
# In file included from ./checked_defs.hh:31:
# In file included from ./Float_defs.hh:519:
# In file included from ./Float_inlines.hh:27:
# In file included from ./Variable_defs.hh:155:
# In file included from ./Variable_inlines.hh:27:
# ./globals_defs.hh:429:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \cond
# ^
# ./globals_defs.hh:448:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \endcond
# ^
# In file included from CO_Tree.cc:25:
# In file included from ./CO_Tree_defs.hh:29:
# In file included from ./Coefficient_defs.hh:27:
# In file included from ./Coefficient_types.hh:16:
# In file included from ./Checked_Number_defs.hh:28:
# In file included from ./checked_defs.hh:703:
# ./checked_mpz_inlines.hh:58:9: warning: extension used [-Wlanguage-extension-token]
# typedef typeof(__mpz_struct()._mp_size) mp_size_field_t;
# ^
# 8 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT CO_Tree.lo -MD -MP -MF .deps/CO_Tree.Tpo -c CO_Tree.cc -o CO_Tree.o >/dev/null 2>&1
# mv -f .deps/CO_Tree.Tpo .deps/CO_Tree.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Sparse_Row.lo -MD -MP -MF .deps/Sparse_Row.Tpo -c -o Sparse_Row.lo Sparse_Row.cc
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Sparse_Row.lo -MD -MP -MF .deps/Sparse_Row.Tpo -c Sparse_Row.cc -fPIC -DPIC -o .libs/Sparse_Row.o
# In file included from Sparse_Row.cc:24:
# ../ppl-config.h:196:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_ALLOC 1
# ^
# ../ppl-config.h:199:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_D 1
# ^
# ../ppl-config.h:202:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_SIZE 1
# ^
# ../ppl-config.h:401:11: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # define __STDC_LIMIT_MACROS 1
# ^
# In file included from Sparse_Row.cc:25:
# In file included from ./Sparse_Row_defs.hh:29:
# In file included from ./CO_Tree_defs.hh:29:
# In file included from ./Coefficient_defs.hh:27:
# In file included from ./Coefficient_types.hh:16:
# In file included from ./Checked_Number_defs.hh:28:
# In file included from ./checked_defs.hh:29:
# In file included from ./Rounding_Dir_defs.hh:27:
# ./Result_defs.hh:30:7: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \hideinitializer Representable number result class.
# ^
# In file included from Sparse_Row.cc:25:
# In file included from ./Sparse_Row_defs.hh:29:
# In file included from ./CO_Tree_defs.hh:29:
# In file included from ./Coefficient_defs.hh:27:
# In file included from ./Coefficient_types.hh:16:
# In file included from ./Checked_Number_defs.hh:28:
# In file included from ./checked_defs.hh:31:
# In file included from ./Float_defs.hh:519:
# In file included from ./Float_inlines.hh:27:
# In file included from ./Variable_defs.hh:155:
# In file included from ./Variable_inlines.hh:27:
# ./globals_defs.hh:429:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \cond
# ^
# ./globals_defs.hh:448:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \endcond
# ^
# In file included from Sparse_Row.cc:25:
# In file included from ./Sparse_Row_defs.hh:29:
# In file included from ./CO_Tree_defs.hh:29:
# In file included from ./Coefficient_defs.hh:27:
# In file included from ./Coefficient_types.hh:16:
# In file included from ./Checked_Number_defs.hh:28:
# In file included from ./checked_defs.hh:703:
# ./checked_mpz_inlines.hh:58:9: warning: extension used [-Wlanguage-extension-token]
# typedef typeof(__mpz_struct()._mp_size) mp_size_field_t;
# ^
# Sparse_Row.cc:35:65: warning: declaration shadows a field of '(anonymous namespace)::Sparse_Row_from_Dense_Row_helper_iterator' [-Wshadow]
# PPL::dimension_type sz)
# ^
# Sparse_Row.cc:82:23: note: previous declaration is here
# PPL::dimension_type sz;
# ^
# Sparse_Row.cc:51:45: warning: unused member function 'operator++' [-Wunused-member-function]
# Sparse_Row_from_Dense_Row_helper_iterator operator++(int) {
# ^
# Sparse_Row.cc:76:3: warning: unused member function 'operator!=' [-Wunused-member-function]
# operator!=(const Sparse_Row_from_Dense_Row_helper_iterator& itr) const {
# ^
# 11 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Sparse_Row.lo -MD -MP -MF .deps/Sparse_Row.Tpo -c Sparse_Row.cc -o Sparse_Row.o >/dev/null 2>&1
# mv -f .deps/Sparse_Row.Tpo .deps/Sparse_Row.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Dense_Row.lo -MD -MP -MF .deps/Dense_Row.Tpo -c -o Dense_Row.lo Dense_Row.cc
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Dense_Row.lo -MD -MP -MF .deps/Dense_Row.Tpo -c Dense_Row.cc -fPIC -DPIC -o .libs/Dense_Row.o
# In file included from Dense_Row.cc:24:
# ../ppl-config.h:196:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_ALLOC 1
# ^
# ../ppl-config.h:199:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_D 1
# ^
# ../ppl-config.h:202:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_SIZE 1
# ^
# ../ppl-config.h:401:11: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # define __STDC_LIMIT_MACROS 1
# ^
# In file included from Dense_Row.cc:25:
# In file included from ./Dense_Row_defs.hh:29:
# In file included from ./globals_defs.hh:27:
# ./globals_types.hh:41:7: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \hideinitializer Equal to.
# ^
# In file included from Dense_Row.cc:25:
# In file included from ./Dense_Row_defs.hh:29:
# ./globals_defs.hh:429:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \cond
# ^
# ./globals_defs.hh:448:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \endcond
# ^
# In file included from Dense_Row.cc:25:
# In file included from ./Dense_Row_defs.hh:32:
# In file included from ./Coefficient_defs.hh:27:
# In file included from ./Coefficient_types.hh:16:
# In file included from ./Checked_Number_defs.hh:28:
# In file included from ./checked_defs.hh:703:
# ./checked_mpz_inlines.hh:58:9: warning: extension used [-Wlanguage-extension-token]
# typedef typeof(__mpz_struct()._mp_size) mp_size_field_t;
# ^
# 8 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Dense_Row.lo -MD -MP -MF .deps/Dense_Row.Tpo -c Dense_Row.cc -o Dense_Row.o >/dev/null 2>&1
# mv -f .deps/Dense_Row.Tpo .deps/Dense_Row.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Bit_Matrix.lo -MD -MP -MF .deps/Bit_Matrix.Tpo -c -o Bit_Matrix.lo Bit_Matrix.cc
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Bit_Matrix.lo -MD -MP -MF .deps/Bit_Matrix.Tpo -c Bit_Matrix.cc -fPIC -DPIC -o .libs/Bit_Matrix.o
# In file included from Bit_Matrix.cc:24:
# ../ppl-config.h:196:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_ALLOC 1
# ^
# ../ppl-config.h:199:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_D 1
# ^
# ../ppl-config.h:202:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_SIZE 1
# ^
# ../ppl-config.h:401:11: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # define __STDC_LIMIT_MACROS 1
# ^
# In file included from Bit_Matrix.cc:25:
# In file included from ./Bit_Matrix_defs.hh:29:
# In file included from ./Bit_Row_defs.hh:28:
# ./globals_types.hh:41:7: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \hideinitializer Equal to.
# ^
# In file included from Bit_Matrix.cc:25:
# In file included from ./Bit_Matrix_defs.hh:29:
# In file included from ./Bit_Row_defs.hh:212:
# In file included from ./Bit_Row_inlines.hh:28:
# ./globals_defs.hh:429:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \cond
# ^
# ./globals_defs.hh:448:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \endcond
# ^
# In file included from Bit_Matrix.cc:26:
# In file included from ./Dense_Row_defs.hh:32:
# In file included from ./Coefficient_defs.hh:27:
# In file included from ./Coefficient_types.hh:16:
# In file included from ./Checked_Number_defs.hh:28:
# In file included from ./checked_defs.hh:703:
# ./checked_mpz_inlines.hh:58:9: warning: extension used [-Wlanguage-extension-token]
# typedef typeof(__mpz_struct()._mp_size) mp_size_field_t;
# ^
# 8 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Bit_Matrix.lo -MD -MP -MF .deps/Bit_Matrix.Tpo -c Bit_Matrix.cc -o Bit_Matrix.o >/dev/null 2>&1
# mv -f .deps/Bit_Matrix.Tpo .deps/Bit_Matrix.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Bit_Row.lo -MD -MP -MF .deps/Bit_Row.Tpo -c -o Bit_Row.lo Bit_Row.cc
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Bit_Row.lo -MD -MP -MF .deps/Bit_Row.Tpo -c Bit_Row.cc -fPIC -DPIC -o .libs/Bit_Row.o
# In file included from Bit_Row.cc:24:
# ../ppl-config.h:196:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_ALLOC 1
# ^
# ../ppl-config.h:199:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_D 1
# ^
# ../ppl-config.h:202:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_SIZE 1
# ^
# ../ppl-config.h:401:11: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # define __STDC_LIMIT_MACROS 1
# ^
# In file included from Bit_Row.cc:25:
# In file included from ./Bit_Row_defs.hh:28:
# ./globals_types.hh:41:7: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \hideinitializer Equal to.
# ^
# In file included from Bit_Row.cc:25:
# In file included from ./Bit_Row_defs.hh:212:
# In file included from ./Bit_Row_inlines.hh:28:
# ./globals_defs.hh:429:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \cond
# ^
# ./globals_defs.hh:448:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \endcond
# ^
# 7 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Bit_Row.lo -MD -MP -MF .deps/Bit_Row.Tpo -c Bit_Row.cc -o Bit_Row.o >/dev/null 2>&1
# mv -f .deps/Bit_Row.Tpo .deps/Bit_Row.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Ph_Status.lo -MD -MP -MF .deps/Ph_Status.Tpo -c -o Ph_Status.lo Ph_Status.cc
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Ph_Status.lo -MD -MP -MF .deps/Ph_Status.Tpo -c Ph_Status.cc -fPIC -DPIC -o .libs/Ph_Status.o
# In file included from Ph_Status.cc:24:
# ../ppl-config.h:196:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_ALLOC 1
# ^
# ../ppl-config.h:199:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_D 1
# ^
# ../ppl-config.h:202:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_SIZE 1
# ^
# ../ppl-config.h:401:11: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # define __STDC_LIMIT_MACROS 1
# ^
# In file included from Ph_Status.cc:25:
# In file included from ./Polyhedron_defs.hh:28:
# ./globals_types.hh:41:7: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \hideinitializer Equal to.
# ^
# In file included from Ph_Status.cc:25:
# In file included from ./Polyhedron_defs.hh:29:
# In file included from ./Variable_defs.hh:155:
# In file included from ./Variable_inlines.hh:27:
# ./globals_defs.hh:429:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \cond
# ^
# ./globals_defs.hh:448:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \endcond
# ^
# In file included from Ph_Status.cc:25:
# In file included from ./Polyhedron_defs.hh:32:
# In file included from ./Constraint_System_defs.hh:29:
# In file included from ./Linear_System_defs.hh:579:
# In file included from ./Linear_System_inlines.hh:28:
# In file included from ./Coefficient_defs.hh:27:
# In file included from ./Coefficient_types.hh:16:
# In file included from ./Checked_Number_defs.hh:28:
# In file included from ./checked_defs.hh:703:
# ./checked_mpz_inlines.hh:58:9: warning: extension used [-Wlanguage-extension-token]
# typedef typeof(__mpz_struct()._mp_size) mp_size_field_t;
# ^
# In file included from Ph_Status.cc:25:
# ./Polyhedron_defs.hh:1178:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# \if Include_Implementation_Details
# ^
# ./Polyhedron_defs.hh:1244:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# \endif
# ^
# 10 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Ph_Status.lo -MD -MP -MF .deps/Ph_Status.Tpo -c Ph_Status.cc -o Ph_Status.o >/dev/null 2>&1
# mv -f .deps/Ph_Status.Tpo .deps/Ph_Status.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Grid_Status.lo -MD -MP -MF .deps/Grid_Status.Tpo -c -o Grid_Status.lo Grid_Status.cc
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Grid_Status.lo -MD -MP -MF .deps/Grid_Status.Tpo -c Grid_Status.cc -fPIC -DPIC -o .libs/Grid_Status.o
# In file included from Grid_Status.cc:24:
# ../ppl-config.h:196:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_ALLOC 1
# ^
# ../ppl-config.h:199:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_D 1
# ^
# ../ppl-config.h:202:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_SIZE 1
# ^
# ../ppl-config.h:401:11: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # define __STDC_LIMIT_MACROS 1
# ^
# In file included from Grid_Status.cc:25:
# In file included from ./Grid_defs.hh:28:
# In file included from ./globals_defs.hh:27:
# ./globals_types.hh:41:7: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \hideinitializer Equal to.
# ^
# In file included from Grid_Status.cc:25:
# In file included from ./Grid_defs.hh:28:
# ./globals_defs.hh:429:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \cond
# ^
# ./globals_defs.hh:448:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \endcond
# ^
# In file included from Grid_Status.cc:25:
# In file included from ./Grid_defs.hh:31:
# In file included from ./Linear_Expression_defs.hh:36:
# In file included from ./Coefficient_types.hh:16:
# In file included from ./Checked_Number_defs.hh:28:
# In file included from ./checked_defs.hh:703:
# ./checked_mpz_inlines.hh:58:9: warning: extension used [-Wlanguage-extension-token]
# typedef typeof(__mpz_struct()._mp_size) mp_size_field_t;
# ^
# In file included from Grid_Status.cc:25:
# ./Grid_defs.hh:1196:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# \if Include_Implementation_Details
# ^
# ./Grid_defs.hh:1234:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# \endif
# ^
# 10 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Grid_Status.lo -MD -MP -MF .deps/Grid_Status.Tpo -c Grid_Status.cc -o Grid_Status.o >/dev/null 2>&1
# mv -f .deps/Grid_Status.Tpo .deps/Grid_Status.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Variable.lo -MD -MP -MF .deps/Variable.Tpo -c -o Variable.lo Variable.cc
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Variable.lo -MD -MP -MF .deps/Variable.Tpo -c Variable.cc -fPIC -DPIC -o .libs/Variable.o
# In file included from Variable.cc:24:
# ../ppl-config.h:196:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_ALLOC 1
# ^
# ../ppl-config.h:199:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_D 1
# ^
# ../ppl-config.h:202:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_SIZE 1
# ^
# ../ppl-config.h:401:11: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # define __STDC_LIMIT_MACROS 1
# ^
# In file included from Variable.cc:25:
# In file included from ./Variable_defs.hh:29:
# ./globals_types.hh:41:7: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \hideinitializer Equal to.
# ^
# In file included from Variable.cc:25:
# In file included from ./Variable_defs.hh:155:
# In file included from ./Variable_inlines.hh:27:
# ./globals_defs.hh:429:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \cond
# ^
# ./globals_defs.hh:448:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \endcond
# ^
# 7 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Variable.lo -MD -MP -MF .deps/Variable.Tpo -c Variable.cc -o Variable.o >/dev/null 2>&1
# mv -f .deps/Variable.Tpo .deps/Variable.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Variables_Set.lo -MD -MP -MF .deps/Variables_Set.Tpo -c -o Variables_Set.lo Variables_Set.cc
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Variables_Set.lo -MD -MP -MF .deps/Variables_Set.Tpo -c Variables_Set.cc -fPIC -DPIC -o .libs/Variables_Set.o
# In file included from Variables_Set.cc:24:
# ../ppl-config.h:196:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_ALLOC 1
# ^
# ../ppl-config.h:199:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_D 1
# ^
# ../ppl-config.h:202:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_SIZE 1
# ^
# ../ppl-config.h:401:11: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # define __STDC_LIMIT_MACROS 1
# ^
# In file included from Variables_Set.cc:25:
# In file included from ./Variables_Set_defs.hh:28:
# In file included from ./Variable_defs.hh:29:
# ./globals_types.hh:41:7: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \hideinitializer Equal to.
# ^
# In file included from Variables_Set.cc:25:
# In file included from ./Variables_Set_defs.hh:28:
# In file included from ./Variable_defs.hh:155:
# In file included from ./Variable_inlines.hh:27:
# ./globals_defs.hh:429:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \cond
# ^
# ./globals_defs.hh:448:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \endcond
# ^
# 7 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Variables_Set.lo -MD -MP -MF .deps/Variables_Set.Tpo -c Variables_Set.cc -o Variables_Set.o >/dev/null 2>&1
# mv -f .deps/Variables_Set.Tpo .deps/Variables_Set.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Grid_conversion.lo -MD -MP -MF .deps/Grid_conversion.Tpo -c -o Grid_conversion.lo Grid_conversion.cc
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Grid_conversion.lo -MD -MP -MF .deps/Grid_conversion.Tpo -c Grid_conversion.cc -fPIC -DPIC -o .libs/Grid_conversion.o
# In file included from Grid_conversion.cc:24:
# ../ppl-config.h:196:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_ALLOC 1
# ^
# ../ppl-config.h:199:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_D 1
# ^
# ../ppl-config.h:202:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_SIZE 1
# ^
# ../ppl-config.h:401:11: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # define __STDC_LIMIT_MACROS 1
# ^
# In file included from Grid_conversion.cc:25:
# In file included from ./Grid_defs.hh:28:
# In file included from ./globals_defs.hh:27:
# ./globals_types.hh:41:7: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \hideinitializer Equal to.
# ^
# In file included from Grid_conversion.cc:25:
# In file included from ./Grid_defs.hh:28:
# ./globals_defs.hh:429:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \cond
# ^
# ./globals_defs.hh:448:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \endcond
# ^
# In file included from Grid_conversion.cc:25:
# In file included from ./Grid_defs.hh:31:
# In file included from ./Linear_Expression_defs.hh:36:
# In file included from ./Coefficient_types.hh:16:
# In file included from ./Checked_Number_defs.hh:28:
# In file included from ./checked_defs.hh:703:
# ./checked_mpz_inlines.hh:58:9: warning: extension used [-Wlanguage-extension-token]
# typedef typeof(__mpz_struct()._mp_size) mp_size_field_t;
# ^
# In file included from Grid_conversion.cc:25:
# ./Grid_defs.hh:1196:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# \if Include_Implementation_Details
# ^
# ./Grid_defs.hh:1234:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# \endif
# ^
# 10 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Grid_conversion.lo -MD -MP -MF .deps/Grid_conversion.Tpo -c Grid_conversion.cc -o Grid_conversion.o >/dev/null 2>&1
# mv -f .deps/Grid_conversion.Tpo .deps/Grid_conversion.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Grid_simplify.lo -MD -MP -MF .deps/Grid_simplify.Tpo -c -o Grid_simplify.lo Grid_simplify.cc
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Grid_simplify.lo -MD -MP -MF .deps/Grid_simplify.Tpo -c Grid_simplify.cc -fPIC -DPIC -o .libs/Grid_simplify.o
# In file included from Grid_simplify.cc:24:
# ../ppl-config.h:196:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_ALLOC 1
# ^
# ../ppl-config.h:199:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_D 1
# ^
# ../ppl-config.h:202:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_SIZE 1
# ^
# ../ppl-config.h:401:11: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # define __STDC_LIMIT_MACROS 1
# ^
# In file included from Grid_simplify.cc:26:
# In file included from ./Grid_defs.hh:28:
# In file included from ./globals_defs.hh:27:
# ./globals_types.hh:41:7: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \hideinitializer Equal to.
# ^
# In file included from Grid_simplify.cc:26:
# In file included from ./Grid_defs.hh:28:
# ./globals_defs.hh:429:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \cond
# ^
# ./globals_defs.hh:448:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \endcond
# ^
# In file included from Grid_simplify.cc:26:
# In file included from ./Grid_defs.hh:31:
# In file included from ./Linear_Expression_defs.hh:36:
# In file included from ./Coefficient_types.hh:16:
# In file included from ./Checked_Number_defs.hh:28:
# In file included from ./checked_defs.hh:703:
# ./checked_mpz_inlines.hh:58:9: warning: extension used [-Wlanguage-extension-token]
# typedef typeof(__mpz_struct()._mp_size) mp_size_field_t;
# ^
# In file included from Grid_simplify.cc:26:
# ./Grid_defs.hh:1196:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# \if Include_Implementation_Details
# ^
# ./Grid_defs.hh:1234:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# \endif
# ^
# 10 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Grid_simplify.lo -MD -MP -MF .deps/Grid_simplify.Tpo -c Grid_simplify.cc -o Grid_simplify.o >/dev/null 2>&1
# mv -f .deps/Grid_simplify.Tpo .deps/Grid_simplify.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT set_GMP_memory_alloc_funcs.lo -MD -MP -MF .deps/set_GMP_memory_alloc_funcs.Tpo -c -o set_GMP_memory_alloc_funcs.lo set_GMP_memory_alloc_funcs.cc
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT set_GMP_memory_alloc_funcs.lo -MD -MP -MF .deps/set_GMP_memory_alloc_funcs.Tpo -c set_GMP_memory_alloc_funcs.cc -fPIC -DPIC -o .libs/set_GMP_memory_alloc_funcs.o
# In file included from set_GMP_memory_alloc_funcs.cc:24:
# ../ppl-config.h:196:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_ALLOC 1
# ^
# ../ppl-config.h:199:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_D 1
# ^
# ../ppl-config.h:202:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_SIZE 1
# ^
# ../ppl-config.h:401:11: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # define __STDC_LIMIT_MACROS 1
# ^
# 4 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT set_GMP_memory_alloc_funcs.lo -MD -MP -MF .deps/set_GMP_memory_alloc_funcs.Tpo -c set_GMP_memory_alloc_funcs.cc -o set_GMP_memory_alloc_funcs.o >/dev/null 2>&1
# mv -f .deps/set_GMP_memory_alloc_funcs.Tpo .deps/set_GMP_memory_alloc_funcs.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT stdiobuf.lo -MD -MP -MF .deps/stdiobuf.Tpo -c -o stdiobuf.lo stdiobuf.cc
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT stdiobuf.lo -MD -MP -MF .deps/stdiobuf.Tpo -c stdiobuf.cc -fPIC -DPIC -o .libs/stdiobuf.o
# In file included from stdiobuf.cc:24:
# ../ppl-config.h:196:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_ALLOC 1
# ^
# ../ppl-config.h:199:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_D 1
# ^
# ../ppl-config.h:202:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_SIZE 1
# ^
# ../ppl-config.h:401:11: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # define __STDC_LIMIT_MACROS 1
# ^
# In file included from stdiobuf.cc:26:
# In file included from ./globals_defs.hh:27:
# ./globals_types.hh:41:7: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \hideinitializer Equal to.
# ^
# In file included from stdiobuf.cc:26:
# ./globals_defs.hh:429:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \cond
# ^
# ./globals_defs.hh:448:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \endcond
# ^
# 7 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT stdiobuf.lo -MD -MP -MF .deps/stdiobuf.Tpo -c stdiobuf.cc -o stdiobuf.o >/dev/null 2>&1
# mv -f .deps/stdiobuf.Tpo .deps/stdiobuf.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT c_streambuf.lo -MD -MP -MF .deps/c_streambuf.Tpo -c -o c_streambuf.lo c_streambuf.cc
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT c_streambuf.lo -MD -MP -MF .deps/c_streambuf.Tpo -c c_streambuf.cc -fPIC -DPIC -o .libs/c_streambuf.o
# In file included from c_streambuf.cc:24:
# ../ppl-config.h:196:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_ALLOC 1
# ^
# ../ppl-config.h:199:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_D 1
# ^
# ../ppl-config.h:202:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_SIZE 1
# ^
# ../ppl-config.h:401:11: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # define __STDC_LIMIT_MACROS 1
# ^
# In file included from c_streambuf.cc:26:
# In file included from ./globals_defs.hh:27:
# ./globals_types.hh:41:7: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \hideinitializer Equal to.
# ^
# In file included from c_streambuf.cc:26:
# ./globals_defs.hh:429:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \cond
# ^
# ./globals_defs.hh:448:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \endcond
# ^
# 7 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT c_streambuf.lo -MD -MP -MF .deps/c_streambuf.Tpo -c c_streambuf.cc -o c_streambuf.o >/dev/null 2>&1
# mv -f .deps/c_streambuf.Tpo .deps/c_streambuf.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT globals.lo -MD -MP -MF .deps/globals.Tpo -c -o globals.lo globals.cc
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT globals.lo -MD -MP -MF .deps/globals.Tpo -c globals.cc -fPIC -DPIC -o .libs/globals.o
# In file included from globals.cc:24:
# ../ppl-config.h:196:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_ALLOC 1
# ^
# ../ppl-config.h:199:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_D 1
# ^
# ../ppl-config.h:202:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_SIZE 1
# ^
# ../ppl-config.h:401:11: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # define __STDC_LIMIT_MACROS 1
# ^
# In file included from globals.cc:25:
# In file included from ./globals_defs.hh:27:
# ./globals_types.hh:41:7: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \hideinitializer Equal to.
# ^
# In file included from globals.cc:25:
# ./globals_defs.hh:429:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \cond
# ^
# ./globals_defs.hh:448:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \endcond
# ^
# In file included from globals.cc:26:
# In file included from ./Constraint_defs.hh:36:
# In file included from ./Linear_Expression_defs.hh:36:
# In file included from ./Coefficient_types.hh:16:
# In file included from ./Checked_Number_defs.hh:28:
# In file included from ./checked_defs.hh:703:
# ./checked_mpz_inlines.hh:58:9: warning: extension used [-Wlanguage-extension-token]
# typedef typeof(__mpz_struct()._mp_size) mp_size_field_t;
# ^
# 8 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT globals.lo -MD -MP -MF .deps/globals.Tpo -c globals.cc -o globals.o >/dev/null 2>&1
# mv -f .deps/globals.Tpo .deps/globals.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT mp_std_bits.lo -MD -MP -MF .deps/mp_std_bits.Tpo -c -o mp_std_bits.lo mp_std_bits.cc
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT mp_std_bits.lo -MD -MP -MF .deps/mp_std_bits.Tpo -c mp_std_bits.cc -fPIC -DPIC -o .libs/mp_std_bits.o
# In file included from mp_std_bits.cc:25:
# ../ppl-config.h:196:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_ALLOC 1
# ^
# ../ppl-config.h:199:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_D 1
# ^
# ../ppl-config.h:202:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_SIZE 1
# ^
# ../ppl-config.h:401:11: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # define __STDC_LIMIT_MACROS 1
# ^
# 4 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT mp_std_bits.lo -MD -MP -MF .deps/mp_std_bits.Tpo -c mp_std_bits.cc -o mp_std_bits.o >/dev/null 2>&1
# mv -f .deps/mp_std_bits.Tpo .deps/mp_std_bits.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Weight_Profiler.lo -MD -MP -MF .deps/Weight_Profiler.Tpo -c -o Weight_Profiler.lo Weight_Profiler.cc
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Weight_Profiler.lo -MD -MP -MF .deps/Weight_Profiler.Tpo -c Weight_Profiler.cc -fPIC -DPIC -o .libs/Weight_Profiler.o
# In file included from Weight_Profiler.cc:24:
# ../ppl-config.h:196:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_ALLOC 1
# ^
# ../ppl-config.h:199:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_D 1
# ^
# ../ppl-config.h:202:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_SIZE 1
# ^
# ../ppl-config.h:401:11: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # define __STDC_LIMIT_MACROS 1
# ^
# In file included from Weight_Profiler.cc:25:
# In file included from ./globals_defs.hh:27:
# ./globals_types.hh:41:7: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \hideinitializer Equal to.
# ^
# In file included from Weight_Profiler.cc:25:
# ./globals_defs.hh:429:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \cond
# ^
# ./globals_defs.hh:448:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \endcond
# ^
# 7 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Weight_Profiler.lo -MD -MP -MF .deps/Weight_Profiler.Tpo -c Weight_Profiler.cc -o Weight_Profiler.o >/dev/null 2>&1
# mv -f .deps/Weight_Profiler.Tpo .deps/Weight_Profiler.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT version.lo -MD -MP -MF .deps/version.Tpo -c -o version.lo version.cc
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT version.lo -MD -MP -MF .deps/version.Tpo -c version.cc -fPIC -DPIC -o .libs/version.o
# In file included from version.cc:24:
# ../ppl-config.h:196:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_ALLOC 1
# ^
# ../ppl-config.h:199:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_D 1
# ^
# ../ppl-config.h:202:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_SIZE 1
# ^
# ../ppl-config.h:401:11: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # define __STDC_LIMIT_MACROS 1
# ^
# 4 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT version.lo -MD -MP -MF .deps/version.Tpo -c version.cc -o version.o >/dev/null 2>&1
# mv -f .deps/version.Tpo .deps/version.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT termination.lo -MD -MP -MF .deps/termination.Tpo -c -o termination.lo termination.cc
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT termination.lo -MD -MP -MF .deps/termination.Tpo -c termination.cc -fPIC -DPIC -o .libs/termination.o
# In file included from termination.cc:24:
# ../ppl-config.h:196:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_ALLOC 1
# ^
# ../ppl-config.h:199:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_D 1
# ^
# ../ppl-config.h:202:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_SIZE 1
# ^
# ../ppl-config.h:401:11: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # define __STDC_LIMIT_MACROS 1
# ^
# In file included from termination.cc:25:
# In file included from ./termination_defs.hh:500:
# In file included from ./termination_templates.hh:27:
# In file included from ./globals_defs.hh:27:
# ./globals_types.hh:41:7: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \hideinitializer Equal to.
# ^
# In file included from termination.cc:25:
# In file included from ./termination_defs.hh:500:
# In file included from ./termination_templates.hh:27:
# ./globals_defs.hh:429:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \cond
# ^
# ./globals_defs.hh:448:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \endcond
# ^
# In file included from termination.cc:25:
# In file included from ./termination_defs.hh:500:
# In file included from ./termination_templates.hh:29:
# In file included from ./Generator_defs.hh:40:
# In file included from ./Linear_Expression_defs.hh:36:
# In file included from ./Coefficient_types.hh:16:
# In file included from ./Checked_Number_defs.hh:28:
# In file included from ./checked_defs.hh:703:
# ./checked_mpz_inlines.hh:58:9: warning: extension used [-Wlanguage-extension-token]
# typedef typeof(__mpz_struct()._mp_size) mp_size_field_t;
# ^
# In file included from termination.cc:25:
# In file included from ./termination_defs.hh:500:
# In file included from ./termination_templates.hh:31:
# In file included from ./C_Polyhedron_defs.hh:29:
# ./Polyhedron_defs.hh:1178:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# \if Include_Implementation_Details
# ^
# ./Polyhedron_defs.hh:1244:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# \endif
# ^
# termination.cc:134:1: warning: no previous prototype for function 'fill_constraint_systems_MS' [-Wmissing-prototypes]
# fill_constraint_systems_MS(const Constraint_System& cs,
# ^
# termination.cc:348:1: warning: no previous prototype for function 'fill_constraint_system_PR' [-Wmissing-prototypes]
# fill_constraint_system_PR(const Constraint_System& cs_before,
# ^
# termination.cc:431:1: warning: no previous prototype for function 'fill_constraint_system_PR_original' [-Wmissing-prototypes]
# fill_constraint_system_PR_original(const Constraint_System& cs,
# ^
# 13 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT termination.lo -MD -MP -MF .deps/termination.Tpo -c termination.cc -o termination.o >/dev/null 2>&1
# mv -f .deps/termination.Tpo .deps/termination.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT wrap_string.lo -MD -MP -MF .deps/wrap_string.Tpo -c -o wrap_string.lo wrap_string.cc
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT wrap_string.lo -MD -MP -MF .deps/wrap_string.Tpo -c wrap_string.cc -fPIC -DPIC -o .libs/wrap_string.o
# In file included from wrap_string.cc:24:
# ../ppl-config.h:196:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_ALLOC 1
# ^
# ../ppl-config.h:199:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_D 1
# ^
# ../ppl-config.h:202:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_SIZE 1
# ^
# ../ppl-config.h:401:11: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # define __STDC_LIMIT_MACROS 1
# ^
# In file included from wrap_string.cc:25:
# In file included from ./wrap_string.hh:27:
# In file included from ./globals_defs.hh:27:
# ./globals_types.hh:41:7: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \hideinitializer Equal to.
# ^
# In file included from wrap_string.cc:25:
# In file included from ./wrap_string.hh:27:
# ./globals_defs.hh:429:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \cond
# ^
# ./globals_defs.hh:448:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \endcond
# ^
# 7 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT wrap_string.lo -MD -MP -MF .deps/wrap_string.Tpo -c wrap_string.cc -o wrap_string.o >/dev/null 2>&1
# mv -f .deps/wrap_string.Tpo .deps/wrap_string.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Time.lo -MD -MP -MF .deps/Time.Tpo -c -o Time.lo Time.cc
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Time.lo -MD -MP -MF .deps/Time.Tpo -c Time.cc -fPIC -DPIC -o .libs/Time.o
# In file included from Time.cc:24:
# ../ppl-config.h:196:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_ALLOC 1
# ^
# ../ppl-config.h:199:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_D 1
# ^
# ../ppl-config.h:202:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_SIZE 1
# ^
# ../ppl-config.h:401:11: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # define __STDC_LIMIT_MACROS 1
# ^
# 4 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Time.lo -MD -MP -MF .deps/Time.Tpo -c Time.cc -o Time.o >/dev/null 2>&1
# mv -f .deps/Time.Tpo .deps/Time.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Watchdog.lo -MD -MP -MF .deps/Watchdog.Tpo -c -o Watchdog.lo Watchdog.cc
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Watchdog.lo -MD -MP -MF .deps/Watchdog.Tpo -c Watchdog.cc -fPIC -DPIC -o .libs/Watchdog.o
# In file included from Watchdog.cc:24:
# ../ppl-config.h:196:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_ALLOC 1
# ^
# ../ppl-config.h:199:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_D 1
# ^
# ../ppl-config.h:202:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_SIZE 1
# ^
# ../ppl-config.h:401:11: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # define __STDC_LIMIT_MACROS 1
# ^
# 4 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Watchdog.lo -MD -MP -MF .deps/Watchdog.Tpo -c Watchdog.cc -o Watchdog.o >/dev/null 2>&1
# mv -f .deps/Watchdog.Tpo .deps/Watchdog.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Threshold_Watcher.lo -MD -MP -MF .deps/Threshold_Watcher.Tpo -c -o Threshold_Watcher.lo Threshold_Watcher.cc
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Threshold_Watcher.lo -MD -MP -MF .deps/Threshold_Watcher.Tpo -c Threshold_Watcher.cc -fPIC -DPIC -o .libs/Threshold_Watcher.o
# In file included from Threshold_Watcher.cc:25:
# ../ppl-config.h:196:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_ALLOC 1
# ^
# ../ppl-config.h:199:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_D 1
# ^
# ../ppl-config.h:202:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_SIZE 1
# ^
# ../ppl-config.h:401:11: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # define __STDC_LIMIT_MACROS 1
# ^
# 4 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT Threshold_Watcher.lo -MD -MP -MF .deps/Threshold_Watcher.Tpo -c Threshold_Watcher.cc -o Threshold_Watcher.o >/dev/null 2>&1
# mv -f .deps/Threshold_Watcher.Tpo .deps/Threshold_Watcher.Plo
# /bin/sh ../libtool --tag=CXX --mode=link clang++ -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -version-info 14:0:0 -o libppl.la -rpath /usr/lib assertions.lo Box.lo checked.lo Checked_Number.lo Float.lo fpu-ia32.lo BDS_Status.lo Box_Status.lo Og_Status.lo Concrete_Expression.lo Constraint.lo Constraint_System.lo Congruence.lo Congruence_System.lo Generator_System.lo Grid_Generator_System.lo Generator.lo Grid_Generator.lo Handler.lo Init.lo Coefficient.lo Linear_Expression.lo Linear_Expression_Impl.lo Linear_Expression_Interface.lo Linear_Form.lo Scalar_Products.lo MIP_Problem.lo PIP_Tree.lo PIP_Problem.lo Poly_Con_Relation.lo Poly_Gen_Relation.lo BHRZ03_Certificate.lo H79_Certificate.lo Grid_Certificate.lo Partial_Function.lo Polyhedron_nonpublic.lo Polyhedron_public.lo Polyhedron_chdims.lo Polyhedron_widenings.lo C_Polyhedron.lo NNC_Polyhedron.lo Grid_nonpublic.lo Grid_public.lo Grid_chdims.lo Grid_widenings.lo BD_Shape.lo Octagonal_Shape.lo Pointset_Powerset.lo CO_Tree.lo Sparse_Row.lo Dense_Row.lo Bit_Matrix.lo Bit_Row.lo Ph_Status.lo Grid_Status.lo Variable.lo Variables_Set.lo Grid_conversion.lo Grid_simplify.lo set_GMP_memory_alloc_funcs.lo stdiobuf.lo c_streambuf.lo globals.lo mp_std_bits.lo Weight_Profiler.lo version.lo termination.lo wrap_string.lo Time.lo Watchdog.lo Threshold_Watcher.lo -lgmpxx -lgmp
# libtool: link: clang++ -fPIC -DPIC -shared -nostdlib /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbeginS.o .libs/assertions.o .libs/Box.o .libs/checked.o .libs/Checked_Number.o .libs/Float.o .libs/fpu-ia32.o .libs/BDS_Status.o .libs/Box_Status.o .libs/Og_Status.o .libs/Concrete_Expression.o .libs/Constraint.o .libs/Constraint_System.o .libs/Congruence.o .libs/Congruence_System.o .libs/Generator_System.o .libs/Grid_Generator_System.o .libs/Generator.o .libs/Grid_Generator.o .libs/Handler.o .libs/Init.o .libs/Coefficient.o .libs/Linear_Expression.o .libs/Linear_Expression_Impl.o .libs/Linear_Expression_Interface.o .libs/Linear_Form.o .libs/Scalar_Products.o .libs/MIP_Problem.o .libs/PIP_Tree.o .libs/PIP_Problem.o .libs/Poly_Con_Relation.o .libs/Poly_Gen_Relation.o .libs/BHRZ03_Certificate.o .libs/H79_Certificate.o .libs/Grid_Certificate.o .libs/Partial_Function.o .libs/Polyhedron_nonpublic.o .libs/Polyhedron_public.o .libs/Polyhedron_chdims.o .libs/Polyhedron_widenings.o .libs/C_Polyhedron.o .libs/NNC_Polyhedron.o .libs/Grid_nonpublic.o .libs/Grid_public.o .libs/Grid_chdims.o .libs/Grid_widenings.o .libs/BD_Shape.o .libs/Octagonal_Shape.o .libs/Pointset_Powerset.o .libs/CO_Tree.o .libs/Sparse_Row.o .libs/Dense_Row.o .libs/Bit_Matrix.o .libs/Bit_Row.o .libs/Ph_Status.o .libs/Grid_Status.o .libs/Variable.o .libs/Variables_Set.o .libs/Grid_conversion.o .libs/Grid_simplify.o .libs/set_GMP_memory_alloc_funcs.o .libs/stdiobuf.o .libs/c_streambuf.o .libs/globals.o .libs/mp_std_bits.o .libs/Weight_Profiler.o .libs/version.o .libs/termination.o .libs/wrap_string.o .libs/Time.o .libs/Watchdog.o .libs/Threshold_Watcher.o -lgmpxx -lgmp -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib -lstdc++ -lm -lc -lgcc_s /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtendS.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o -O2 -Wl,-soname -Wl,libppl.so.14 -o .libs/libppl.so.14.0.0
# libtool: link: (cd ".libs" && rm -f "libppl.so.14" && ln -s "libppl.so.14.0.0" "libppl.so.14")
# libtool: link: (cd ".libs" && rm -f "libppl.so" && ln -s "libppl.so.14.0.0" "libppl.so")
# libtool: link: ar cru .libs/libppl.a assertions.o Box.o checked.o Checked_Number.o Float.o fpu-ia32.o BDS_Status.o Box_Status.o Og_Status.o Concrete_Expression.o Constraint.o Constraint_System.o Congruence.o Congruence_System.o Generator_System.o Grid_Generator_System.o Generator.o Grid_Generator.o Handler.o Init.o Coefficient.o Linear_Expression.o Linear_Expression_Impl.o Linear_Expression_Interface.o Linear_Form.o Scalar_Products.o MIP_Problem.o PIP_Tree.o PIP_Problem.o Poly_Con_Relation.o Poly_Gen_Relation.o BHRZ03_Certificate.o H79_Certificate.o Grid_Certificate.o Partial_Function.o Polyhedron_nonpublic.o Polyhedron_public.o Polyhedron_chdims.o Polyhedron_widenings.o C_Polyhedron.o NNC_Polyhedron.o Grid_nonpublic.o Grid_public.o Grid_chdims.o Grid_widenings.o BD_Shape.o Octagonal_Shape.o Pointset_Powerset.o CO_Tree.o Sparse_Row.o Dense_Row.o Bit_Matrix.o Bit_Row.o Ph_Status.o Grid_Status.o Variable.o Variables_Set.o Grid_conversion.o Grid_simplify.o set_GMP_memory_alloc_funcs.o stdiobuf.o c_streambuf.o globals.o mp_std_bits.o Weight_Profiler.o version.o termination.o wrap_string.o Time.o Watchdog.o Threshold_Watcher.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/libppl.a
# libtool: link: ( cd ".libs" && rm -f "libppl.la" && ln -s "../libppl.la" "libppl.la" )
# clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT BUGS.o -MD -MP -MF .deps/BUGS.Tpo -c -o BUGS.o BUGS.cc
# mv -f .deps/BUGS.Tpo .deps/BUGS.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT COPYING.o -MD -MP -MF .deps/COPYING.Tpo -c -o COPYING.o COPYING.cc
# mv -f .deps/COPYING.Tpo .deps/COPYING.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT CREDITS.o -MD -MP -MF .deps/CREDITS.Tpo -c -o CREDITS.o CREDITS.cc
# mv -f .deps/CREDITS.Tpo .deps/CREDITS.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT ppl-config.o -MD -MP -MF .deps/ppl-config.Tpo -c -o ppl-config.o ppl-config.cc
# In file included from ppl-config.cc:25:
# ./ppl.hh:232:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_ALLOC 1
# ^
# ./ppl.hh:235:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_D 1
# ^
# ./ppl.hh:238:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_SIZE 1
# ^
# ./ppl.hh:437:11: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # define __STDC_LIMIT_MACROS 1
# ^
# ./ppl.hh:1527:7: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \hideinitializer Representable number result class.
# ^
# ./ppl.hh:4487:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \cond
# ^
# ./ppl.hh:4506:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \endcond
# ^
# ./ppl.hh:11013:9: warning: extension used [-Wlanguage-extension-token]
# typedef typeof(__mpz_struct()._mp_size) mp_size_field_t;
# ^
# ./ppl.hh:35562:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&e)) {
# ^
# ./ppl.hh:35559:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&e)) {
# ^
# ./ppl.hh:35580:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&e)) {
# ^
# ./ppl.hh:35577:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&e)) {
# ^
# ./ppl.hh:36406:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ./ppl.hh:36403:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ./ppl.hh:36426:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ./ppl.hh:36423:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ./ppl.hh:36446:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ./ppl.hh:36443:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ./ppl.hh:36464:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ./ppl.hh:36461:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ./ppl.hh:36483:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ./ppl.hh:36480:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ./ppl.hh:36502:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ./ppl.hh:36499:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ./ppl.hh:36522:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ./ppl.hh:36519:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ./ppl.hh:36541:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ./ppl.hh:36538:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ./ppl.hh:36559:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ./ppl.hh:36556:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ./ppl.hh:36580:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ./ppl.hh:36577:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ./ppl.hh:36601:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ./ppl.hh:36598:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ./ppl.hh:36619:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ./ppl.hh:36616:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ./ppl.hh:36638:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ./ppl.hh:36635:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ./ppl.hh:36656:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ./ppl.hh:36653:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ./ppl.hh:36676:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ./ppl.hh:36673:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ./ppl.hh:36695:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ./ppl.hh:36692:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ./ppl.hh:36715:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ./ppl.hh:36712:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ./ppl.hh:36737:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ./ppl.hh:36734:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ./ppl.hh:36757:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ./ppl.hh:36754:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ./ppl.hh:38544:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# \if Include_Implementation_Details
# ^
# ./ppl.hh:38551:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# \endif
# ^
# ./ppl.hh:110447:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # undef __STDC_LIMIT_MACROS
# ^
# ppl-config.cc:271:23: warning: format string is not a string literal [-Wformat-nonliteral]
# fprintf(stdout, usage_string, argv[0]);
# ^~~~~~~~~~~~
# ppl-config.cc:273:7: warning: 'break' will never be executed [-Wunreachable-code-break]
# break;
# ^~~~~
# 34 warnings generated.
# mv -f .deps/ppl-config.Tpo .deps/ppl-config.Po
# /bin/sh ../libtool --tag=CXX --mode=link clang++ -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -o ppl-config BUGS.o COPYING.o CREDITS.o ppl-config.o -lgmpxx -lgmp libppl.la
# libtool: link: clang++ -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -o .libs/ppl-config BUGS.o COPYING.o CREDITS.o ppl-config.o ./.libs/libppl.so -lgmpxx -lgmp
# make[3]: Leaving directory '/tmp/ppl/src/ppl-1.2/src'
# make[2]: Leaving directory '/tmp/ppl/src/ppl-1.2/src'
# Making all in tests
# make[2]: Entering directory '/tmp/ppl/src/ppl-1.2/tests'
# Making all in .
# make[3]: Entering directory '/tmp/ppl/src/ppl-1.2/tests'
# make[3]: Nothing to be done for 'all-am'.
# make[3]: Leaving directory '/tmp/ppl/src/ppl-1.2/tests'
# Making all in Concrete_Expression
# make[3]: Entering directory '/tmp/ppl/src/ppl-1.2/tests/Concrete_Expression'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/ppl/src/ppl-1.2/tests/Concrete_Expression'
# Making all in CO_Tree
# make[3]: Entering directory '/tmp/ppl/src/ppl-1.2/tests/CO_Tree'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/ppl/src/ppl-1.2/tests/CO_Tree'
# Making all in PIP_Problem
# make[3]: Entering directory '/tmp/ppl/src/ppl-1.2/tests/PIP_Problem'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/ppl/src/ppl-1.2/tests/PIP_Problem'
# Making all in Powerset
# make[3]: Entering directory '/tmp/ppl/src/ppl-1.2/tests/Powerset'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/ppl/src/ppl-1.2/tests/Powerset'
# Making all in Partially_Reduced_Product
# make[3]: Entering directory '/tmp/ppl/src/ppl-1.2/tests/Partially_Reduced_Product'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/ppl/src/ppl-1.2/tests/Partially_Reduced_Product'
# Making all in Box
# make[3]: Entering directory '/tmp/ppl/src/ppl-1.2/tests/Box'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/ppl/src/ppl-1.2/tests/Box'
# Making all in MIP_Problem
# make[3]: Entering directory '/tmp/ppl/src/ppl-1.2/tests/MIP_Problem'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/ppl/src/ppl-1.2/tests/MIP_Problem'
# Making all in Octagonal_Shape
# make[3]: Entering directory '/tmp/ppl/src/ppl-1.2/tests/Octagonal_Shape'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/ppl/src/ppl-1.2/tests/Octagonal_Shape'
# Making all in BD_Shape
# make[3]: Entering directory '/tmp/ppl/src/ppl-1.2/tests/BD_Shape'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/ppl/src/ppl-1.2/tests/BD_Shape'
# Making all in Polyhedron
# make[3]: Entering directory '/tmp/ppl/src/ppl-1.2/tests/Polyhedron'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/ppl/src/ppl-1.2/tests/Polyhedron'
# Making all in Grid
# make[3]: Entering directory '/tmp/ppl/src/ppl-1.2/tests/Grid'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/ppl/src/ppl-1.2/tests/Grid'
# Making all in Watchdog
# make[3]: Entering directory '/tmp/ppl/src/ppl-1.2/tests/Watchdog'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/ppl/src/ppl-1.2/tests/Watchdog'
# make[2]: Leaving directory '/tmp/ppl/src/ppl-1.2/tests'
# Making all in interfaces
# make[2]: Entering directory '/tmp/ppl/src/ppl-1.2/interfaces'
# echo "m4_define(\`m4_interface_classes_names', \`Polyhedron@Grid@Rational_Box@BD_Shape_mpz_class@BD_Shape_mpq_class@Octagonal_Shape_mpz_class@Octagonal_Shape_mpq_class@Constraints_Product_C_Polyhedron_Grid@Pointset_Powerset_C_Polyhedron@Pointset_Powerset_NNC_Polyhedron')" > ppl_interface_instantiations.m4
# echo "m4_define(\`m4_cplusplus_classes_names', \`Polyhedron@Grid@Rational_Box@BD_Shape@BD_Shape@Octagonal_Shape@Octagonal_Shape@Constraints_Product@Pointset_Powerset@Pointset_Powerset')" >> ppl_interface_instantiations.m4
# make all-recursive
# make[3]: Entering directory '/tmp/ppl/src/ppl-1.2/interfaces'
# Making all in .
# make[4]: Entering directory '/tmp/ppl/src/ppl-1.2/interfaces'
# make[4]: Nothing to be done for 'all-am'.
# make[4]: Leaving directory '/tmp/ppl/src/ppl-1.2/interfaces'
# Making all in C
# make[4]: Entering directory '/tmp/ppl/src/ppl-1.2/interfaces/C'
# /usr/bin/m4 --prefix-builtin -I.. -I. -I./.. \
# ./ppl_interface_generator_c_h.m4 > ppl_c_domains.h
# ../../utils/build_header \
# -I ../../interfaces/C -I ../../src \
# ../../interfaces/C/ppl_c_header.h >ppl_c.h
# /usr/bin/m4 --prefix-builtin -I.. -I. -I./.. \
# ./ppl_interface_generator_c_hh_files.m4 \
# > ppl_c_hh_blob
# ../../utils/cm_cleaner.sh ./ppl_c_hh_blob
# ../../utils/cm_splitter.sh ./ppl_c_hh_blob
# rm -f ppl_c_hh_blob
# /usr/bin/m4 --prefix-builtin -I.. -I. -I./.. \
# ./ppl_interface_generator_c_cc_files.m4 \
# > ppl_c_cc_blob
# ../../utils/cm_cleaner.sh ./ppl_c_cc_blob
# ../../utils/cm_splitter.sh ./ppl_c_cc_blob
# rm -f ppl_c_cc_blob
# echo timestamp >ppl_c_implementation_domains.cc.stamp
# make all-recursive
# make[5]: Entering directory '/tmp/ppl/src/ppl-1.2/interfaces/C'
# Making all in .
# make[6]: Entering directory '/tmp/ppl/src/ppl-1.2/interfaces/C'
# /bin/sh ../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../interfaces -I../../interfaces/C -I../../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT ppl_c_implementation_common.lo -MD -MP -MF .deps/ppl_c_implementation_common.Tpo -c -o ppl_c_implementation_common.lo ppl_c_implementation_common.cc
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../interfaces -I../../interfaces/C -I../../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT ppl_c_implementation_common.lo -MD -MP -MF .deps/ppl_c_implementation_common.Tpo -c ppl_c_implementation_common.cc -fPIC -DPIC -o .libs/ppl_c_implementation_common.o
# In file included from ppl_c_implementation_common.cc:26:
# In file included from ./ppl_c_implementation_common_defs.hh:28:
# ../../src/ppl.hh:232:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_ALLOC 1
# ^
# ../../src/ppl.hh:235:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_D 1
# ^
# ../../src/ppl.hh:238:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_SIZE 1
# ^
# ../../src/ppl.hh:437:11: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # define __STDC_LIMIT_MACROS 1
# ^
# ../../src/ppl.hh:1527:7: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \hideinitializer Representable number result class.
# ^
# ../../src/ppl.hh:4487:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \cond
# ^
# ../../src/ppl.hh:4506:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \endcond
# ^
# ../../src/ppl.hh:11013:9: warning: extension used [-Wlanguage-extension-token]
# typedef typeof(__mpz_struct()._mp_size) mp_size_field_t;
# ^
# ../../src/ppl.hh:35562:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&e)) {
# ^
# ../../src/ppl.hh:35559:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&e)) {
# ^
# ../../src/ppl.hh:35580:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&e)) {
# ^
# ../../src/ppl.hh:35577:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&e)) {
# ^
# ../../src/ppl.hh:36406:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36403:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36426:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36423:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36446:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36443:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36464:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36461:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36483:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36480:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36502:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36499:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36522:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36519:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36541:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36538:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36559:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36556:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36580:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36577:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36601:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36598:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36619:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36616:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36638:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36635:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36656:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36653:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36676:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36673:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36695:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36692:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36715:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36712:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36737:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36734:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36757:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36754:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:38544:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# \if Include_Implementation_Details
# ^
# ../../src/ppl.hh:38551:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# \endif
# ^
# ../../src/ppl.hh:110447:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # undef __STDC_LIMIT_MACROS
# ^
# ppl_c_implementation_common.cc:59:39: warning: use of old-style cast [-Wold-style-cast]
# int r = sprintf(buffer+1, FORMAT, CONVERSION i);
# ^ ~
# ppl_c_implementation_common.cc:43:21: note: expanded from macro 'CONVERSION'
# # define CONVERSION (unsigned long)
# ^
# ppl_c_implementation_common.cc:37:1: warning: no previous prototype for function 'c_variable_default_output_function' [-Wmissing-prototypes]
# c_variable_default_output_function(ppl_dimension_type var) {
# ^
# ppl_c_implementation_common.cc:73:39: warning: no previous extern declaration for non-static variable 'c_variable_output_function' [-Wmissing-variable-declarations]
# ppl_io_variable_output_function_type* c_variable_output_function;
# ^
# ppl_c_implementation_common.cc:76:1: warning: no previous prototype for function 'cxx_Variable_output_function' [-Wmissing-prototypes]
# cxx_Variable_output_function(std::ostream& s, const Variable v) {
# ^
# ppl_c_implementation_common.cc:89:33: warning: no previous extern declaration for non-static variable 'saved_cxx_Variable_output_function' [-Wmissing-variable-declarations]
# Variable::output_function_type* saved_cxx_Variable_output_function;
# ^
# ppl_c_implementation_common.cc:97:36: warning: no previous extern declaration for non-static variable 'p_timeout_object' [-Wmissing-variable-declarations]
# Parma_Polyhedra_Library::Watchdog* p_timeout_object = 0;
# ^
# ppl_c_implementation_common.cc:103:14: warning: no previous extern declaration for non-static variable 'p_deterministic_timeout_object' [-Wmissing-variable-declarations]
# Weightwatch* p_deterministic_timeout_object = 0;
# ^
# ppl_c_implementation_common.cc:2421:1: warning: no previous prototype for function 'ppl_PIP_Solution_Node_OK' [-Wmissing-prototypes]
# ppl_PIP_Solution_Node_OK(ppl_const_PIP_Solution_Node_t pip_sol) try {
# ^
# ppl_c_implementation_common.cc:2427:1: warning: no previous prototype for function 'ppl_PIP_Decision_Node_OK' [-Wmissing-prototypes]
# ppl_PIP_Decision_Node_OK(ppl_const_PIP_Decision_Node_t pip_dec) try {
# ^
# ppl_c_implementation_common.cc:2464:1: warning: no previous prototype for function 'ppl_Artificial_Parameter_inhomogeneous_term' [-Wmissing-prototypes]
# ppl_Artificial_Parameter_inhomogeneous_term
# ^
# In file included from ppl_c_implementation_common.cc:26:
# ./ppl_c_implementation_common_defs.hh:103:7: warning: 'timeout_exception' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables]
# class timeout_exception : public Parma_Polyhedra_Library::Throwable {
# ^
# ./ppl_c_implementation_common_defs.hh:115:7: warning: 'deterministic_timeout_exception' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables]
# class deterministic_timeout_exception
# ^
# 44 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../interfaces -I../../interfaces/C -I../../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT ppl_c_implementation_common.lo -MD -MP -MF .deps/ppl_c_implementation_common.Tpo -c ppl_c_implementation_common.cc -o ppl_c_implementation_common.o >/dev/null 2>&1
# mv -f .deps/ppl_c_implementation_common.Tpo .deps/ppl_c_implementation_common.Plo
# /bin/sh ../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../interfaces -I../../interfaces/C -I../../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT ppl_c_Polyhedron.lo -MD -MP -MF .deps/ppl_c_Polyhedron.Tpo -c -o ppl_c_Polyhedron.lo ppl_c_Polyhedron.cc
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../interfaces -I../../interfaces/C -I../../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT ppl_c_Polyhedron.lo -MD -MP -MF .deps/ppl_c_Polyhedron.Tpo -c ppl_c_Polyhedron.cc -fPIC -DPIC -o .libs/ppl_c_Polyhedron.o
# In file included from ppl_c_Polyhedron.cc:24:
# In file included from ./ppl_c_implementation_common_defs.hh:28:
# ../../src/ppl.hh:232:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_ALLOC 1
# ^
# ../../src/ppl.hh:235:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_D 1
# ^
# ../../src/ppl.hh:238:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_SIZE 1
# ^
# ../../src/ppl.hh:437:11: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # define __STDC_LIMIT_MACROS 1
# ^
# ../../src/ppl.hh:1527:7: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \hideinitializer Representable number result class.
# ^
# ../../src/ppl.hh:4487:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \cond
# ^
# ../../src/ppl.hh:4506:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \endcond
# ^
# ../../src/ppl.hh:11013:9: warning: extension used [-Wlanguage-extension-token]
# typedef typeof(__mpz_struct()._mp_size) mp_size_field_t;
# ^
# ../../src/ppl.hh:35562:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&e)) {
# ^
# ../../src/ppl.hh:35559:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&e)) {
# ^
# ../../src/ppl.hh:35580:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&e)) {
# ^
# ../../src/ppl.hh:35577:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&e)) {
# ^
# ../../src/ppl.hh:36406:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36403:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36426:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36423:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36446:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36443:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36464:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36461:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36483:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36480:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36502:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36499:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36522:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36519:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36541:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36538:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36559:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36556:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36580:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36577:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36601:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36598:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36619:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36616:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36638:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36635:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36656:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36653:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36676:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36673:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36695:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36692:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36715:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36712:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36737:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36734:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36757:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36754:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:38544:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# \if Include_Implementation_Details
# ^
# ../../src/ppl.hh:38551:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# \endif
# ^
# ../../src/ppl.hh:110447:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # undef __STDC_LIMIT_MACROS
# ^
# In file included from ppl_c_Polyhedron.cc:24:
# ./ppl_c_implementation_common_defs.hh:103:7: warning: 'timeout_exception' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables]
# class timeout_exception : public Parma_Polyhedra_Library::Throwable {
# ^
# ./ppl_c_implementation_common_defs.hh:115:7: warning: 'deterministic_timeout_exception' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables]
# class deterministic_timeout_exception
# ^
# 34 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../interfaces -I../../interfaces/C -I../../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT ppl_c_Polyhedron.lo -MD -MP -MF .deps/ppl_c_Polyhedron.Tpo -c ppl_c_Polyhedron.cc -o ppl_c_Polyhedron.o >/dev/null 2>&1
# mv -f .deps/ppl_c_Polyhedron.Tpo .deps/ppl_c_Polyhedron.Plo
# /bin/sh ../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../interfaces -I../../interfaces/C -I../../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT ppl_c_Grid.lo -MD -MP -MF .deps/ppl_c_Grid.Tpo -c -o ppl_c_Grid.lo ppl_c_Grid.cc
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../interfaces -I../../interfaces/C -I../../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT ppl_c_Grid.lo -MD -MP -MF .deps/ppl_c_Grid.Tpo -c ppl_c_Grid.cc -fPIC -DPIC -o .libs/ppl_c_Grid.o
# In file included from ppl_c_Grid.cc:24:
# In file included from ./ppl_c_implementation_common_defs.hh:28:
# ../../src/ppl.hh:232:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_ALLOC 1
# ^
# ../../src/ppl.hh:235:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_D 1
# ^
# ../../src/ppl.hh:238:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_SIZE 1
# ^
# ../../src/ppl.hh:437:11: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # define __STDC_LIMIT_MACROS 1
# ^
# ../../src/ppl.hh:1527:7: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \hideinitializer Representable number result class.
# ^
# ../../src/ppl.hh:4487:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \cond
# ^
# ../../src/ppl.hh:4506:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \endcond
# ^
# ../../src/ppl.hh:11013:9: warning: extension used [-Wlanguage-extension-token]
# typedef typeof(__mpz_struct()._mp_size) mp_size_field_t;
# ^
# ../../src/ppl.hh:35562:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&e)) {
# ^
# ../../src/ppl.hh:35559:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&e)) {
# ^
# ../../src/ppl.hh:35580:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&e)) {
# ^
# ../../src/ppl.hh:35577:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&e)) {
# ^
# ../../src/ppl.hh:36406:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36403:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36426:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36423:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36446:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36443:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36464:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36461:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36483:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36480:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36502:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36499:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36522:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36519:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36541:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36538:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36559:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36556:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36580:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36577:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36601:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36598:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36619:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36616:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36638:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36635:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36656:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36653:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36676:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36673:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36695:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36692:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36715:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36712:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36737:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36734:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36757:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36754:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:38544:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# \if Include_Implementation_Details
# ^
# ../../src/ppl.hh:38551:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# \endif
# ^
# ../../src/ppl.hh:110447:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # undef __STDC_LIMIT_MACROS
# ^
# In file included from ppl_c_Grid.cc:24:
# ./ppl_c_implementation_common_defs.hh:103:7: warning: 'timeout_exception' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables]
# class timeout_exception : public Parma_Polyhedra_Library::Throwable {
# ^
# ./ppl_c_implementation_common_defs.hh:115:7: warning: 'deterministic_timeout_exception' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables]
# class deterministic_timeout_exception
# ^
# 34 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../interfaces -I../../interfaces/C -I../../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT ppl_c_Grid.lo -MD -MP -MF .deps/ppl_c_Grid.Tpo -c ppl_c_Grid.cc -o ppl_c_Grid.o >/dev/null 2>&1
# mv -f .deps/ppl_c_Grid.Tpo .deps/ppl_c_Grid.Plo
# /bin/sh ../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../interfaces -I../../interfaces/C -I../../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT ppl_c_Rational_Box.lo -MD -MP -MF .deps/ppl_c_Rational_Box.Tpo -c -o ppl_c_Rational_Box.lo ppl_c_Rational_Box.cc
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../interfaces -I../../interfaces/C -I../../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT ppl_c_Rational_Box.lo -MD -MP -MF .deps/ppl_c_Rational_Box.Tpo -c ppl_c_Rational_Box.cc -fPIC -DPIC -o .libs/ppl_c_Rational_Box.o
# In file included from ppl_c_Rational_Box.cc:24:
# In file included from ./ppl_c_implementation_common_defs.hh:28:
# ../../src/ppl.hh:232:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_ALLOC 1
# ^
# ../../src/ppl.hh:235:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_D 1
# ^
# ../../src/ppl.hh:238:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_SIZE 1
# ^
# ../../src/ppl.hh:437:11: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # define __STDC_LIMIT_MACROS 1
# ^
# ../../src/ppl.hh:1527:7: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \hideinitializer Representable number result class.
# ^
# ../../src/ppl.hh:4487:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \cond
# ^
# ../../src/ppl.hh:4506:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \endcond
# ^
# ../../src/ppl.hh:11013:9: warning: extension used [-Wlanguage-extension-token]
# typedef typeof(__mpz_struct()._mp_size) mp_size_field_t;
# ^
# ../../src/ppl.hh:35562:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&e)) {
# ^
# ../../src/ppl.hh:35559:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&e)) {
# ^
# ../../src/ppl.hh:35580:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&e)) {
# ^
# ../../src/ppl.hh:35577:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&e)) {
# ^
# ../../src/ppl.hh:36406:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36403:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36426:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36423:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36446:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36443:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36464:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36461:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36483:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36480:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36502:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36499:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36522:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36519:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36541:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36538:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36559:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36556:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36580:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36577:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36601:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36598:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36619:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36616:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36638:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36635:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36656:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36653:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36676:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36673:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36695:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36692:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36715:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36712:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36737:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36734:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36757:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36754:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:38544:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# \if Include_Implementation_Details
# ^
# ../../src/ppl.hh:38551:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# \endif
# ^
# ../../src/ppl.hh:110447:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # undef __STDC_LIMIT_MACROS
# ^
# ppl_c_Rational_Box.cc:565:1: warning: no previous prototype for function 'ppl_Rational_Box_has_upper_bound' [-Wmissing-prototypes]
# ppl_Rational_Box_has_upper_bound
# ^
# ppl_c_Rational_Box.cc:584:1: warning: no previous prototype for function 'ppl_Rational_Box_has_lower_bound' [-Wmissing-prototypes]
# ppl_Rational_Box_has_lower_bound
# ^
# In file included from ppl_c_Rational_Box.cc:24:
# ./ppl_c_implementation_common_defs.hh:103:7: warning: 'timeout_exception' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables]
# class timeout_exception : public Parma_Polyhedra_Library::Throwable {
# ^
# ./ppl_c_implementation_common_defs.hh:115:7: warning: 'deterministic_timeout_exception' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables]
# class deterministic_timeout_exception
# ^
# 36 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../interfaces -I../../interfaces/C -I../../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT ppl_c_Rational_Box.lo -MD -MP -MF .deps/ppl_c_Rational_Box.Tpo -c ppl_c_Rational_Box.cc -o ppl_c_Rational_Box.o >/dev/null 2>&1
# mv -f .deps/ppl_c_Rational_Box.Tpo .deps/ppl_c_Rational_Box.Plo
# /bin/sh ../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../interfaces -I../../interfaces/C -I../../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT ppl_c_BD_Shape_mpz_class.lo -MD -MP -MF .deps/ppl_c_BD_Shape_mpz_class.Tpo -c -o ppl_c_BD_Shape_mpz_class.lo ppl_c_BD_Shape_mpz_class.cc
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../interfaces -I../../interfaces/C -I../../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT ppl_c_BD_Shape_mpz_class.lo -MD -MP -MF .deps/ppl_c_BD_Shape_mpz_class.Tpo -c ppl_c_BD_Shape_mpz_class.cc -fPIC -DPIC -o .libs/ppl_c_BD_Shape_mpz_class.o
# In file included from ppl_c_BD_Shape_mpz_class.cc:24:
# In file included from ./ppl_c_implementation_common_defs.hh:28:
# ../../src/ppl.hh:232:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_ALLOC 1
# ^
# ../../src/ppl.hh:235:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_D 1
# ^
# ../../src/ppl.hh:238:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_SIZE 1
# ^
# ../../src/ppl.hh:437:11: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # define __STDC_LIMIT_MACROS 1
# ^
# ../../src/ppl.hh:1527:7: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \hideinitializer Representable number result class.
# ^
# ../../src/ppl.hh:4487:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \cond
# ^
# ../../src/ppl.hh:4506:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \endcond
# ^
# ../../src/ppl.hh:11013:9: warning: extension used [-Wlanguage-extension-token]
# typedef typeof(__mpz_struct()._mp_size) mp_size_field_t;
# ^
# ../../src/ppl.hh:35562:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&e)) {
# ^
# ../../src/ppl.hh:35559:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&e)) {
# ^
# ../../src/ppl.hh:35580:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&e)) {
# ^
# ../../src/ppl.hh:35577:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&e)) {
# ^
# ../../src/ppl.hh:36406:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36403:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36426:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36423:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36446:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36443:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36464:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36461:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36483:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36480:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36502:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36499:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36522:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36519:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36541:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36538:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36559:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36556:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36580:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36577:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36601:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36598:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36619:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36616:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36638:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36635:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36656:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36653:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36676:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36673:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36695:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36692:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36715:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36712:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36737:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36734:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36757:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36754:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:38544:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# \if Include_Implementation_Details
# ^
# ../../src/ppl.hh:38551:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# \endif
# ^
# ../../src/ppl.hh:110447:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # undef __STDC_LIMIT_MACROS
# ^
# In file included from ppl_c_BD_Shape_mpz_class.cc:24:
# ./ppl_c_implementation_common_defs.hh:103:7: warning: 'timeout_exception' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables]
# class timeout_exception : public Parma_Polyhedra_Library::Throwable {
# ^
# ./ppl_c_implementation_common_defs.hh:115:7: warning: 'deterministic_timeout_exception' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables]
# class deterministic_timeout_exception
# ^
# 34 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../interfaces -I../../interfaces/C -I../../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT ppl_c_BD_Shape_mpz_class.lo -MD -MP -MF .deps/ppl_c_BD_Shape_mpz_class.Tpo -c ppl_c_BD_Shape_mpz_class.cc -o ppl_c_BD_Shape_mpz_class.o >/dev/null 2>&1
# mv -f .deps/ppl_c_BD_Shape_mpz_class.Tpo .deps/ppl_c_BD_Shape_mpz_class.Plo
# /bin/sh ../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../interfaces -I../../interfaces/C -I../../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT ppl_c_BD_Shape_mpq_class.lo -MD -MP -MF .deps/ppl_c_BD_Shape_mpq_class.Tpo -c -o ppl_c_BD_Shape_mpq_class.lo ppl_c_BD_Shape_mpq_class.cc
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../interfaces -I../../interfaces/C -I../../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT ppl_c_BD_Shape_mpq_class.lo -MD -MP -MF .deps/ppl_c_BD_Shape_mpq_class.Tpo -c ppl_c_BD_Shape_mpq_class.cc -fPIC -DPIC -o .libs/ppl_c_BD_Shape_mpq_class.o
# In file included from ppl_c_BD_Shape_mpq_class.cc:24:
# In file included from ./ppl_c_implementation_common_defs.hh:28:
# ../../src/ppl.hh:232:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_ALLOC 1
# ^
# ../../src/ppl.hh:235:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_D 1
# ^
# ../../src/ppl.hh:238:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_SIZE 1
# ^
# ../../src/ppl.hh:437:11: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # define __STDC_LIMIT_MACROS 1
# ^
# ../../src/ppl.hh:1527:7: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \hideinitializer Representable number result class.
# ^
# ../../src/ppl.hh:4487:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \cond
# ^
# ../../src/ppl.hh:4506:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \endcond
# ^
# ../../src/ppl.hh:11013:9: warning: extension used [-Wlanguage-extension-token]
# typedef typeof(__mpz_struct()._mp_size) mp_size_field_t;
# ^
# ../../src/ppl.hh:35562:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&e)) {
# ^
# ../../src/ppl.hh:35559:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&e)) {
# ^
# ../../src/ppl.hh:35580:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&e)) {
# ^
# ../../src/ppl.hh:35577:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&e)) {
# ^
# ../../src/ppl.hh:36406:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36403:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36426:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36423:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36446:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36443:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36464:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36461:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36483:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36480:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36502:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36499:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36522:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36519:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36541:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36538:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36559:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36556:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36580:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36577:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36601:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36598:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36619:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36616:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36638:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36635:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36656:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36653:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36676:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36673:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36695:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36692:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36715:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36712:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36737:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36734:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36757:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36754:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:38544:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# \if Include_Implementation_Details
# ^
# ../../src/ppl.hh:38551:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# \endif
# ^
# ../../src/ppl.hh:110447:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # undef __STDC_LIMIT_MACROS
# ^
# In file included from ppl_c_BD_Shape_mpq_class.cc:24:
# ./ppl_c_implementation_common_defs.hh:103:7: warning: 'timeout_exception' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables]
# class timeout_exception : public Parma_Polyhedra_Library::Throwable {
# ^
# ./ppl_c_implementation_common_defs.hh:115:7: warning: 'deterministic_timeout_exception' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables]
# class deterministic_timeout_exception
# ^
# 34 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../interfaces -I../../interfaces/C -I../../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT ppl_c_BD_Shape_mpq_class.lo -MD -MP -MF .deps/ppl_c_BD_Shape_mpq_class.Tpo -c ppl_c_BD_Shape_mpq_class.cc -o ppl_c_BD_Shape_mpq_class.o >/dev/null 2>&1
# mv -f .deps/ppl_c_BD_Shape_mpq_class.Tpo .deps/ppl_c_BD_Shape_mpq_class.Plo
# /bin/sh ../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../interfaces -I../../interfaces/C -I../../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT ppl_c_Octagonal_Shape_mpz_class.lo -MD -MP -MF .deps/ppl_c_Octagonal_Shape_mpz_class.Tpo -c -o ppl_c_Octagonal_Shape_mpz_class.lo ppl_c_Octagonal_Shape_mpz_class.cc
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../interfaces -I../../interfaces/C -I../../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT ppl_c_Octagonal_Shape_mpz_class.lo -MD -MP -MF .deps/ppl_c_Octagonal_Shape_mpz_class.Tpo -c ppl_c_Octagonal_Shape_mpz_class.cc -fPIC -DPIC -o .libs/ppl_c_Octagonal_Shape_mpz_class.o
# In file included from ppl_c_Octagonal_Shape_mpz_class.cc:24:
# In file included from ./ppl_c_implementation_common_defs.hh:28:
# ../../src/ppl.hh:232:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_ALLOC 1
# ^
# ../../src/ppl.hh:235:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_D 1
# ^
# ../../src/ppl.hh:238:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_SIZE 1
# ^
# ../../src/ppl.hh:437:11: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # define __STDC_LIMIT_MACROS 1
# ^
# ../../src/ppl.hh:1527:7: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \hideinitializer Representable number result class.
# ^
# ../../src/ppl.hh:4487:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \cond
# ^
# ../../src/ppl.hh:4506:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \endcond
# ^
# ../../src/ppl.hh:11013:9: warning: extension used [-Wlanguage-extension-token]
# typedef typeof(__mpz_struct()._mp_size) mp_size_field_t;
# ^
# ../../src/ppl.hh:35562:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&e)) {
# ^
# ../../src/ppl.hh:35559:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&e)) {
# ^
# ../../src/ppl.hh:35580:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&e)) {
# ^
# ../../src/ppl.hh:35577:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&e)) {
# ^
# ../../src/ppl.hh:36406:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36403:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36426:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36423:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36446:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36443:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36464:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36461:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36483:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36480:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36502:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36499:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36522:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36519:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36541:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36538:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36559:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36556:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36580:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36577:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36601:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36598:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36619:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36616:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36638:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36635:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36656:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36653:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36676:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36673:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36695:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36692:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36715:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36712:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36737:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36734:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36757:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36754:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:38544:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# \if Include_Implementation_Details
# ^
# ../../src/ppl.hh:38551:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# \endif
# ^
# ../../src/ppl.hh:110447:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # undef __STDC_LIMIT_MACROS
# ^
# In file included from ppl_c_Octagonal_Shape_mpz_class.cc:24:
# ./ppl_c_implementation_common_defs.hh:103:7: warning: 'timeout_exception' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables]
# class timeout_exception : public Parma_Polyhedra_Library::Throwable {
# ^
# ./ppl_c_implementation_common_defs.hh:115:7: warning: 'deterministic_timeout_exception' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables]
# class deterministic_timeout_exception
# ^
# 34 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../interfaces -I../../interfaces/C -I../../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT ppl_c_Octagonal_Shape_mpz_class.lo -MD -MP -MF .deps/ppl_c_Octagonal_Shape_mpz_class.Tpo -c ppl_c_Octagonal_Shape_mpz_class.cc -o ppl_c_Octagonal_Shape_mpz_class.o >/dev/null 2>&1
# mv -f .deps/ppl_c_Octagonal_Shape_mpz_class.Tpo .deps/ppl_c_Octagonal_Shape_mpz_class.Plo
# /bin/sh ../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../interfaces -I../../interfaces/C -I../../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT ppl_c_Octagonal_Shape_mpq_class.lo -MD -MP -MF .deps/ppl_c_Octagonal_Shape_mpq_class.Tpo -c -o ppl_c_Octagonal_Shape_mpq_class.lo ppl_c_Octagonal_Shape_mpq_class.cc
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../interfaces -I../../interfaces/C -I../../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT ppl_c_Octagonal_Shape_mpq_class.lo -MD -MP -MF .deps/ppl_c_Octagonal_Shape_mpq_class.Tpo -c ppl_c_Octagonal_Shape_mpq_class.cc -fPIC -DPIC -o .libs/ppl_c_Octagonal_Shape_mpq_class.o
# In file included from ppl_c_Octagonal_Shape_mpq_class.cc:24:
# In file included from ./ppl_c_implementation_common_defs.hh:28:
# ../../src/ppl.hh:232:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_ALLOC 1
# ^
# ../../src/ppl.hh:235:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_D 1
# ^
# ../../src/ppl.hh:238:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_SIZE 1
# ^
# ../../src/ppl.hh:437:11: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # define __STDC_LIMIT_MACROS 1
# ^
# ../../src/ppl.hh:1527:7: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \hideinitializer Representable number result class.
# ^
# ../../src/ppl.hh:4487:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \cond
# ^
# ../../src/ppl.hh:4506:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \endcond
# ^
# ../../src/ppl.hh:11013:9: warning: extension used [-Wlanguage-extension-token]
# typedef typeof(__mpz_struct()._mp_size) mp_size_field_t;
# ^
# ../../src/ppl.hh:35562:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&e)) {
# ^
# ../../src/ppl.hh:35559:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&e)) {
# ^
# ../../src/ppl.hh:35580:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&e)) {
# ^
# ../../src/ppl.hh:35577:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&e)) {
# ^
# ../../src/ppl.hh:36406:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36403:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36426:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36423:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36446:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36443:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36464:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36461:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36483:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36480:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36502:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36499:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36522:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36519:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36541:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36538:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36559:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36556:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36580:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36577:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36601:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36598:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36619:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36616:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36638:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36635:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36656:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36653:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36676:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36673:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36695:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36692:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36715:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36712:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36737:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36734:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36757:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36754:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:38544:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# \if Include_Implementation_Details
# ^
# ../../src/ppl.hh:38551:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# \endif
# ^
# ../../src/ppl.hh:110447:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # undef __STDC_LIMIT_MACROS
# ^
# In file included from ppl_c_Octagonal_Shape_mpq_class.cc:24:
# ./ppl_c_implementation_common_defs.hh:103:7: warning: 'timeout_exception' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables]
# class timeout_exception : public Parma_Polyhedra_Library::Throwable {
# ^
# ./ppl_c_implementation_common_defs.hh:115:7: warning: 'deterministic_timeout_exception' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables]
# class deterministic_timeout_exception
# ^
# 34 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../interfaces -I../../interfaces/C -I../../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT ppl_c_Octagonal_Shape_mpq_class.lo -MD -MP -MF .deps/ppl_c_Octagonal_Shape_mpq_class.Tpo -c ppl_c_Octagonal_Shape_mpq_class.cc -o ppl_c_Octagonal_Shape_mpq_class.o >/dev/null 2>&1
# mv -f .deps/ppl_c_Octagonal_Shape_mpq_class.Tpo .deps/ppl_c_Octagonal_Shape_mpq_class.Plo
# /bin/sh ../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../interfaces -I../../interfaces/C -I../../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT ppl_c_Constraints_Product_C_Polyhedron_Grid.lo -MD -MP -MF .deps/ppl_c_Constraints_Product_C_Polyhedron_Grid.Tpo -c -o ppl_c_Constraints_Product_C_Polyhedron_Grid.lo ppl_c_Constraints_Product_C_Polyhedron_Grid.cc
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../interfaces -I../../interfaces/C -I../../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT ppl_c_Constraints_Product_C_Polyhedron_Grid.lo -MD -MP -MF .deps/ppl_c_Constraints_Product_C_Polyhedron_Grid.Tpo -c ppl_c_Constraints_Product_C_Polyhedron_Grid.cc -fPIC -DPIC -o .libs/ppl_c_Constraints_Product_C_Polyhedron_Grid.o
# In file included from ppl_c_Constraints_Product_C_Polyhedron_Grid.cc:24:
# In file included from ./ppl_c_implementation_common_defs.hh:28:
# ../../src/ppl.hh:232:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_ALLOC 1
# ^
# ../../src/ppl.hh:235:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_D 1
# ^
# ../../src/ppl.hh:238:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_SIZE 1
# ^
# ../../src/ppl.hh:437:11: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # define __STDC_LIMIT_MACROS 1
# ^
# ../../src/ppl.hh:1527:7: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \hideinitializer Representable number result class.
# ^
# ../../src/ppl.hh:4487:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \cond
# ^
# ../../src/ppl.hh:4506:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \endcond
# ^
# ../../src/ppl.hh:11013:9: warning: extension used [-Wlanguage-extension-token]
# typedef typeof(__mpz_struct()._mp_size) mp_size_field_t;
# ^
# ../../src/ppl.hh:35562:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&e)) {
# ^
# ../../src/ppl.hh:35559:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&e)) {
# ^
# ../../src/ppl.hh:35580:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&e)) {
# ^
# ../../src/ppl.hh:35577:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&e)) {
# ^
# ../../src/ppl.hh:36406:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36403:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36426:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36423:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36446:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36443:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36464:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36461:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36483:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36480:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36502:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36499:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36522:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36519:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36541:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36538:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36559:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36556:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36580:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36577:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36601:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36598:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36619:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36616:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36638:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36635:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36656:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36653:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36676:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36673:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36695:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36692:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36715:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36712:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36737:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36734:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36757:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36754:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:38544:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# \if Include_Implementation_Details
# ^
# ../../src/ppl.hh:38551:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# \endif
# ^
# ../../src/ppl.hh:110447:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # undef __STDC_LIMIT_MACROS
# ^
# In file included from ppl_c_Constraints_Product_C_Polyhedron_Grid.cc:24:
# ./ppl_c_implementation_common_defs.hh:103:7: warning: 'timeout_exception' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables]
# class timeout_exception : public Parma_Polyhedra_Library::Throwable {
# ^
# ./ppl_c_implementation_common_defs.hh:115:7: warning: 'deterministic_timeout_exception' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables]
# class deterministic_timeout_exception
# ^
# 34 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../interfaces -I../../interfaces/C -I../../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT ppl_c_Constraints_Product_C_Polyhedron_Grid.lo -MD -MP -MF .deps/ppl_c_Constraints_Product_C_Polyhedron_Grid.Tpo -c ppl_c_Constraints_Product_C_Polyhedron_Grid.cc -o ppl_c_Constraints_Product_C_Polyhedron_Grid.o >/dev/null 2>&1
# mv -f .deps/ppl_c_Constraints_Product_C_Polyhedron_Grid.Tpo .deps/ppl_c_Constraints_Product_C_Polyhedron_Grid.Plo
# /bin/sh ../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../interfaces -I../../interfaces/C -I../../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT ppl_c_Pointset_Powerset_C_Polyhedron.lo -MD -MP -MF .deps/ppl_c_Pointset_Powerset_C_Polyhedron.Tpo -c -o ppl_c_Pointset_Powerset_C_Polyhedron.lo ppl_c_Pointset_Powerset_C_Polyhedron.cc
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../interfaces -I../../interfaces/C -I../../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT ppl_c_Pointset_Powerset_C_Polyhedron.lo -MD -MP -MF .deps/ppl_c_Pointset_Powerset_C_Polyhedron.Tpo -c ppl_c_Pointset_Powerset_C_Polyhedron.cc -fPIC -DPIC -o .libs/ppl_c_Pointset_Powerset_C_Polyhedron.o
# In file included from ppl_c_Pointset_Powerset_C_Polyhedron.cc:24:
# In file included from ./ppl_c_implementation_common_defs.hh:28:
# ../../src/ppl.hh:232:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_ALLOC 1
# ^
# ../../src/ppl.hh:235:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_D 1
# ^
# ../../src/ppl.hh:238:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_SIZE 1
# ^
# ../../src/ppl.hh:437:11: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # define __STDC_LIMIT_MACROS 1
# ^
# ../../src/ppl.hh:1527:7: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \hideinitializer Representable number result class.
# ^
# ../../src/ppl.hh:4487:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \cond
# ^
# ../../src/ppl.hh:4506:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \endcond
# ^
# ../../src/ppl.hh:11013:9: warning: extension used [-Wlanguage-extension-token]
# typedef typeof(__mpz_struct()._mp_size) mp_size_field_t;
# ^
# ../../src/ppl.hh:35562:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&e)) {
# ^
# ../../src/ppl.hh:35559:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&e)) {
# ^
# ../../src/ppl.hh:35580:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&e)) {
# ^
# ../../src/ppl.hh:35577:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&e)) {
# ^
# ../../src/ppl.hh:36406:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36403:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36426:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36423:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36446:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36443:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36464:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36461:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36483:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36480:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36502:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36499:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36522:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36519:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36541:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36538:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36559:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36556:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36580:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36577:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36601:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36598:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36619:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36616:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36638:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36635:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36656:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36653:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36676:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36673:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36695:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36692:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36715:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36712:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36737:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36734:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36757:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36754:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:38544:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# \if Include_Implementation_Details
# ^
# ../../src/ppl.hh:38551:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# \endif
# ^
# ../../src/ppl.hh:110447:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # undef __STDC_LIMIT_MACROS
# ^
# ppl_c_Pointset_Powerset_C_Polyhedron.cc:1363:1: warning: no previous prototype for function 'ppl_Pointset_Powerset_C_Polyhedron_BGP99_BHRZ03_extrapolation_assign' [-Wmissing-prototypes]
# ppl_Pointset_Powerset_C_Polyhedron_BGP99_BHRZ03_extrapolation_assign
# ^
# ppl_c_Pointset_Powerset_C_Polyhedron.cc:1379:1: warning: no previous prototype for function 'ppl_Pointset_Powerset_C_Polyhedron_BGP99_H79_extrapolation_assign' [-Wmissing-prototypes]
# ppl_Pointset_Powerset_C_Polyhedron_BGP99_H79_extrapolation_assign
# ^
# In file included from ppl_c_Pointset_Powerset_C_Polyhedron.cc:24:
# ./ppl_c_implementation_common_defs.hh:103:7: warning: 'timeout_exception' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables]
# class timeout_exception : public Parma_Polyhedra_Library::Throwable {
# ^
# ./ppl_c_implementation_common_defs.hh:115:7: warning: 'deterministic_timeout_exception' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables]
# class deterministic_timeout_exception
# ^
# 36 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../interfaces -I../../interfaces/C -I../../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT ppl_c_Pointset_Powerset_C_Polyhedron.lo -MD -MP -MF .deps/ppl_c_Pointset_Powerset_C_Polyhedron.Tpo -c ppl_c_Pointset_Powerset_C_Polyhedron.cc -o ppl_c_Pointset_Powerset_C_Polyhedron.o >/dev/null 2>&1
# mv -f .deps/ppl_c_Pointset_Powerset_C_Polyhedron.Tpo .deps/ppl_c_Pointset_Powerset_C_Polyhedron.Plo
# /bin/sh ../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../interfaces -I../../interfaces/C -I../../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT ppl_c_Pointset_Powerset_NNC_Polyhedron.lo -MD -MP -MF .deps/ppl_c_Pointset_Powerset_NNC_Polyhedron.Tpo -c -o ppl_c_Pointset_Powerset_NNC_Polyhedron.lo ppl_c_Pointset_Powerset_NNC_Polyhedron.cc
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../interfaces -I../../interfaces/C -I../../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT ppl_c_Pointset_Powerset_NNC_Polyhedron.lo -MD -MP -MF .deps/ppl_c_Pointset_Powerset_NNC_Polyhedron.Tpo -c ppl_c_Pointset_Powerset_NNC_Polyhedron.cc -fPIC -DPIC -o .libs/ppl_c_Pointset_Powerset_NNC_Polyhedron.o
# In file included from ppl_c_Pointset_Powerset_NNC_Polyhedron.cc:24:
# In file included from ./ppl_c_implementation_common_defs.hh:28:
# ../../src/ppl.hh:232:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_ALLOC 1
# ^
# ../../src/ppl.hh:235:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_D 1
# ^
# ../../src/ppl.hh:238:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_SIZE 1
# ^
# ../../src/ppl.hh:437:11: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # define __STDC_LIMIT_MACROS 1
# ^
# ../../src/ppl.hh:1527:7: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \hideinitializer Representable number result class.
# ^
# ../../src/ppl.hh:4487:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \cond
# ^
# ../../src/ppl.hh:4506:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \endcond
# ^
# ../../src/ppl.hh:11013:9: warning: extension used [-Wlanguage-extension-token]
# typedef typeof(__mpz_struct()._mp_size) mp_size_field_t;
# ^
# ../../src/ppl.hh:35562:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&e)) {
# ^
# ../../src/ppl.hh:35559:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&e)) {
# ^
# ../../src/ppl.hh:35580:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&e)) {
# ^
# ../../src/ppl.hh:35577:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&e)) {
# ^
# ../../src/ppl.hh:36406:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36403:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36426:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36423:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36446:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36443:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36464:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36461:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36483:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36480:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36502:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36499:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36522:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36519:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36541:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36538:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36559:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36556:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36580:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36577:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36601:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36598:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36619:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36616:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36638:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36635:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36656:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36653:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36676:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36673:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36695:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36692:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36715:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36712:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36737:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36734:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36757:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36754:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:38544:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# \if Include_Implementation_Details
# ^
# ../../src/ppl.hh:38551:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# \endif
# ^
# ../../src/ppl.hh:110447:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # undef __STDC_LIMIT_MACROS
# ^
# ppl_c_Pointset_Powerset_NNC_Polyhedron.cc:1363:1: warning: no previous prototype for function 'ppl_Pointset_Powerset_NNC_Polyhedron_BGP99_BHRZ03_extrapolation_assign' [-Wmissing-prototypes]
# ppl_Pointset_Powerset_NNC_Polyhedron_BGP99_BHRZ03_extrapolation_assign
# ^
# ppl_c_Pointset_Powerset_NNC_Polyhedron.cc:1379:1: warning: no previous prototype for function 'ppl_Pointset_Powerset_NNC_Polyhedron_BGP99_H79_extrapolation_assign' [-Wmissing-prototypes]
# ppl_Pointset_Powerset_NNC_Polyhedron_BGP99_H79_extrapolation_assign
# ^
# In file included from ppl_c_Pointset_Powerset_NNC_Polyhedron.cc:24:
# ./ppl_c_implementation_common_defs.hh:103:7: warning: 'timeout_exception' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables]
# class timeout_exception : public Parma_Polyhedra_Library::Throwable {
# ^
# ./ppl_c_implementation_common_defs.hh:115:7: warning: 'deterministic_timeout_exception' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables]
# class deterministic_timeout_exception
# ^
# 36 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../interfaces -I../../interfaces/C -I../../src -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT ppl_c_Pointset_Powerset_NNC_Polyhedron.lo -MD -MP -MF .deps/ppl_c_Pointset_Powerset_NNC_Polyhedron.Tpo -c ppl_c_Pointset_Powerset_NNC_Polyhedron.cc -o ppl_c_Pointset_Powerset_NNC_Polyhedron.o >/dev/null 2>&1
# mv -f .deps/ppl_c_Pointset_Powerset_NNC_Polyhedron.Tpo .deps/ppl_c_Pointset_Powerset_NNC_Polyhedron.Plo
# /bin/sh ../../libtool --tag=CXX --mode=link clang++ -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -version-info 4:0:0 -o libppl_c.la -rpath /usr/lib ppl_c_implementation_common.lo ppl_c_Polyhedron.lo ppl_c_Grid.lo ppl_c_Rational_Box.lo ppl_c_BD_Shape_mpz_class.lo ppl_c_BD_Shape_mpq_class.lo ppl_c_Octagonal_Shape_mpz_class.lo ppl_c_Octagonal_Shape_mpq_class.lo ppl_c_Constraints_Product_C_Polyhedron_Grid.lo ppl_c_Pointset_Powerset_C_Polyhedron.lo ppl_c_Pointset_Powerset_NNC_Polyhedron.lo ../../src/libppl.la -lgmpxx -lgmp
# libtool: link: clang++ -fPIC -DPIC -shared -nostdlib /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbeginS.o .libs/ppl_c_implementation_common.o .libs/ppl_c_Polyhedron.o .libs/ppl_c_Grid.o .libs/ppl_c_Rational_Box.o .libs/ppl_c_BD_Shape_mpz_class.o .libs/ppl_c_BD_Shape_mpq_class.o .libs/ppl_c_Octagonal_Shape_mpz_class.o .libs/ppl_c_Octagonal_Shape_mpq_class.o .libs/ppl_c_Constraints_Product_C_Polyhedron_Grid.o .libs/ppl_c_Pointset_Powerset_C_Polyhedron.o .libs/ppl_c_Pointset_Powerset_NNC_Polyhedron.o -Wl,-rpath -Wl,/tmp/ppl/src/ppl-1.2/src/.libs ../../src/.libs/libppl.so -lgmpxx -lgmp -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib -lstdc++ -lm -lc -lgcc_s /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtendS.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o -O2 -Wl,-soname -Wl,libppl_c.so.4 -o .libs/libppl_c.so.4.0.0
# libtool: link: (cd ".libs" && rm -f "libppl_c.so.4" && ln -s "libppl_c.so.4.0.0" "libppl_c.so.4")
# libtool: link: (cd ".libs" && rm -f "libppl_c.so" && ln -s "libppl_c.so.4.0.0" "libppl_c.so")
# libtool: link: ar cru .libs/libppl_c.a ppl_c_implementation_common.o ppl_c_Polyhedron.o ppl_c_Grid.o ppl_c_Rational_Box.o ppl_c_BD_Shape_mpz_class.o ppl_c_BD_Shape_mpq_class.o ppl_c_Octagonal_Shape_mpz_class.o ppl_c_Octagonal_Shape_mpq_class.o ppl_c_Constraints_Product_C_Polyhedron_Grid.o ppl_c_Pointset_Powerset_C_Polyhedron.o ppl_c_Pointset_Powerset_NNC_Polyhedron.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/libppl_c.a
# libtool: link: ( cd ".libs" && rm -f "libppl_c.la" && ln -s "../libppl_c.la" "libppl_c.la" )
# make[6]: Leaving directory '/tmp/ppl/src/ppl-1.2/interfaces/C'
# Making all in tests
# make[6]: Entering directory '/tmp/ppl/src/ppl-1.2/interfaces/C/tests'
# make[6]: Nothing to be done for 'all'.
# make[6]: Leaving directory '/tmp/ppl/src/ppl-1.2/interfaces/C/tests'
# make[5]: Leaving directory '/tmp/ppl/src/ppl-1.2/interfaces/C'
# make[4]: Leaving directory '/tmp/ppl/src/ppl-1.2/interfaces/C'
# make[3]: Leaving directory '/tmp/ppl/src/ppl-1.2/interfaces'
# make[2]: Leaving directory '/tmp/ppl/src/ppl-1.2/interfaces'
# Making all in demos
# make[2]: Entering directory '/tmp/ppl/src/ppl-1.2/demos'
# Making all in ppl_lcdd
# make[3]: Entering directory '/tmp/ppl/src/ppl-1.2/demos/ppl_lcdd'
# Making all in examples
# make[4]: Entering directory '/tmp/ppl/src/ppl-1.2/demos/ppl_lcdd/examples'
# make[4]: Nothing to be done for 'all'.
# make[4]: Leaving directory '/tmp/ppl/src/ppl-1.2/demos/ppl_lcdd/examples'
# make[4]: Entering directory '/tmp/ppl/src/ppl-1.2/demos/ppl_lcdd'
# clang++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../src -I../../utils -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT ppl_lcdd.o -MD -MP -MF .deps/ppl_lcdd.Tpo -c -o ppl_lcdd.o ppl_lcdd.cc
# In file included from ppl_lcdd.cc:42:
# ../../src/ppl.hh:232:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_ALLOC 1
# ^
# ../../src/ppl.hh:235:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_D 1
# ^
# ../../src/ppl.hh:238:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_SIZE 1
# ^
# ../../src/ppl.hh:437:11: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # define __STDC_LIMIT_MACROS 1
# ^
# ../../src/ppl.hh:1527:7: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \hideinitializer Representable number result class.
# ^
# ../../src/ppl.hh:4487:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \cond
# ^
# ../../src/ppl.hh:4506:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \endcond
# ^
# ../../src/ppl.hh:11013:9: warning: extension used [-Wlanguage-extension-token]
# typedef typeof(__mpz_struct()._mp_size) mp_size_field_t;
# ^
# ../../src/ppl.hh:35562:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&e)) {
# ^
# ../../src/ppl.hh:35559:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&e)) {
# ^
# ../../src/ppl.hh:35580:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&e)) {
# ^
# ../../src/ppl.hh:35577:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&e)) {
# ^
# ../../src/ppl.hh:36406:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36403:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36426:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36423:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36446:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36443:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36464:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36461:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36483:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36480:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36502:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36499:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36522:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36519:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36541:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36538:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36559:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36556:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36580:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36577:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36601:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36598:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36619:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36616:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36638:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36635:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36656:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36653:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36676:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36673:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36695:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36692:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36715:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36712:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36737:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36734:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36757:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36754:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:38544:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# \if Include_Implementation_Details
# ^
# ../../src/ppl.hh:38551:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# \endif
# ^
# ../../src/ppl.hh:110447:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # undef __STDC_LIMIT_MACROS
# ^
# ppl_lcdd.cc:192:19: warning: format string is not a string literal [-Wformat-nonliteral]
# fprintf(stdout, usage_string, program);
# ^~~~~~~~~~~~
# ppl_lcdd.cc:368:1: warning: no previous prototype for function 'timeout' [-Wmissing-prototypes]
# timeout(int) {
# ^
# ppl_lcdd.cc:462:7: warning: 'break' will never be executed [-Wunreachable-code-break]
# break;
# ^~~~~
# ppl_lcdd.cc:413:7: warning: 'break' will never be executed [-Wunreachable-code-break]
# break;
# ^~~~~
# ppl_lcdd.cc:712:20: warning: variable 'num_rows' may be uninitialized when used here [-Wconditional-uninitialized]
# std::cerr << num_rows;
# ^~~~~~~~
# ppl_lcdd.cc:673:20: note: initialize the variable 'num_rows' to silence this warning
# unsigned num_rows;
# ^
# = 0
# 37 warnings generated.
# mv -f .deps/ppl_lcdd.Tpo .deps/ppl_lcdd.Po
# /bin/sh ../../libtool --tag=CXX --mode=link clang++ -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -o ppl_lcdd ppl_lcdd.o ../../src/libppl.la ../../utils/libppl_utils.a -lgmpxx -lgmp
# libtool: link: clang++ -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -o .libs/ppl_lcdd ppl_lcdd.o ../../src/.libs/libppl.so ../../utils/libppl_utils.a -lgmpxx -lgmp
# make[4]: Leaving directory '/tmp/ppl/src/ppl-1.2/demos/ppl_lcdd'
# make[3]: Leaving directory '/tmp/ppl/src/ppl-1.2/demos/ppl_lcdd'
# Making all in ppl_lpsol
# make[3]: Entering directory '/tmp/ppl/src/ppl-1.2/demos/ppl_lpsol'
# Making all in examples
# make[4]: Entering directory '/tmp/ppl/src/ppl-1.2/demos/ppl_lpsol/examples'
# make[4]: Nothing to be done for 'all'.
# make[4]: Leaving directory '/tmp/ppl/src/ppl-1.2/demos/ppl_lpsol/examples'
# make[4]: Entering directory '/tmp/ppl/src/ppl-1.2/demos/ppl_lpsol'
# make[4]: Nothing to be done for 'all-am'.
# make[4]: Leaving directory '/tmp/ppl/src/ppl-1.2/demos/ppl_lpsol'
# make[3]: Leaving directory '/tmp/ppl/src/ppl-1.2/demos/ppl_lpsol'
# Making all in ppl_pips
# make[3]: Entering directory '/tmp/ppl/src/ppl-1.2/demos/ppl_pips'
# Making all in examples
# make[4]: Entering directory '/tmp/ppl/src/ppl-1.2/demos/ppl_pips/examples'
# make[4]: Nothing to be done for 'all'.
# make[4]: Leaving directory '/tmp/ppl/src/ppl-1.2/demos/ppl_pips/examples'
# make[4]: Entering directory '/tmp/ppl/src/ppl-1.2/demos/ppl_pips'
# clang++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../src -I../../utils -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -MT ppl_pips.o -MD -MP -MF .deps/ppl_pips.Tpo -c -o ppl_pips.o ppl_pips.cc
# In file included from ppl_pips.cc:36:
# ../../src/ppl.hh:232:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_ALLOC 1
# ^
# ../../src/ppl.hh:235:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_D 1
# ^
# ../../src/ppl.hh:238:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define PPL_HAVE___MPZ_STRUCT__MP_SIZE 1
# ^
# ../../src/ppl.hh:437:11: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # define __STDC_LIMIT_MACROS 1
# ^
# ../../src/ppl.hh:1527:7: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \hideinitializer Representable number result class.
# ^
# ../../src/ppl.hh:4487:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \cond
# ^
# ../../src/ppl.hh:4506:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# //! \endcond
# ^
# ../../src/ppl.hh:11013:9: warning: extension used [-Wlanguage-extension-token]
# typedef typeof(__mpz_struct()._mp_size) mp_size_field_t;
# ^
# ../../src/ppl.hh:35562:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&e)) {
# ^
# ../../src/ppl.hh:35559:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&e)) {
# ^
# ../../src/ppl.hh:35580:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&e)) {
# ^
# ../../src/ppl.hh:35577:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&e)) {
# ^
# ../../src/ppl.hh:36406:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36403:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36426:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36423:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36446:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36443:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36464:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36461:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36483:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36480:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36502:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36499:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36522:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36519:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36541:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36538:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36559:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36556:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36580:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36577:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36601:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36598:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36619:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36616:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36638:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36635:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36656:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36653:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36676:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36673:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36695:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36692:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36715:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36712:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36737:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36734:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36757:29: warning: declaration shadows a local variable [-Wshadow]
# else if (const Sparse_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:36754:23: note: previous declaration is here
# if (const Dense_Ptr p = dynamic_cast(&y)) {
# ^
# ../../src/ppl.hh:38544:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# \if Include_Implementation_Details
# ^
# ../../src/ppl.hh:38551:5: warning: unknown command tag name [-Wdocumentation-unknown-command]
# \endif
# ^
# ../../src/ppl.hh:110447:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# # undef __STDC_LIMIT_MACROS
# ^
# ppl_pips.cc:611:1: warning: no previous prototype for function 'error' [-Wmissing-prototypes]
# error(const char* format, ...) {
# ^
# ppl_pips.cc:622:1: warning: no previous prototype for function 'warning' [-Wmissing-prototypes]
# warning(const char* format, ...) {
# ^
# ppl_pips.cc:651:1: warning: no previous prototype for function 'limit_virtual_memory' [-Wmissing-prototypes]
# limit_virtual_memory(unsigned long) {
# ^
# ppl_pips.cc:677:23: warning: format string is not a string literal [-Wformat-nonliteral]
# fprintf(stdout, usage_string, argv[0]);
# ^~~~~~~~~~~~
# ppl_pips.cc:657:1: warning: no previous prototype for function 'process_options' [-Wmissing-prototypes]
# process_options(int argc, char* argv[]) {
# ^
# ppl_pips.cc:729:7: warning: 'break' will never be executed [-Wunreachable-code-break]
# break;
# ^~~~~
# ppl_pips.cc:679:7: warning: 'break' will never be executed [-Wunreachable-code-break]
# break;
# ^~~~~
# ppl_pips.cc:777:1: warning: no previous prototype for function 'maybe_start_clock' [-Wmissing-prototypes]
# maybe_start_clock() {
# ^
# ppl_pips.cc:784:1: warning: no previous prototype for function 'maybe_print_clock' [-Wmissing-prototypes]
# maybe_print_clock() {
# ^
# 41 warnings generated.
# mv -f .deps/ppl_pips.Tpo .deps/ppl_pips.Po
# /bin/sh ../../libtool --tag=CXX --mode=link clang++ -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -o ppl_pips ppl_pips.o ../../src/libppl.la ../../utils/libppl_utils.a -lgmpxx -lgmp
# libtool: link: clang++ -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -o .libs/ppl_pips ppl_pips.o ../../src/.libs/libppl.so ../../utils/libppl_utils.a -lgmpxx -lgmp
# make[4]: Leaving directory '/tmp/ppl/src/ppl-1.2/demos/ppl_pips'
# make[3]: Leaving directory '/tmp/ppl/src/ppl-1.2/demos/ppl_pips'
# make[3]: Entering directory '/tmp/ppl/src/ppl-1.2/demos'
# make[3]: Nothing to be done for 'all-am'.
# make[3]: Leaving directory '/tmp/ppl/src/ppl-1.2/demos'
# make[2]: Leaving directory '/tmp/ppl/src/ppl-1.2/demos'
# Making all in doc
# make[2]: Entering directory '/tmp/ppl/src/ppl-1.2/doc'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/ppl/src/ppl-1.2/doc'
# Making all in m4
# make[2]: Entering directory '/tmp/ppl/src/ppl-1.2/m4'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/ppl/src/ppl-1.2/m4'
# make[1]: Leaving directory '/tmp/ppl/src/ppl-1.2'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in .
# make[1]: Entering directory '/tmp/ppl/src/ppl-1.2'
# make[2]: Entering directory '/tmp/ppl/src/ppl-1.2'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/ppl/src/ppl-1.2'
# make[1]: Leaving directory '/tmp/ppl/src/ppl-1.2'
# Making install in utils
# make[1]: Entering directory '/tmp/ppl/src/ppl-1.2/utils'
# make[2]: Entering directory '/tmp/ppl/src/ppl-1.2/utils'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/ppl/src/ppl-1.2/utils'
# make[1]: Leaving directory '/tmp/ppl/src/ppl-1.2/utils'
# Making install in src
# make[1]: Entering directory '/tmp/ppl/src/ppl-1.2/src'
# make install-am
# make[2]: Entering directory '/tmp/ppl/src/ppl-1.2/src'
# make[3]: Entering directory '/tmp/ppl/src/ppl-1.2/src'
# /usr/bin/mkdir -p '/tmp/ppl/pkg/ppl/usr/lib'
# /bin/sh ../libtool --mode=install /usr/bin/install -c libppl.la '/tmp/ppl/pkg/ppl/usr/lib'
# libtool: install: /usr/bin/install -c .libs/libppl.so.14.0.0 /tmp/ppl/pkg/ppl/usr/lib/libppl.so.14.0.0
# libtool: install: (cd /tmp/ppl/pkg/ppl/usr/lib && { ln -s -f libppl.so.14.0.0 libppl.so.14 || { rm -f libppl.so.14 && ln -s libppl.so.14.0.0 libppl.so.14; }; })
# libtool: install: (cd /tmp/ppl/pkg/ppl/usr/lib && { ln -s -f libppl.so.14.0.0 libppl.so || { rm -f libppl.so && ln -s libppl.so.14.0.0 libppl.so; }; })
# libtool: install: /usr/bin/install -c .libs/libppl.lai /tmp/ppl/pkg/ppl/usr/lib/libppl.la
# libtool: install: /usr/bin/install -c .libs/libppl.a /tmp/ppl/pkg/ppl/usr/lib/libppl.a
# libtool: install: chmod 644 /tmp/ppl/pkg/ppl/usr/lib/libppl.a
# libtool: install: ranlib /tmp/ppl/pkg/ppl/usr/lib/libppl.a
# libtool: install: warning: remember to run `libtool --finish /usr/lib'
# /usr/bin/mkdir -p '/tmp/ppl/pkg/ppl/usr/bin'
# /bin/sh ../libtool --mode=install /usr/bin/install -c ppl-config '/tmp/ppl/pkg/ppl/usr/bin'
# libtool: install: warning: `libppl.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/ppl-config /tmp/ppl/pkg/ppl/usr/bin/ppl-config
# /usr/bin/mkdir -p '/tmp/ppl/pkg/ppl/usr/include'
# /usr/bin/install -c -m 644 ppl.hh '/tmp/ppl/pkg/ppl/usr/include'
# make[3]: Leaving directory '/tmp/ppl/src/ppl-1.2/src'
# make[2]: Leaving directory '/tmp/ppl/src/ppl-1.2/src'
# make[1]: Leaving directory '/tmp/ppl/src/ppl-1.2/src'
# Making install in tests
# make[1]: Entering directory '/tmp/ppl/src/ppl-1.2/tests'
# Making install in .
# make[2]: Entering directory '/tmp/ppl/src/ppl-1.2/tests'
# make[3]: Entering directory '/tmp/ppl/src/ppl-1.2/tests'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/ppl/src/ppl-1.2/tests'
# make[2]: Leaving directory '/tmp/ppl/src/ppl-1.2/tests'
# Making install in Concrete_Expression
# make[2]: Entering directory '/tmp/ppl/src/ppl-1.2/tests/Concrete_Expression'
# make[3]: Entering directory '/tmp/ppl/src/ppl-1.2/tests/Concrete_Expression'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/ppl/src/ppl-1.2/tests/Concrete_Expression'
# make[2]: Leaving directory '/tmp/ppl/src/ppl-1.2/tests/Concrete_Expression'
# Making install in CO_Tree
# make[2]: Entering directory '/tmp/ppl/src/ppl-1.2/tests/CO_Tree'
# make[3]: Entering directory '/tmp/ppl/src/ppl-1.2/tests/CO_Tree'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/ppl/src/ppl-1.2/tests/CO_Tree'
# make[2]: Leaving directory '/tmp/ppl/src/ppl-1.2/tests/CO_Tree'
# Making install in PIP_Problem
# make[2]: Entering directory '/tmp/ppl/src/ppl-1.2/tests/PIP_Problem'
# make[3]: Entering directory '/tmp/ppl/src/ppl-1.2/tests/PIP_Problem'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/ppl/src/ppl-1.2/tests/PIP_Problem'
# make[2]: Leaving directory '/tmp/ppl/src/ppl-1.2/tests/PIP_Problem'
# Making install in Powerset
# make[2]: Entering directory '/tmp/ppl/src/ppl-1.2/tests/Powerset'
# make[3]: Entering directory '/tmp/ppl/src/ppl-1.2/tests/Powerset'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/ppl/src/ppl-1.2/tests/Powerset'
# make[2]: Leaving directory '/tmp/ppl/src/ppl-1.2/tests/Powerset'
# Making install in Partially_Reduced_Product
# make[2]: Entering directory '/tmp/ppl/src/ppl-1.2/tests/Partially_Reduced_Product'
# make[3]: Entering directory '/tmp/ppl/src/ppl-1.2/tests/Partially_Reduced_Product'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/ppl/src/ppl-1.2/tests/Partially_Reduced_Product'
# make[2]: Leaving directory '/tmp/ppl/src/ppl-1.2/tests/Partially_Reduced_Product'
# Making install in Box
# make[2]: Entering directory '/tmp/ppl/src/ppl-1.2/tests/Box'
# make[3]: Entering directory '/tmp/ppl/src/ppl-1.2/tests/Box'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/ppl/src/ppl-1.2/tests/Box'
# make[2]: Leaving directory '/tmp/ppl/src/ppl-1.2/tests/Box'
# Making install in MIP_Problem
# make[2]: Entering directory '/tmp/ppl/src/ppl-1.2/tests/MIP_Problem'
# make[3]: Entering directory '/tmp/ppl/src/ppl-1.2/tests/MIP_Problem'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/ppl/src/ppl-1.2/tests/MIP_Problem'
# make[2]: Leaving directory '/tmp/ppl/src/ppl-1.2/tests/MIP_Problem'
# Making install in Octagonal_Shape
# make[2]: Entering directory '/tmp/ppl/src/ppl-1.2/tests/Octagonal_Shape'
# make[3]: Entering directory '/tmp/ppl/src/ppl-1.2/tests/Octagonal_Shape'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/ppl/src/ppl-1.2/tests/Octagonal_Shape'
# make[2]: Leaving directory '/tmp/ppl/src/ppl-1.2/tests/Octagonal_Shape'
# Making install in BD_Shape
# make[2]: Entering directory '/tmp/ppl/src/ppl-1.2/tests/BD_Shape'
# make[3]: Entering directory '/tmp/ppl/src/ppl-1.2/tests/BD_Shape'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/ppl/src/ppl-1.2/tests/BD_Shape'
# make[2]: Leaving directory '/tmp/ppl/src/ppl-1.2/tests/BD_Shape'
# Making install in Polyhedron
# make[2]: Entering directory '/tmp/ppl/src/ppl-1.2/tests/Polyhedron'
# make[3]: Entering directory '/tmp/ppl/src/ppl-1.2/tests/Polyhedron'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/ppl/src/ppl-1.2/tests/Polyhedron'
# make[2]: Leaving directory '/tmp/ppl/src/ppl-1.2/tests/Polyhedron'
# Making install in Grid
# make[2]: Entering directory '/tmp/ppl/src/ppl-1.2/tests/Grid'
# make[3]: Entering directory '/tmp/ppl/src/ppl-1.2/tests/Grid'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/ppl/src/ppl-1.2/tests/Grid'
# make[2]: Leaving directory '/tmp/ppl/src/ppl-1.2/tests/Grid'
# Making install in Watchdog
# make[2]: Entering directory '/tmp/ppl/src/ppl-1.2/tests/Watchdog'
# make[3]: Entering directory '/tmp/ppl/src/ppl-1.2/tests/Watchdog'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/ppl/src/ppl-1.2/tests/Watchdog'
# make[2]: Leaving directory '/tmp/ppl/src/ppl-1.2/tests/Watchdog'
# make[1]: Leaving directory '/tmp/ppl/src/ppl-1.2/tests'
# Making install in interfaces
# make[1]: Entering directory '/tmp/ppl/src/ppl-1.2/interfaces'
# make install-recursive
# make[2]: Entering directory '/tmp/ppl/src/ppl-1.2/interfaces'
# Making install in .
# make[3]: Entering directory '/tmp/ppl/src/ppl-1.2/interfaces'
# make[4]: Entering directory '/tmp/ppl/src/ppl-1.2/interfaces'
# make[4]: Nothing to be done for 'install-exec-am'.
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/ppl/src/ppl-1.2/interfaces'
# make[3]: Leaving directory '/tmp/ppl/src/ppl-1.2/interfaces'
# Making install in C
# make[3]: Entering directory '/tmp/ppl/src/ppl-1.2/interfaces/C'
# make install-recursive
# make[4]: Entering directory '/tmp/ppl/src/ppl-1.2/interfaces/C'
# Making install in .
# make[5]: Entering directory '/tmp/ppl/src/ppl-1.2/interfaces/C'
# make[6]: Entering directory '/tmp/ppl/src/ppl-1.2/interfaces/C'
# /usr/bin/mkdir -p '/tmp/ppl/pkg/ppl/usr/lib'
# /bin/sh ../../libtool --mode=install /usr/bin/install -c libppl_c.la '/tmp/ppl/pkg/ppl/usr/lib'
# libtool: install: warning: relinking `libppl_c.la'
# libtool: install: (cd /tmp/ppl/src/ppl-1.2/interfaces/C; /bin/sh /tmp/ppl/src/ppl-1.2/libtool --tag CXX --mode=relink clang++ -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array -version-info 4:0:0 -o libppl_c.la -rpath /usr/lib ppl_c_implementation_common.lo ppl_c_Polyhedron.lo ppl_c_Grid.lo ppl_c_Rational_Box.lo ppl_c_BD_Shape_mpz_class.lo ppl_c_BD_Shape_mpq_class.lo ppl_c_Octagonal_Shape_mpz_class.lo ppl_c_Octagonal_Shape_mpq_class.lo ppl_c_Constraints_Product_C_Polyhedron_Grid.lo ppl_c_Pointset_Powerset_C_Polyhedron.lo ppl_c_Pointset_Powerset_NNC_Polyhedron.lo ../../src/libppl.la -lgmpxx -lgmp -inst-prefix-dir /tmp/ppl/pkg/ppl)
# libtool: relink: clang++ -fPIC -DPIC -shared -nostdlib /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbeginS.o .libs/ppl_c_implementation_common.o .libs/ppl_c_Polyhedron.o .libs/ppl_c_Grid.o .libs/ppl_c_Rational_Box.o .libs/ppl_c_BD_Shape_mpz_class.o .libs/ppl_c_BD_Shape_mpq_class.o .libs/ppl_c_Octagonal_Shape_mpz_class.o .libs/ppl_c_Octagonal_Shape_mpq_class.o .libs/ppl_c_Constraints_Product_C_Polyhedron_Grid.o .libs/ppl_c_Pointset_Powerset_C_Polyhedron.o .libs/ppl_c_Pointset_Powerset_NNC_Polyhedron.o -L/tmp/ppl/pkg/ppl/usr/lib -L/usr/lib -lppl -lgmpxx -lgmp -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -lstdc++ -lm -lc -lgcc_s /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtendS.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o -O2 -Wl,-soname -Wl,libppl_c.so.4 -o .libs/libppl_c.so.4.0.0
# libtool: install: /usr/bin/install -c .libs/libppl_c.so.4.0.0T /tmp/ppl/pkg/ppl/usr/lib/libppl_c.so.4.0.0
# libtool: install: (cd /tmp/ppl/pkg/ppl/usr/lib && { ln -s -f libppl_c.so.4.0.0 libppl_c.so.4 || { rm -f libppl_c.so.4 && ln -s libppl_c.so.4.0.0 libppl_c.so.4; }; })
# libtool: install: (cd /tmp/ppl/pkg/ppl/usr/lib && { ln -s -f libppl_c.so.4.0.0 libppl_c.so || { rm -f libppl_c.so && ln -s libppl_c.so.4.0.0 libppl_c.so; }; })
# libtool: install: /usr/bin/install -c .libs/libppl_c.lai /tmp/ppl/pkg/ppl/usr/lib/libppl_c.la
# libtool: install: /usr/bin/install -c .libs/libppl_c.a /tmp/ppl/pkg/ppl/usr/lib/libppl_c.a
# libtool: install: chmod 644 /tmp/ppl/pkg/ppl/usr/lib/libppl_c.a
# libtool: install: ranlib /tmp/ppl/pkg/ppl/usr/lib/libppl_c.a
# libtool: install: warning: remember to run `libtool --finish /usr/lib'
# /usr/bin/mkdir -p '/tmp/ppl/pkg/ppl/usr/include'
# /usr/bin/install -c -m 644 ppl_c.h '/tmp/ppl/pkg/ppl/usr/include'
# make[6]: Leaving directory '/tmp/ppl/src/ppl-1.2/interfaces/C'
# make[5]: Leaving directory '/tmp/ppl/src/ppl-1.2/interfaces/C'
# Making install in tests
# make[5]: Entering directory '/tmp/ppl/src/ppl-1.2/interfaces/C/tests'
# make[6]: Entering directory '/tmp/ppl/src/ppl-1.2/interfaces/C/tests'
# make[6]: Nothing to be done for 'install-exec-am'.
# make[6]: Nothing to be done for 'install-data-am'.
# make[6]: Leaving directory '/tmp/ppl/src/ppl-1.2/interfaces/C/tests'
# make[5]: Leaving directory '/tmp/ppl/src/ppl-1.2/interfaces/C/tests'
# make[4]: Leaving directory '/tmp/ppl/src/ppl-1.2/interfaces/C'
# make[3]: Leaving directory '/tmp/ppl/src/ppl-1.2/interfaces/C'
# make[2]: Leaving directory '/tmp/ppl/src/ppl-1.2/interfaces'
# make[1]: Leaving directory '/tmp/ppl/src/ppl-1.2/interfaces'
# Making install in demos
# make[1]: Entering directory '/tmp/ppl/src/ppl-1.2/demos'
# Making install in ppl_lcdd
# make[2]: Entering directory '/tmp/ppl/src/ppl-1.2/demos/ppl_lcdd'
# Making install in examples
# make[3]: Entering directory '/tmp/ppl/src/ppl-1.2/demos/ppl_lcdd/examples'
# make[4]: Entering directory '/tmp/ppl/src/ppl-1.2/demos/ppl_lcdd/examples'
# make[4]: Nothing to be done for 'install-exec-am'.
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/ppl/src/ppl-1.2/demos/ppl_lcdd/examples'
# make[3]: Leaving directory '/tmp/ppl/src/ppl-1.2/demos/ppl_lcdd/examples'
# make[3]: Entering directory '/tmp/ppl/src/ppl-1.2/demos/ppl_lcdd'
# make[4]: Entering directory '/tmp/ppl/src/ppl-1.2/demos/ppl_lcdd'
# /usr/bin/mkdir -p '/tmp/ppl/pkg/ppl/usr/bin'
# /bin/sh ../../libtool --mode=install /usr/bin/install -c ppl_lcdd '/tmp/ppl/pkg/ppl/usr/bin'
# libtool: install: warning: `../../src/libppl.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/ppl_lcdd /tmp/ppl/pkg/ppl/usr/bin/ppl_lcdd
# /usr/bin/mkdir -p '/tmp/ppl/pkg/ppl/usr/share/man/man1'
# /usr/bin/install -c -m 644 ppl_lcdd.1 '/tmp/ppl/pkg/ppl/usr/share/man/man1'
# make[4]: Leaving directory '/tmp/ppl/src/ppl-1.2/demos/ppl_lcdd'
# make[3]: Leaving directory '/tmp/ppl/src/ppl-1.2/demos/ppl_lcdd'
# make[2]: Leaving directory '/tmp/ppl/src/ppl-1.2/demos/ppl_lcdd'
# Making install in ppl_lpsol
# make[2]: Entering directory '/tmp/ppl/src/ppl-1.2/demos/ppl_lpsol'
# Making install in examples
# make[3]: Entering directory '/tmp/ppl/src/ppl-1.2/demos/ppl_lpsol/examples'
# make[4]: Entering directory '/tmp/ppl/src/ppl-1.2/demos/ppl_lpsol/examples'
# make[4]: Nothing to be done for 'install-exec-am'.
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/ppl/src/ppl-1.2/demos/ppl_lpsol/examples'
# make[3]: Leaving directory '/tmp/ppl/src/ppl-1.2/demos/ppl_lpsol/examples'
# make[3]: Entering directory '/tmp/ppl/src/ppl-1.2/demos/ppl_lpsol'
# make[4]: Entering directory '/tmp/ppl/src/ppl-1.2/demos/ppl_lpsol'
# /usr/bin/mkdir -p '/tmp/ppl/pkg/ppl/usr/share/man/man1'
# /usr/bin/install -c -m 644 ppl_lpsol.1 '/tmp/ppl/pkg/ppl/usr/share/man/man1'
# make[4]: Leaving directory '/tmp/ppl/src/ppl-1.2/demos/ppl_lpsol'
# make[3]: Leaving directory '/tmp/ppl/src/ppl-1.2/demos/ppl_lpsol'
# make[2]: Leaving directory '/tmp/ppl/src/ppl-1.2/demos/ppl_lpsol'
# Making install in ppl_pips
# make[2]: Entering directory '/tmp/ppl/src/ppl-1.2/demos/ppl_pips'
# Making install in examples
# make[3]: Entering directory '/tmp/ppl/src/ppl-1.2/demos/ppl_pips/examples'
# make[4]: Entering directory '/tmp/ppl/src/ppl-1.2/demos/ppl_pips/examples'
# make[4]: Nothing to be done for 'install-exec-am'.
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/ppl/src/ppl-1.2/demos/ppl_pips/examples'
# make[3]: Leaving directory '/tmp/ppl/src/ppl-1.2/demos/ppl_pips/examples'
# make[3]: Entering directory '/tmp/ppl/src/ppl-1.2/demos/ppl_pips'
# make[4]: Entering directory '/tmp/ppl/src/ppl-1.2/demos/ppl_pips'
# /usr/bin/mkdir -p '/tmp/ppl/pkg/ppl/usr/bin'
# /bin/sh ../../libtool --mode=install /usr/bin/install -c ppl_pips '/tmp/ppl/pkg/ppl/usr/bin'
# libtool: install: warning: `../../src/libppl.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/ppl_pips /tmp/ppl/pkg/ppl/usr/bin/ppl_pips
# /usr/bin/mkdir -p '/tmp/ppl/pkg/ppl/usr/share/man/man1'
# /usr/bin/install -c -m 644 ppl_pips.1 '/tmp/ppl/pkg/ppl/usr/share/man/man1'
# make[4]: Leaving directory '/tmp/ppl/src/ppl-1.2/demos/ppl_pips'
# make[3]: Leaving directory '/tmp/ppl/src/ppl-1.2/demos/ppl_pips'
# make[2]: Leaving directory '/tmp/ppl/src/ppl-1.2/demos/ppl_pips'
# make[2]: Entering directory '/tmp/ppl/src/ppl-1.2/demos'
# make[3]: Entering directory '/tmp/ppl/src/ppl-1.2/demos'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/ppl/src/ppl-1.2/demos'
# make[2]: Leaving directory '/tmp/ppl/src/ppl-1.2/demos'
# make[1]: Leaving directory '/tmp/ppl/src/ppl-1.2/demos'
# Making install in doc
# make[1]: Entering directory '/tmp/ppl/src/ppl-1.2/doc'
# make[2]: Entering directory '/tmp/ppl/src/ppl-1.2/doc'
# make[2]: Nothing to be done for 'install-exec-am'.
# for ball in ppl-user-1.2-html.tar.gz ppl-user-c-interface-1.2-html.tar.gz ; do \
# test -f $ball || test -f ./$ball \
# || false || make $ball; \
# dir=`basename $ball .tar.gz`; \
# /bin/sh ../mkinstalldirs /tmp/ppl/pkg/ppl/usr/share/doc/ppl/$dir; \
# gunzip -c `if test -f $ball; then echo .; else echo .; fi`/$ball | tar xf - ; \
# if test -d $dir/ocamldoc; then \
# /bin/sh ../mkinstalldirs /tmp/ppl/pkg/ppl/usr/share/doc/ppl/$dir/ocamldoc; \
# for file in $dir/ocamldoc/*; do \
# /usr/bin/install -c -m 644 $file \
# /tmp/ppl/pkg/ppl/usr/share/doc/ppl/$dir/ocamldoc/`basename $file`; \
# done; \
# fi; \
# for file in $dir/*; do \
# /usr/bin/install -c -m 644 $file /tmp/ppl/pkg/ppl/usr/share/doc/ppl/$dir/`basename $file`; \
# done; \
# done
# mkdir -p -- /tmp/ppl/pkg/ppl/usr/share/doc/ppl/ppl-user-1.2-html
# mkdir -p -- /tmp/ppl/pkg/ppl/usr/share/doc/ppl/ppl-user-c-interface-1.2-html
# /bin/sh ../mkinstalldirs /tmp/ppl/pkg/ppl/usr/share/doc/ppl
# for file in gpl.pdf fdl.pdf ppl-user-1.2.pdf ppl-user-c-interface-1.2.pdf ; do \
# test -f $file || test -f ./$file \
# || false || make $file; \
# /usr/bin/install -c -m 644 `if test -f $file; then echo .; else echo .; fi`/$file /tmp/ppl/pkg/ppl/usr/share/doc/ppl/$file; \
# done
# /bin/sh ../mkinstalldirs /tmp/ppl/pkg/ppl/usr/share/doc/ppl
# for file in gpl.ps.gz fdl.ps.gz ppl-user-1.2.ps.gz ppl-user-c-interface-1.2.ps.gz ; do \
# test -f $file || test -f ./$file \
# || false || make $file; \
# /usr/bin/install -c -m 644 `if test -f $file; then echo .; else echo .; fi`/$file /tmp/ppl/pkg/ppl/usr/share/doc/ppl/$file; \
# done
# /bin/sh ../mkinstalldirs /tmp/ppl/pkg/ppl/usr/share/doc/ppl
# for file in ./*.txt ./README.doc; do \
# /usr/bin/install -c -m 644 $file /tmp/ppl/pkg/ppl/usr/share/doc/ppl/`basename $file`; \
# done
# for file in BUGS COPYING CREDITS ChangeLog NEWS README README.configure TODO ; do \
# /usr/bin/install -c -m 644 ./../$file /tmp/ppl/pkg/ppl/usr/share/doc/ppl/$file; \
# done
# /usr/bin/mkdir -p '/tmp/ppl/pkg/ppl/usr/share/man/man1'
# /usr/bin/install -c -m 644 ppl-config.1 '/tmp/ppl/pkg/ppl/usr/share/man/man1'
# /usr/bin/mkdir -p '/tmp/ppl/pkg/ppl/usr/share/man/man3'
# /usr/bin/install -c -m 644 libppl.3 libppl_c.3 '/tmp/ppl/pkg/ppl/usr/share/man/man3'
# make[2]: Leaving directory '/tmp/ppl/src/ppl-1.2/doc'
# make[1]: Leaving directory '/tmp/ppl/src/ppl-1.2/doc'
# Making install in m4
# make[1]: Entering directory '/tmp/ppl/src/ppl-1.2/m4'
# make[2]: Entering directory '/tmp/ppl/src/ppl-1.2/m4'
# make[2]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/ppl/pkg/ppl/usr/share/aclocal'
# /usr/bin/install -c -m 644 ppl.m4 ppl_c.m4 '/tmp/ppl/pkg/ppl/usr/share/aclocal'
# make[2]: Leaving directory '/tmp/ppl/src/ppl-1.2/m4'
# make[1]: Leaving directory '/tmp/ppl/src/ppl-1.2/m4'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "ppl"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: ppl 1.2-1 (Thu Apr 13 17:48:15 UTC 2017)

CMD: pacman --query --file ppl-1.2-1-x86_64.pkg.tar.xz
# ppl 1.2-1

Creating hybrid package for 'ppl'

Trying to find vanilla package 'ppl'...

CMD: pacman --query --file /mirror/mate-applet-streamer-0.1.2-1.pkg.tar.xz
# mate-applet-streamer 0.1.2-1

CMD: pacman --query --file /mirror/poppler-sharp-0.0.3-2.pkg.tar.xz
# poppler-sharp 0.0.3-2

CMD: pacman --query --file /mirror/haskell-optparse-applicative-0.12.1.0-2.pkg.tar.xz
# haskell-optparse-applicative 0.12.1.0-2

CMD: pacman --query --file /mirror/poppler-qt4-0.42.0-1.pkg.tar.xz
# poppler-qt4 0.42.0-1

CMD: pacman --query --file /mirror/mate-sensors-applet-gtk3-1.12.1-1.pkg.tar.xz
# mate-sensors-applet-gtk3 1.12.1-1

CMD: pacman --query --file /mirror/mate-applets-gtk3-1.12.1-1.pkg.tar.xz
# mate-applets-gtk3 1.12.1-1

CMD: pacman --query --file /mirror/haskell-regex-applicative-text-0.1.0.1-1.pkg.tar.xz
# haskell-regex-applicative-text 0.1.0.1-1

CMD: pacman --query --file /mirror/haskell-regex-applicative-0.3.3-2.pkg.tar.xz
# haskell-regex-applicative 0.3.3-2

CMD: pacman --query --file /mirror/mate-applets-1.12.1-1.pkg.tar.xz
# mate-applets 1.12.1-1

CMD: pacman --query --file /mirror/telepathy-kde-desktop-applets-16.04.2-1.pkg.tar.xz
# telepathy-kde-desktop-applets 16.04.2-1

CMD: pacman --query --file /mirror/python2-poppler-0.12.1-9.pkg.tar.xz
# python2-poppler 0.12.1-9

CMD: pacman --query --file /mirror/python2-application-2.0.2-1.pkg.tar.xz
# python2-application 2.0.2-1

CMD: pacman --query --file /mirror/poppler-0.42.0-1.pkg.tar.xz
# poppler 0.42.0-1

CMD: pacman --query --file /mirror/ppl-1.2-1.pkg.tar.xz
# ppl 1.2-1

Package file has the following structure:
# /.PKGINFO
# /.BUILDINFO
# /.MTREE
# /usr/lib/libppl.so.14
# /usr/lib/libppl.so
# /usr/lib/libppl_c.so.4
# /usr/lib/libppl_c.so
# /usr/lib/libppl.so.14.0.0
# /usr/lib/libppl_c.so.4.0.0
# /usr/include/ppl.hh
# /usr/include/ppl_c.h
# /usr/bin/ppl-config
# /usr/bin/ppl_lcdd
# /usr/bin/ppl_pips
# /usr/share/man/man1/ppl_lcdd.1.gz
# /usr/share/man/man1/ppl_lpsol.1.gz
# /usr/share/man/man1/ppl_pips.1.gz
# /usr/share/man/man1/ppl-config.1.gz
# /usr/share/man/man3/libppl.3.gz
# /usr/share/man/man3/libppl_c.3.gz
# /usr/share/aclocal/ppl.m4
# /usr/share/aclocal/ppl_c.m4
# /sysroot/usr/lib/libppl.so.14.0.0
# /sysroot/usr/lib/libppl.so.14
# /sysroot/usr/lib/libppl.so
# /sysroot/usr/lib/libppl.la
# /sysroot/usr/lib/libppl.a
# /sysroot/usr/lib/libppl_c.so.4.0.0
# /sysroot/usr/lib/libppl_c.so.4
# /sysroot/usr/lib/libppl_c.so
# /sysroot/usr/lib/libppl_c.la
# /sysroot/usr/lib/libppl_c.a
# /sysroot/usr/include/ppl.hh
# /sysroot/usr/include/ppl_c.h

Generating .MTREE

CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO .BUILDINFO usr sysroot

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO .BUILDINFO usr sysroot .MTREE

CMD: xz -c -z

Successfully ran bsdtar -cf - .PKGINFO .BUILDINFO usr sysroot .MTREE | xz -c -z

CMD: bsdtar -tqf ppl.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/ppl.pkg.tar.xz

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/ppl.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/ppl.pkg.tar.xz'
# -> Computing checksums...
# -> Creating 'desc' db entry...
# -> Creating 'files' db entry...
# ==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'

Printing config logfiles

CMD: config logfiles '/tmp/ppl/src/ppl-1.2/config.log'
# This file contains any messages produced by compilers while
# running configure, to aid debugging if configure makes a mistake.
#
# It was created by the Parma Polyhedra Library configure 1.2, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --enable-interfaces=c,cxx
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 70c8fa4e7dff
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:3322: checking build system type
# configure:3336: result: x86_64-pc-linux-gnu
# configure:3356: checking host system type
# configure:3369: result: x86_64-unknown-linux-gnu
# configure:3407: checking for a BSD-compatible install
# configure:3475: result: /usr/bin/install -c
# configure:3486: checking whether build environment is sane
# configure:3541: result: yes
# configure:3600: checking for x86_64-unknown-linux-strip
# configure:3630: result: no
# configure:3640: checking for strip
# configure:3656: found /usr/bin/strip
# configure:3667: result: strip
# configure:3692: checking for a thread-safe mkdir -p
# configure:3731: result: /usr/bin/mkdir -p
# configure:3738: checking for gawk
# configure:3754: found /usr/bin/gawk
# configure:3765: result: gawk
# configure:3776: checking whether make sets $(MAKE)
# configure:3798: result: yes
# configure:3827: checking whether make supports nested variables
# configure:3844: result: yes
# configure:3924: checking whether UID '1000' is supported by ustar format
# configure:3927: result: yes
# configure:3934: checking whether GID '1000' is supported by ustar format
# configure:3937: result: yes
# configure:3945: checking how to create a ustar tar archive
# configure:3956: tar --version
# tar (GNU tar) 1.29
# Copyright (C) 2015 Free Software Foundation, Inc.
# License GPLv3+: GNU GPL version 3 or later .
# This is free software: you are free to change and redistribute it.
# There is NO WARRANTY, to the extent permitted by law.
#
# Written by John Gilmore and Jay Fenlason.
# configure:3959: $? = 0
# configure:3999: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
# configure:4002: $? = 0
# configure:4006: tar -xf -
# configure:4009: $? = 0
# configure:4011: cat conftest.dir/file
# GrepMe
# configure:4014: $? = 0
# configure:4027: result: gnutar
# configure:4154: checking for x86_64-unknown-linux-gcc
# configure:4181: result: clang
# configure:4450: checking for C compiler version
# configure:4459: clang --version >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:4470: $? = 0
# configure:4459: clang -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# ... rest of stderr output deleted ...
# configure:4470: $? = 0
# configure:4459: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:4470: $? = 1
# configure:4459: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:4470: $? = 1
# configure:4490: checking whether the C compiler works
# configure:4512: clang conftest.c >&5
# configure:4516: $? = 0
# configure:4564: result: yes
# configure:4567: checking for C compiler default output file name
# configure:4569: result: a.out
# configure:4575: checking for suffix of executables
# configure:4582: clang -o conftest conftest.c >&5
# configure:4586: $? = 0
# configure:4608: result:
# configure:4630: checking whether we are cross compiling
# configure:4638: clang -o conftest conftest.c >&5
# configure:4642: $? = 0
# configure:4649: ./conftest
# configure:4653: $? = 0
# configure:4668: result: no
# configure:4673: checking for suffix of object files
# configure:4695: clang -c conftest.c >&5
# configure:4699: $? = 0
# configure:4720: result: o
# configure:4724: checking whether we are using the GNU C compiler
# configure:4743: clang -c conftest.c >&5
# configure:4743: $? = 0
# configure:4752: result: yes
# configure:4761: checking whether clang accepts -g
# configure:4781: clang -c -g conftest.c >&5
# configure:4781: $? = 0
# configure:4822: result: yes
# configure:4839: checking for clang option to accept ISO C89
# configure:4902: clang -c conftest.c >&5
# configure:4902: $? = 0
# configure:4915: result: none needed
# configure:4940: checking whether clang understands -c and -o together
# configure:4962: clang -c conftest.c -o conftest2.o
# configure:4965: $? = 0
# configure:4962: clang -c conftest.c -o conftest2.o
# configure:4965: $? = 0
# configure:4977: result: yes
# configure:5005: checking for style of include used by make
# configure:5033: result: GNU
# configure:5059: checking dependency style of clang
# configure:5170: result: gcc3
# configure:5199: checking whether we are actually using the Intel C compiler
# configure:5216: clang -c conftest.c >&5
# conftest.c:12:1: error: unknown type name 'choke'
# choke me
# ^
# conftest.c:12:9: error: expected ';' after top level declarator
# choke me
# ^
# ;
# 2 errors generated.
# configure:5216: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "the Parma Polyhedra Library"
# | #define PACKAGE_TARNAME "ppl"
# | #define PACKAGE_VERSION "1.2"
# | #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
# | #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
# | #define PACKAGE_URL ""
# | #define PPL_CONFIGURE_OPTIONS " '--host=x86_64-unknown-linux' '--prefix=/usr' '--enable-interfaces=c,cxx' 'host_alias=x86_64-unknown-linux' 'CC=clang' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=clang++' 'CXXFLAGS='"
# | /* end confdefs.h. */
# |
# | #ifndef __INTEL_COMPILER
# | choke me
# | #endif
# |
# configure:5221: result: no
# configure:5246: checking whether we are actually using clang
# configure:5262: clang -c conftest.c >&5
# configure:5262: $? = 0
# configure:5263: result: yes
# configure:5283: checking whether we are actually using llvm-gcc
# configure:5301: clang -c -fplugin-arg-dragonegg-emit-ir -S conftest.c >&5
# clang-3.8: error: unknown argument: '-fplugin-arg-dragonegg-emit-ir'
# configure:5301: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "the Parma Polyhedra Library"
# | #define PACKAGE_TARNAME "ppl"
# | #define PACKAGE_VERSION "1.2"
# | #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
# | #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
# | #define PACKAGE_URL ""
# | #define PPL_CONFIGURE_OPTIONS " '--host=x86_64-unknown-linux' '--prefix=/usr' '--enable-interfaces=c,cxx' 'host_alias=x86_64-unknown-linux' 'CC=clang' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=clang++' 'CXXFLAGS='"
# | /* end confdefs.h. */
# |
# | int main() {
# | return 0;
# | }
# |
# configure:5306: result: no
# configure:5433: checking for C++ compiler version
# configure:5442: clang++ --version >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:5453: $? = 0
# configure:5442: clang++ -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# ... rest of stderr output deleted ...
# configure:5453: $? = 0
# configure:5442: clang++ -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:5453: $? = 1
# configure:5442: clang++ -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:5453: $? = 1
# configure:5457: checking whether we are using the GNU C++ compiler
# configure:5476: clang++ -c conftest.cpp >&5
# configure:5476: $? = 0
# configure:5485: result: yes
# configure:5494: checking whether clang++ accepts -g
# configure:5514: clang++ -c -g conftest.cpp >&5
# configure:5514: $? = 0
# configure:5555: result: yes
# configure:5580: checking dependency style of clang++
# configure:5691: result: gcc3
# configure:5711: checking whether we are actually using the Intel C++ compiler
# configure:5728: clang++ -c conftest.cpp >&5
# conftest.cpp:12:1: error: unknown type name 'choke'
# choke me
# ^
# conftest.cpp:12:9: error: expected ';' after top level declarator
# choke me
# ^
# ;
# 2 errors generated.
# configure:5728: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "the Parma Polyhedra Library"
# | #define PACKAGE_TARNAME "ppl"
# | #define PACKAGE_VERSION "1.2"
# | #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
# | #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
# | #define PACKAGE_URL ""
# | #define PPL_CONFIGURE_OPTIONS " '--host=x86_64-unknown-linux' '--prefix=/usr' '--enable-interfaces=c,cxx' 'host_alias=x86_64-unknown-linux' 'CC=clang' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=clang++' 'CXXFLAGS='"
# | /* end confdefs.h. */
# |
# | #ifndef __INTEL_COMPILER
# | choke me
# | #endif
# |
# configure:5733: result: no
# configure:5749: checking whether we are actually using clang++
# configure:5765: clang++ -c conftest.cpp >&5
# configure:5765: $? = 0
# configure:5766: result: yes
# configure:5786: checking whether we are actually using llvm-g++
# configure:5804: clang++ -c -fplugin-arg-dragonegg-emit-ir -S conftest.cpp >&5
# clang-3.8: error: unknown argument: '-fplugin-arg-dragonegg-emit-ir'
# configure:5804: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "the Parma Polyhedra Library"
# | #define PACKAGE_TARNAME "ppl"
# | #define PACKAGE_VERSION "1.2"
# | #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
# | #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
# | #define PACKAGE_URL ""
# | #define PPL_CONFIGURE_OPTIONS " '--host=x86_64-unknown-linux' '--prefix=/usr' '--enable-interfaces=c,cxx' 'host_alias=x86_64-unknown-linux' 'CC=clang' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=clang++' 'CXXFLAGS='"
# | /* end confdefs.h. */
# |
# | int main() {
# | return 0;
# | }
# |
# configure:5809: result: no
# configure:5823: checking for grep that handles long lines and -e
# configure:5881: result: /usr/bin/grep
# configure:5886: checking for fgrep
# configure:5948: result: /usr/bin/grep -F
# configure:5953: checking for egrep
# configure:6015: result: /usr/bin/grep -E
# configure:6020: checking for a sed that does not truncate output
# configure:6084: result: /usr/bin/sed
# configure:6094: checking how to run the C++ preprocessor
# configure:6121: clang++ -E conftest.cpp
# configure:6121: $? = 0
# configure:6135: clang++ -E conftest.cpp
# conftest.cpp:10:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:6135: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "the Parma Polyhedra Library"
# | #define PACKAGE_TARNAME "ppl"
# | #define PACKAGE_VERSION "1.2"
# | #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
# | #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
# | #define PACKAGE_URL ""
# | #define PPL_CONFIGURE_OPTIONS " '--host=x86_64-unknown-linux' '--prefix=/usr' '--enable-interfaces=c,cxx' 'host_alias=x86_64-unknown-linux' 'CC=clang' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=clang++' 'CXXFLAGS='"
# | /* end confdefs.h. */
# | #include
# configure:6160: result: clang++ -E
# configure:6180: clang++ -E conftest.cpp
# configure:6180: $? = 0
# configure:6194: clang++ -E conftest.cpp
# conftest.cpp:10:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:6194: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "the Parma Polyhedra Library"
# | #define PACKAGE_TARNAME "ppl"
# | #define PACKAGE_VERSION "1.2"
# | #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
# | #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
# | #define PACKAGE_URL ""
# | #define PPL_CONFIGURE_OPTIONS " '--host=x86_64-unknown-linux' '--prefix=/usr' '--enable-interfaces=c,cxx' 'host_alias=x86_64-unknown-linux' 'CC=clang' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=clang++' 'CXXFLAGS='"
# | /* end confdefs.h. */
# | #include
# configure:6222: checking whether make sets $(MAKE)
# configure:6244: result: yes
# configure:6261: checking whether to compile with debug info
# configure:6270: result: yes
# configure:6292: checking whether to compile for profiling
# configure:6307: result: no
# configure:6316: checking whether to compile for test coverage
# configure:6332: result: no
# configure:6341: checking whether to enable checking of run-time assertions
# configure:6354: result: no
# configure:6364: checking whether to enable even more run-time assertions
# configure:6377: result: no
# configure:6420: checking whether to enable optimizations
# configure:6447: result: standard
# configure:6471: checking for which architecture to optimize
# configure:6494: result: default
# configure:6508: checking whether to use (a specific) floating point arithmetic
# configure:6551: result: default
# configure:6596: WARNING: CANNOT RELY ON DIRECTED ROUNDING:
# *** DISABLED ALL ABSTRACTIONS BASED ON MACHINE FLOATING-POINT NUMBERS.
# *** A compiler has been detected that does not provide support for
# *** -frounding-math (or any other option with the same semantics).
# *** Hence, we cannot rely on floating-point computations to happen
# *** in agreement with the rounding direction(s) used by the PPL.
# configure:6612: checking whether to use precompiled headers
# configure:6626: result: no
# configure:6760: checking the type of integral values to use as coefficients
# configure:6825: result: GMP mpz
# configure:6958: checking for an ANSI C-conforming const
# configure:7024: clang -c -g -O2 conftest.c >&5
# configure:7024: $? = 0
# configure:7031: result: yes
# configure:7039: checking for inline
# configure:7055: clang -c -g -O2 conftest.c >&5
# configure:7055: $? = 0
# configure:7063: result: inline
# configure:7086: checking how to run the C preprocessor
# configure:7117: clang -E conftest.c
# configure:7117: $? = 0
# configure:7131: clang -E conftest.c
# conftest.c:16:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:7131: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "the Parma Polyhedra Library"
# | #define PACKAGE_TARNAME "ppl"
# | #define PACKAGE_VERSION "1.2"
# | #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
# | #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
# | #define PACKAGE_URL ""
# | #define PPL_CONFIGURE_OPTIONS " '--host=x86_64-unknown-linux' '--prefix=/usr' '--enable-interfaces=c,cxx' 'host_alias=x86_64-unknown-linux' 'CC=clang' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=clang++' 'CXXFLAGS='"
# | #define PPL_NDEBUG 1
# | #define PPL_FPMATH_MAY_USE_387 1
# | #define PPL_FPMATH_MAY_USE_SSE 1
# | #define PPL_COEFFICIENT_TYPE mpz_class
# | #define PPL_COEFFICIENT_BITS 0
# | #define PPL_GMP_INTEGERS 1
# | /* end confdefs.h. */
# | #include
# configure:7156: result: clang -E
# configure:7176: clang -E conftest.c
# configure:7176: $? = 0
# configure:7190: clang -E conftest.c
# conftest.c:16:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:7190: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "the Parma Polyhedra Library"
# | #define PACKAGE_TARNAME "ppl"
# | #define PACKAGE_VERSION "1.2"
# | #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
# | #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
# | #define PACKAGE_URL ""
# | #define PPL_CONFIGURE_OPTIONS " '--host=x86_64-unknown-linux' '--prefix=/usr' '--enable-interfaces=c,cxx' 'host_alias=x86_64-unknown-linux' 'CC=clang' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=clang++' 'CXXFLAGS='"
# | #define PPL_NDEBUG 1
# | #define PPL_FPMATH_MAY_USE_387 1
# | #define PPL_FPMATH_MAY_USE_SSE 1
# | #define PPL_COEFFICIENT_TYPE mpz_class
# | #define PPL_COEFFICIENT_BITS 0
# | #define PPL_GMP_INTEGERS 1
# | /* end confdefs.h. */
# | #include
# configure:7219: checking for ANSI C header files
# configure:7239: clang -c -g -O2 conftest.c >&5
# configure:7239: $? = 0
# configure:7312: clang -o conftest -g -O2 conftest.c >&5
# configure:7312: $? = 0
# configure:7312: ./conftest
# configure:7312: $? = 0
# configure:7323: result: yes
# configure:7336: checking for sys/types.h
# configure:7336: clang -c -g -O2 conftest.c >&5
# configure:7336: $? = 0
# configure:7336: result: yes
# configure:7336: checking for sys/stat.h
# configure:7336: clang -c -g -O2 conftest.c >&5
# configure:7336: $? = 0
# configure:7336: result: yes
# configure:7336: checking for stdlib.h
# configure:7336: clang -c -g -O2 conftest.c >&5
# configure:7336: $? = 0
# configure:7336: result: yes
# configure:7336: checking for string.h
# configure:7336: clang -c -g -O2 conftest.c >&5
# configure:7336: $? = 0
# configure:7336: result: yes
# configure:7336: checking for memory.h
# configure:7336: clang -c -g -O2 conftest.c >&5
# configure:7336: $? = 0
# configure:7336: result: yes
# configure:7336: checking for strings.h
# configure:7336: clang -c -g -O2 conftest.c >&5
# configure:7336: $? = 0
# configure:7336: result: yes
# configure:7336: checking for inttypes.h
# configure:7336: clang -c -g -O2 conftest.c >&5
# configure:7336: $? = 0
# configure:7336: result: yes
# configure:7336: checking for stdint.h
# configure:7336: clang -c -g -O2 conftest.c >&5
# configure:7336: $? = 0
# configure:7336: result: yes
# configure:7336: checking for unistd.h
# configure:7336: clang -c -g -O2 conftest.c >&5
# configure:7336: $? = 0
# configure:7336: result: yes
# configure:7348: checking whether byte ordering is bigendian
# configure:7363: clang -c -g -O2 conftest.c >&5
# conftest.c:27:9: error: unknown type name 'not'
# not a universal capable compiler
# ^
# conftest.c:27:14: error: expected ';' after top level declarator
# not a universal capable compiler
# ^
# ;
# 2 errors generated.
# configure:7363: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "the Parma Polyhedra Library"
# | #define PACKAGE_TARNAME "ppl"
# | #define PACKAGE_VERSION "1.2"
# | #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
# | #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
# | #define PACKAGE_URL ""
# | #define PPL_CONFIGURE_OPTIONS " '--host=x86_64-unknown-linux' '--prefix=/usr' '--enable-interfaces=c,cxx' 'host_alias=x86_64-unknown-linux' 'CC=clang' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=clang++' 'CXXFLAGS='"
# | #define PPL_NDEBUG 1
# | #define PPL_FPMATH_MAY_USE_387 1
# | #define PPL_FPMATH_MAY_USE_SSE 1
# | #define PPL_COEFFICIENT_TYPE mpz_class
# | #define PPL_COEFFICIENT_BITS 0
# | #define PPL_GMP_INTEGERS 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #ifndef __APPLE_CC__
# | not a universal capable compiler
# | #endif
# | typedef int dummy;
# |
# configure:7408: clang -c -g -O2 conftest.c >&5
# configure:7408: $? = 0
# configure:7426: clang -c -g -O2 conftest.c >&5
# conftest.c:33:4: error: use of undeclared identifier 'not'
# not big endian
# ^
# 1 error generated.
# configure:7426: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "the Parma Polyhedra Library"
# | #define PACKAGE_TARNAME "ppl"
# | #define PACKAGE_VERSION "1.2"
# | #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
# | #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
# | #define PACKAGE_URL ""
# | #define PPL_CONFIGURE_OPTIONS " '--host=x86_64-unknown-linux' '--prefix=/usr' '--enable-interfaces=c,cxx' 'host_alias=x86_64-unknown-linux' 'CC=clang' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=clang++' 'CXXFLAGS='"
# | #define PPL_NDEBUG 1
# | #define PPL_FPMATH_MAY_USE_387 1
# | #define PPL_FPMATH_MAY_USE_SSE 1
# | #define PPL_COEFFICIENT_TYPE mpz_class
# | #define PPL_COEFFICIENT_BITS 0
# | #define PPL_GMP_INTEGERS 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | #if BYTE_ORDER != BIG_ENDIAN
# | not big endian
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:7554: result: no
# configure:7573: checking for typeof syntax and keyword spelling
# configure:7604: clang -c -g -O2 conftest.c >&5
# configure:7604: $? = 0
# configure:7611: result: typeof
# configure:7632: checking size of char
# configure:7637: clang -o conftest -g -O2 conftest.c >&5
# configure:7637: $? = 0
# configure:7637: ./conftest
# configure:7637: $? = 0
# configure:7651: result: 1
# configure:7665: checking size of short
# configure:7670: clang -o conftest -g -O2 conftest.c >&5
# configure:7670: $? = 0
# configure:7670: ./conftest
# configure:7670: $? = 0
# configure:7684: result: 2
# configure:7698: checking size of int
# configure:7703: clang -o conftest -g -O2 conftest.c >&5
# configure:7703: $? = 0
# configure:7703: ./conftest
# configure:7703: $? = 0
# configure:7717: result: 4
# configure:7731: checking size of long
# configure:7736: clang -o conftest -g -O2 conftest.c >&5
# configure:7736: $? = 0
# configure:7736: ./conftest
# configure:7736: $? = 0
# configure:7750: result: 8
# configure:7764: checking size of long long
# configure:7769: clang -o conftest -g -O2 conftest.c >&5
# configure:7769: $? = 0
# configure:7769: ./conftest
# configure:7769: $? = 0
# configure:7783: result: 8
# configure:7797: checking size of size_t
# configure:7802: clang -o conftest -g -O2 conftest.c >&5
# configure:7802: $? = 0
# configure:7802: ./conftest
# configure:7802: $? = 0
# configure:7816: result: 8
# configure:7830: checking size of float
# configure:7835: clang -o conftest -g -O2 conftest.c >&5
# configure:7835: $? = 0
# configure:7835: ./conftest
# configure:7835: $? = 0
# configure:7849: result: 4
# configure:7863: checking size of double
# configure:7868: clang -o conftest -g -O2 conftest.c >&5
# configure:7868: $? = 0
# configure:7868: ./conftest
# configure:7868: $? = 0
# configure:7882: result: 8
# configure:7896: checking size of long double
# configure:7901: clang -o conftest -g -O2 conftest.c >&5
# configure:7901: $? = 0
# configure:7901: ./conftest
# configure:7901: $? = 0
# configure:7915: result: 16
# configure:7932: checking size of int*
# configure:7937: clang -o conftest -g -O2 conftest.c >&5
# configure:7937: $? = 0
# configure:7937: ./conftest
# configure:7937: $? = 0
# configure:7951: result: 8
# configure:7965: checking size of fp
# configure:7970: clang -o conftest -g -O2 conftest.c >&5
# configure:7970: $? = 0
# configure:7970: ./conftest
# configure:7970: $? = 0
# configure:7985: result: 8
# configure:7999: checking for perl
# configure:8017: found /usr/bin/perl
# configure:8030: result: /usr/bin/perl
# configure:8057: checking for library containing sqrt
# configure:8088: clang++ -o conftest -g -O2 conftest.cpp >&5
# configure:8088: $? = 0
# configure:8105: result: none required
# configure:8313: checking whether the plain char type is signed
# configure:8323: clang++ -c -g -O2 conftest.cpp >&5
# configure:8323: $? = 0
# configure:8324: result: yes
# configure:8367: checking whether the C++ compiler provides proper long doubles
# configure:8390: clang++ -o conftest -g -O2 conftest.cpp >&5
# configure:8390: $? = 0
# configure:8390: ./conftest
# configure:8390: $? = 0
# configure:8391: result: yes
# configure:8437: checking the binary format of C++ floats
# configure:8495: clang++ -o conftest -g -O2 conftest.cpp >&5
# configure:8495: $? = 0
# configure:8495: ./conftest
# configure:8495: $? = 0
# configure:8508: result: IEEE754 Single Precision
# configure:8553: checking the binary format of C++ doubles
# configure:8621: clang++ -o conftest -g -O2 conftest.cpp >&5
# configure:8621: $? = 0
# configure:8621: ./conftest
# configure:8621: $? = 0
# configure:8634: result: IEEE754 Double Precision
# configure:8679: checking the binary format of C++ long doubles
# configure:8747: clang++ -o conftest -g -O2 conftest.cpp >&5
# configure:8747: $? = 0
# configure:8747: ./conftest
# configure:8747: $? = 1
# configure: program exited with status 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "the Parma Polyhedra Library"
# | #define PACKAGE_TARNAME "ppl"
# | #define PACKAGE_VERSION "1.2"
# | #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
# | #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
# | #define PACKAGE_URL ""
# | #define PPL_CONFIGURE_OPTIONS " '--host=x86_64-unknown-linux' '--prefix=/usr' '--enable-interfaces=c,cxx' 'host_alias=x86_64-unknown-linux' 'CC=clang' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=clang++' 'CXXFLAGS='"
# | #define PPL_NDEBUG 1
# | #define PPL_FPMATH_MAY_USE_387 1
# | #define PPL_FPMATH_MAY_USE_SSE 1
# | #define PPL_COEFFICIENT_TYPE mpz_class
# | #define PPL_COEFFICIENT_BITS 0
# | #define PPL_GMP_INTEGERS 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_TYPEOF 1
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_FLOAT 4
# | #define SIZEOF_DOUBLE 8
# | #define SIZEOF_LONG_DOUBLE 16
# | #define SIZEOF_INTP 8
# | #define SIZEOF_FP 8
# | #define PPL_CAN_CONTROL_FPU 0
# | #define PPL_CXX_PLAIN_CHAR_IS_SIGNED 1
# | #define PPL_CXX_PROVIDES_PROPER_LONG_DOUBLE 1
# | #define PPL_CXX_FLOAT_BINARY_FORMAT PPL_FLOAT_IEEE754_SINGLE
# | #define PPL_SUPPORTED_FLOAT 0
# | #define PPL_CXX_DOUBLE_BINARY_FORMAT PPL_FLOAT_IEEE754_DOUBLE
# | #define PPL_SUPPORTED_DOUBLE 0
# | /* end confdefs.h. */
# |
# | #include
# | #ifdef HAVE_STDINT_H
# | #ifndef __STDC_LIMIT_MACROS
# | #define __STDC_LIMIT_MACROS 1
# | #endif
# | #include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | #include
# | #endif
# |
# | #if SIZEOF_LONG_DOUBLE == 12
# |
# | long double
# | convert(uint32_t msp, uint64_t lsp) {
# | union {
# | long double value;
# | struct {
# | #ifdef WORDS_BIGENDIAN
# | uint32_t msp;
# | uint64_t lsp;
# | #else
# | uint64_t lsp;
# | uint32_t msp;
# | #endif
# | } parts;
# | } u;
# |
# | u.parts.msp = msp;
# | u.parts.lsp = lsp;
# | return u.value;
# | }
# |
# | int
# | main() {
# | if (std::numeric_limits::is_iec559
# | && (convert(0xaaacccaaUL, 0xacccaaacccaaacccULL)
# | == -23475151196235330448360987288488448023604990597437922665537894499317141030270831473500040521309097782521743811281100731620612303910141158923283064807755815684643856544564541670181998003713114595098650350075763370916908460284838902787487703020001649220669684278577319085319204471093693972621987808779314674903648668236688723332999785552894845325917244897920804830290985291535343986477508649100409893486651507134071296739623686984014433965803259868867855465109457220731656260670349710137932272802677796915669809481885196101414678015638835049035133835457854893845093496950772367562664955830097293678125205138879788670490610650322134182370990336443894886171520732434535881085387893610114822547025980969387956199048733969351859470324032549906964255557877860343871346618951696178837035563054101786829980983909935265617095747543882856776297861197958453847978446679149969948882161264279705948735019353220550905117946051015070744207453853343171175921378515361160726195198161165083475968.0L
# | && convert(0xcccaaaccUL, 0xcaaacccaaacccaaaULL)
# | == -3.234349908433673569788362433758236701401379200386310478070230491201716094576208088733092209352711081763530973139439402754721006217889031902309566905344106766697050593355851405189694125966100801537593811320493850579152938679705465870788684523518541806158791408378718596936132854683425581754205242594614192465876640102628432246897674583649745467641139234207139584810101868772915312454075582265240687184279243861217351667059920878236164506473261797703393981510799228030778152399657445848839855361831637014754038570644257393307922665529947406582062857348101442206039278033447012163028384634753160589791458287895963629514043345016273218385584012204321293761500625038828699451659598873739820939586314044735551522599884065690704853850058509917597610804664086074437219778400030370474948166770867639885264893441594112815147445129222900623635467542926999246959939000796968650036727515644358583656635086409945418378371210848857160579105176395869221692977516017583375976424496977231821652434877830409470264872173686708172667000681514442371517343085468923465834742925914605731609765839631967460042791316319023971980691582832232860491668014341598553021017317450989919240909832141247027104138677882497144506317212033031539627613710631490195651235049780490963461514410018833968072513381369320107740021476622121320911875995678620145217379068502893509758814753434218746970000807381369855297087472398985134583394635298304301976743682254755898799853471470973139487587740504614698965906370516694512439128548402418825952236144896863935402725154209604537541130862513767786738372717442238281296070010302255703329785136750848608510805269562580550421695335686256291415407706167513127610045830074144232174636354465520547408627155363076530824695464544496846799567213412195115628936631295933321590908845288558910694118404555858629368018552451467994715743285452343185080572139353967831950470208768524113647528966442712608411306460439403733081312454377815407740431356862292588345515142587184008493066353603658341268923669196617183622259532802077159684815974630350730226266887950469523895272137382682818583664766982004756872470359454855421231861600855405622250180301557001727658100463825721179482988287599820459238518127671242515104954727268296043840120459189992322364113432317376499876615018647681005294400890426164141474245830847447887800872845238979407896829797297990804023745291564182356173092302630416583955274584512411637160723327887646112927503049935866004964114798241035087343318592736488780742013424329479787548324846879335440582948017481856461250014099199025874264395426269044157577172368261822794071985989844785134561848837459343219269316428175168803982908920457749528709425299296467325603578851955843550406474402944350694486492967809731047663564513772408591390180588458110788180950470244902062953534590109356800048878919144043979000989724521292698054747484439706733411566872999353418986588749568995482953622089499726327807058708520455805869817259837526415584189633013162307753166636151833127563746069733440228640737257520299330767346391011026088684503955941755171481192133779119344715318224728775697330484860348152872987113995597980243907204928634355356748752501217143216601222634344211757170284222785899530754663487291354339744025299042982320199789070467212765859078265587040664859899997109073649635056953085131587344086263213972132295294758682559609365238437544701417284297826732242650999654640698637095193178119502815643930373741504018967640638120546136857104880094633373762586018322104925768619990210092851075031033451925224377383389610824173203445111896055901190132142204139463967556738295382942065540228560332044410017389129348710403201272349054427064370609913529996988445571571382916349536222256815467149849706750571813156961918737343978667568453623162377198802996342528197935118265696537928993634621119483415202847968129550048667353312481509419740177690982818603515625e-1634L
# | && convert(0x00000000UL, 0x0000000000000001ULL)
# | == 3.645199531882474602528405933619419816399050815693563343720980487028371688633397736809560708625827205197247347347203531101966985632622032169973508075589809005483822581177931678569225263805633559756621562565983410728940319793553527268591240799954172811015518538383046054768715422449295305859718268214262622067532355460844068079259753739688226338971902813354664211957293812000216762672292032277433639030845605529795518855299212255321171163487629138462930035513852750160313284578587346566858083349053123705193988703983308587839946322501468602459466376586870456423634710242397194658860357568067134477982764219736292817751295560536845761267846647908517463250923736039512722781415953366096399444403402117053488448021977763604437908687623249034116909294550532283554604255016471048510990155249694820376175072774521597924829264164672829379224834378522148847524461653340453140898534938901079999466084995792940867082225167898092626332284133633537230365710606672711016101696986908545526816093446785575823545286456670464909287063062587561930219192839574686079732400741932670792586584247903252601714502511652018733705556477669856403061671860988301022089008752404238293812121415758527179547281628232710885994458574715033852877595426024800791719981955344151916599003503828822200355665967958771090937688409231050763744882094456320484272716122798149836361660589595209083576887254232532955229749892640550762959438241278496193819382077545905461172547961340469817691165676094261320725727312607482937653140421619686103059529199421431937449566099337396063075218302243845475341677972462038126626903408167086517545386382155008956065955410392914952623927880847159533184535486666480480563407531428385329300522477684217050951264747454635754866214784941542315111038630684391425212439304190584122374222972284606537485052464648655369719099026760518287560996997210778473066980129427427439517032390964791367678221749630975419713438139162678878555999177528450882748046538588177447270306738234898502976902853001364550405227287093940058325788585457368654991956265863050083472087623066020903378919489920975190829421602010382039477772083400661519154972695436582305021910908576692048173534958894170976763084807837402813849227540942073315401115262334876815962087441302256558438912500607230205782013083674113023497612445214795170983848687988348203289441256908755565216081815151205638893112562415329084456934095146184469290901166110634875590164835606941629407489774379792739804674764243483912084691871769225446506284310565309190872477286255925383528545036360550854226919571246361133225904820301916588317084377712259367894846411294822587075835486985645510829880528578782698412556249274522235061092454342386202327120407827540333914613192189174315884136688019435966273663470431440443032136411775605030601436837063972690330417475187330200911967500496761618122614796452937124070398703890868915527051490465736745397764941094879479649438162576614346948652085308024696358256756585794568493319042053882843808180358787110774418075478801186519577416271896383169835708225636584654568643702618602433548938163720732772538345454513065011540675765510656970500413537205370067924880209217363407323673368448004904408413977741706965494247040799786451861822188473571257556819433284087486023676249467869483631380473856486239547015603318322612783652068699798539400406637311682731115340677841660240710431551140370410375585572939303084073843540702120551963050514959945741359169911676575478403279380112020347348292538150798320452794842427526501796852911863108178276638472320237870082862271763396195139513712303136194366021540830531456910584048372546025177765140460207112923151923176402146752868221966889915381596481253160696822260723194259521813054303457222367967929268763072892355278854714278243863110783067060124459039315528176840304931522813148745824350892130595015198002557204332483215551447097512510076223364801202888087635650654634946887232727623906459076670227108634162319210357007273369354657187569046394884895083794103531835959613994575377897775525461977464747518162975010091463561925032742645594645800581600698347817023194379921397347681150492687237349021564206463096138703201250277757980410772647014391579144424375252519766764670458008515297647624144814453496069685127439800629552075692648608681506879044376428977463175175205181547958459515159074701285838493694034007662410100183533141516684185460758175066481561018901133031951042099053297118837448984443230856642737606478787880285299903521855025612413471034466624171559209077538498475106811294029060334271803320566493935024621719717684804443351866946690525266060758332190531807232565501890293754259590947433140384335366973398816899253698302119916142891631005349335372158005779944529176735887193980409288474621694590303098552382376969442365186023130985507823617670051191889015351479659778676132449671642015059540438237303922903056079068344635440276772565425944329927654906262952475555750912023879424636021462043321631428365675851865654901693474343411406220907550090045689588323936814675126103464401223728058185048320475251266882875299120582253090033177883674432343812734123922042926554908548231473285349572210962289889800994026533629321464700552029391517293055196218065667251276237490129206098414338903210942488902792253924667941082273267563528653863343443486495762400409978995985052082310730277076965242846278402568285187365588876653245423047205943478612931964211293489374119565751486787204884502307512372923973119191125614068756094526892783321688030310900558025683455451898487401139315290743477461921025987905332236299398859448938742087487316288730711068752763449392366897236258997091176996253284306687635454361862179407191652155243650619571720232128624130785404930566805029233271375546253313287446285812219961565022654510373870581648214791139170870970509074158721967633425471550515801498191107216277620692347014234913527385812164834475002007099402122991439542783981984927181300669603290190495106195784248531299740262706106798338573523977365240941293695214188675632715447081372252551022981921251125675131839210074132286029621443262127145872022404314258219255606415280218445074654034790115075558513374422753617188198385931164810182817002794172279803028202086567081267453349341345496389239379776494419022301042067986600501045466950004057134726934147691678031986698845370299987067384407310337433828116514830745374490760171672152978595040351405572526523026051215093709900567873568385242574546385008567738263951532676549294356417565797771595638496719149577804216291892125541055147173723744991756669672459021375111288754125372918394417976243093028214703329386031799313949535161343892720409046065009958980978947997662545514664194262097665297242612367968766000629174655887090824363583653843658980277566031286429628476318572915045823895805826010132712977834418613468288832988547377174550796802573148684253294172285056777826927377158058647145403557721233512002495437339413998842782599710186215723437958154275340509811072349041046483806284608873394275718878590418692809288333423522781240698974441829879303794241455852776713321354870647251094720675572322788447908778778892116234131617608416732280987493141331884927860259324392781255786150891859203497212615916404999097067778739914857961305884934678762043515521190581898256624635957830927811421154992139986999936203631149852372802564314896151749326404428772008250428569338329698161850171265411426708113723558325059062871506712838460986031147060351491506316012532538793354499545667009527573810892048004652452452139688789392912938251888341298122235232861138733903153560967292104241190946350516769769305030762386908399592555043192236069279491224465826684203312081255431851756341234566913972589390601558650830437402045595207689996159597545711808203688318112918947661662115802919578636403430323041610018063696707221249826383715263388850307418469423973486747009233945036220901518185766942733836846126816638158345048782728241251279820310193223512959111029884002230571688216854282257873218631744450950552327428952538149545262779889824399028513132208638633070602135522752076661567872472325125674291268881849101416382703647451428232847993332157180794015036365361645888146355749366150209085457189187232786399585879941680370348141105404742298452497895369287193974496140445677301271403589665822911096832952021181343571136957607816318342755770560406569920261633966403484121679869542684843686908354373688437968683525723666121485947946747887572716360800696442816474113593466106089204179554677145374582437962664618883018628687510079511252556002241788346284019750863992283906513572325918053464080643521532154825074820239077990779007069588034029619562190416747359712884084324521598678178890186409451480686781733176824920276835002477523486093586963733155424491897575495851549527034538337694314953057164019215026670773910997443279760005290641511584707193226351271670439775141076552632736166117611394934325673743882365518318561208941552931629125136799711574578916741023587251428998946963182411650554404206416336487418656105333038545773960190949602850096208569085230228708894874577523512558281973392961263921656163963369388411763476388625952406901518273413037068643383550282962237729195901788599392876651086599849223994259145259240479384380657803498058719062529007339428316229997756899857712116922758683071707472935574499244978419788171338468471751125303860911589289400806637202920429489919870263415951660888975434827304297451362325052693482001524843171229078467910537913138115458626612024970730899515114301915281613929239329351501049859225274564107846818112938339161308943153205117651716380468462296193882444293370484368530096898812778973178284912798550245246063411918482638261694029245273291646707331594675213428158755273882438357960245064051015888918541801139771619743221405037797285669481455810653320008904215997597975907391512026214020012010134707536774227636477580918167507850485197065326391091171451763751237612739498468510009055480025096015985581769370179656781151306565952590101977398335185042637681982306448413722177895665290302796223004198526079143104070007874540548221582347389579e-4951L
# | && convert(0x80000000UL, 0x0000000000000001ULL)
# | == 3.645199531882474602528405933619419816399050815693563343720980487028371688633397736809560708625827205197247347347203531101966985632622032169973508075589809005483822581177931678569225263805633559756621562565983410728940319793553527268591240799954172811015518538383046054768715422449295305859718268214262622067532355460844068079259753739688226338971902813354664211957293812000216762672292032277433639030845605529795518855299212255321171163487629138462930035513852750160313284578587346566858083349053123705193988703983308587839946322501468602459466376586870456423634710242397194658860357568067134477982764219736292817751295560536845761267846647908517463250923736039512722781415953366096399444403402117053488448021977763604437908687623249034116909294550532283554604255016471048510990155249694820376175072774521597924829264164672829379224834378522148847524461653340453140898534938901079999466084995792940867082225167898092626332284133633537230365710606672711016101696986908545526816093446785575823545286456670464909287063062587561930219192839574686079732400741932670792586584247903252601714502511652018733705556477669856403061671860988301022089008752404238293812121415758527179547281628232710885994458574715033852877595426024800791719981955344151916599003503828822200355665967958771090937688409231050763744882094456320484272716122798149836361660589595209083576887254232532955229749892640550762959438241278496193819382077545905461172547961340469817691165676094261320725727312607482937653140421619686103059529199421431937449566099337396063075218302243845475341677972462038126626903408167086517545386382155008956065955410392914952623927880847159533184535486666480480563407531428385329300522477684217050951264747454635754866214784941542315111038630684391425212439304190584122374222972284606537485052464648655369719099026760518287560996997210778473066980129427427439517032390964791367678221749630975419713438139162678878555999177528450882748046538588177447270306738234898502976902853001364550405227287093940058325788585457368654991956265863050083472087623066020903378919489920975190829421602010382039477772083400661519154972695436582305021910908576692048173534958894170976763084807837402813849227540942073315401115262334876815962087441302256558438912500607230205782013083674113023497612445214795170983848687988348203289441256908755565216081815151205638893112562415329084456934095146184469290901166110634875590164835606941629407489774379792739804674764243483912084691871769225446506284310565309190872477286255925383528545036360550854226919571246361133225904820301916588317084377712259367894846411294822587075835486985645510829880528578782698412556249274522235061092454342386202327120407827540333914613192189174315884136688019435966273663470431440443032136411775605030601436837063972690330417475187330200911967500496761618122614796452937124070398703890868915527051490465736745397764941094879479649438162576614346948652085308024696358256756585794568493319042053882843808180358787110774418075478801186519577416271896383169835708225636584654568643702618602433548938163720732772538345454513065011540675765510656970500413537205370067924880209217363407323673368448004904408413977741706965494247040799786451861822188473571257556819433284087486023676249467869483631380473856486239547015603318322612783652068699798539400406637311682731115340677841660240710431551140370410375585572939303084073843540702120551963050514959945741359169911676575478403279380112020347348292538150798320452794842427526501796852911863108178276638472320237870082862271763396195139513712303136194366021540830531456910584048372546025177765140460207112923151923176402146752868221966889915381596481253160696822260723194259521813054303457222367967929268763072892355278854714278243863110783067060124459039315528176840304931522813148745824350892130595015198002557204332483215551447097512510076223364801202888087635650654634946887232727623906459076670227108634162319210357007273369354657187569046394884895083794103531835959613994575377897775525461977464747518162975010091463561925032742645594645800581600698347817023194379921397347681150492687237349021564206463096138703201250277757980410772647014391579144424375252519766764670458008515297647624144814453496069685127439800629552075692648608681506879044376428977463175175205181547958459515159074701285838493694034007662410100183533141516684185460758175066481561018901133031951042099053297118837448984443230856642737606478787880285299903521855025612413471034466624171559209077538498475106811294029060334271803320566493935024621719717684804443351866946690525266060758332190531807232565501890293754259590947433140384335366973398816899253698302119916142891631005349335372158005779944529176735887193980409288474621694590303098552382376969442365186023130985507823617670051191889015351479659778676132449671642015059540438237303922903056079068344635440276772565425944329927654906262952475555750912023879424636021462043321631428365675851865654901693474343411406220907550090045689588323936814675126103464401223728058185048320475251266882875299120582253090033177883674432343812734123922042926554908548231473285349572210962289889800994026533629321464700552029391517293055196218065667251276237490129206098414338903210942488902792253924667941082273267563528653863343443486495762400409978995985052082310730277076965242846278402568285187365588876653245423047205943478612931964211293489374119565751486787204884502307512372923973119191125614068756094526892783321688030310900558025683455451898487401139315290743477461921025987905332236299398859448938742087487316288730711068752763449392366897236258997091176996253284306687635454361862179407191652155243650619571720232128624130785404930566805029233271375546253313287446285812219961565022654510373870581648214791139170870970509074158721967633425471550515801498191107216277620692347014234913527385812164834475002007099402122991439542783981984927181300669603290190495106195784248531299740262706106798338573523977365240941293695214188675632715447081372252551022981921251125675131839210074132286029621443262127145872022404314258219255606415280218445074654034790115075558513374422753617188198385931164810182817002794172279803028202086567081267453349341345496389239379776494419022301042067986600501045466950004057134726934147691678031986698845370299987067384407310337433828116514830745374490760171672152978595040351405572526523026051215093709900567873568385242574546385008567738263951532676549294356417565797771595638496719149577804216291892125541055147173723744991756669672459021375111288754125372918394417976243093028214703329386031799313949535161343892720409046065009958980978947997662545514664194262097665297242612367968766000629174655887090824363583653843658980277566031286429628476318572915045823895805826010132712977834418613468288832988547377174550796802573148684253294172285056777826927377158058647145403557721233512002495437339413998842782599710186215723437958154275340509811072349041046483806284608873394275718878590418692809288333423522781240698974441829879303794241455852776713321354870647251094720675572322788447908778778892116234131617608416732280987493141331884927860259324392781255786150891859203497212615916404999097067778739914857961305884934678762043515521190581898256624635957830927811421154992139986999936203631149852372802564314896151749326404428772008250428569338329698161850171265411426708113723558325059062871506712838460986031147060351491506316012532538793354499545667009527573810892048004652452452139688789392912938251888341298122235232861138733903153560967292104241190946350516769769305030762386908399592555043192236069279491224465826684203312081255431851756341234566913972589390601558650830437402045595207689996159597545711808203688318112918947661662115802919578636403430323041610018063696707221249826383715263388850307418469423973486747009233945036220901518185766942733836846126816638158345048782728241251279820310193223512959111029884002230571688216854282257873218631744450950552327428952538149545262779889824399028513132208638633070602135522752076661567872472325125674291268881849101416382703647451428232847993332157180794015036365361645888146355749366150209085457189187232786399585879941680370348141105404742298452497895369287193974496140445677301271403589665822911096832952021181343571136957607816318342755770560406569920261633966403484121679869542684843686908354373688437968683525723666121485947946747887572716360800696442816474113593466106089204179554677145374582437962664618883018628687510079511252556002241788346284019750863992283906513572325918053464080643521532154825074820239077990779007069588034029619562190416747359712884084324521598678178890186409451480686781733176824920276835002477523486093586963733155424491897575495851549527034538337694314953057164019215026670773910997443279760005290641511584707193226351271670439775141076552632736166117611394934325673743882365518318561208941552931629125136799711574578916741023587251428998946963182411650554404206416336487418656105333038545773960190949602850096208569085230228708894874577523512558281973392961263921656163963369388411763476388625952406901518273413037068643383550282962237729195901788599392876651086599849223994259145259240479384380657803498058719062529007339428316229997756899857712116922758683071707472935574499244978419788171338468471751125303860911589289400806637202920429489919870263415951660888975434827304297451362325052693482001524843171229078467910537913138115458626612024970730899515114301915281613929239329351501049859225274564107846818112938339161308943153205117651716380468462296193882444293370484368530096898812778973178284912798550245246063411918482638261694029245273291646707331594675213428158755273882438357960245064051015888918541801139771619743221405037797285669481455810653320008904215997597975907391512026214020012010134707536774227636477580918167507850485197065326391091171451763751237612739498468510009055480025096015985581769370179656781151306565952590101977398335185042637681982306448413722177895665290302796223004198526079143104070007874540548221582347389579e-4951L))
# | return 0;
# | else
# | return 1;
# | }
# |
# | #else // SIZEOF_LONG_DOUBLE != 12
# |
# | int
# | main() {
# | return 1;
# | }
# |
# | #endif // SIZEOF_LONG_DOUBLE != 12
# |
# configure:8840: clang++ -o conftest -g -O2 conftest.cpp >&5
# conftest.cpp:97:14: warning: magnitude of floating-point constant too small for type 'long double'; minimum is 3.64519953188247460253E-4951 [-Wliteral-range]
# conftest.cpp:99:15: warning: magnitude of floating-point constant too small for type 'long double'; minimum is 3.64519953188247460253E-4951 [-Wliteral-range]
# 2 warnings generated.
# configure:8840: $? = 0
# configure:8840: ./conftest
# configure:8840: $? = 1
# configure: program exited with status 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "the Parma Polyhedra Library"
# | #define PACKAGE_TARNAME "ppl"
# | #define PACKAGE_VERSION "1.2"
# | #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
# | #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
# | #define PACKAGE_URL ""
# | #define PPL_CONFIGURE_OPTIONS " '--host=x86_64-unknown-linux' '--prefix=/usr' '--enable-interfaces=c,cxx' 'host_alias=x86_64-unknown-linux' 'CC=clang' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=clang++' 'CXXFLAGS='"
# | #define PPL_NDEBUG 1
# | #define PPL_FPMATH_MAY_USE_387 1
# | #define PPL_FPMATH_MAY_USE_SSE 1
# | #define PPL_COEFFICIENT_TYPE mpz_class
# | #define PPL_COEFFICIENT_BITS 0
# | #define PPL_GMP_INTEGERS 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_TYPEOF 1
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_FLOAT 4
# | #define SIZEOF_DOUBLE 8
# | #define SIZEOF_LONG_DOUBLE 16
# | #define SIZEOF_INTP 8
# | #define SIZEOF_FP 8
# | #define PPL_CAN_CONTROL_FPU 0
# | #define PPL_CXX_PLAIN_CHAR_IS_SIGNED 1
# | #define PPL_CXX_PROVIDES_PROPER_LONG_DOUBLE 1
# | #define PPL_CXX_FLOAT_BINARY_FORMAT PPL_FLOAT_IEEE754_SINGLE
# | #define PPL_SUPPORTED_FLOAT 0
# | #define PPL_CXX_DOUBLE_BINARY_FORMAT PPL_FLOAT_IEEE754_DOUBLE
# | #define PPL_SUPPORTED_DOUBLE 0
# | /* end confdefs.h. */
# |
# | #include
# | #ifdef HAVE_STDINT_H
# | #ifndef __STDC_LIMIT_MACROS
# | #define __STDC_LIMIT_MACROS 1
# | #endif
# | #include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | #include
# | #endif
# |
# | #if SIZEOF_LONG_DOUBLE == 16
# |
# | #if defined(__sparc__) && defined(__arch64__) && (__GNUC__ < 4 || (__GNUC__ == 4 && __GNUC_MINOR__ < 4))
# |
# | // Work around http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37661
# | int
# | main() {
# | return 1;
# | }
# |
# | #else // !defined(__sparc__) || !defined(__arch64__) ...
# |
# | long double
# | convert(uint64_t msp, uint64_t lsp) {
# | union {
# | long double value;
# | struct {
# | #ifdef WORDS_BIGENDIAN
# | uint64_t msp;
# | uint64_t lsp;
# | #else
# | uint64_t lsp;
# | uint64_t msp;
# | #endif
# | } parts;
# | } u;
# |
# | u.parts.msp = msp;
# | u.parts.lsp = lsp;
# | return u.value;
# | }
# |
# | int
# | main() {
# | if (std::numeric_limits::is_iec559
# | && (convert(0xaaacccaaacccaaacULL, 0xccaaacccaaacccaaULL)
# | == -8.55855653885100434741341853993902633367349104766375354667159377718342093894815477326286823233135691805519944470138219932524951165689852082013017904043605683486724317550972746307400400204571080045247416605879743573136814766221652651396476675668866980798618379071105211750397249729982891787041148520384572930274879267722158826932337019191713973025403784448443813348692062209940856126724493492803365972504505177354875652033856070760087261648660638833868952644144747756799606849182265604546917705495630867683634260396102823982577953799017062698102242357552179655099799114234932578035799185560231199083485854936098752376968393647581458407558794412029383325763638562788717260040049064497131924995762524305159587498016677454321953274959044696323291625045478494472581264819229447771276640446297211105522340278216491094195598543872903469867733674572559977106495016037365144714092305087690135013719347274733034998868445412589677425060095799279101903473205374412225289846468374532481297065712317082077938035156602646698351182648104255704218634101302925067087078955133405900007044267209898310644310904503791609310204530573463263951434586894153990739119187567218316060343579381319744970284036645819031296341711196622764674251739340075981861518157380656135644972541894187627902651874054588734732906342927804126694032667794810086817870907476586539935233288396561987441453006798066121939082312783518917156845604116991071351557087417820814737448930366014934139649936714605919733198611573267554373841805458030152706709963798138766665437195696286204333504023648063774567253657433115103351104190986192714072985487851579415615609526545777708652951405409847708647802254957197551148967040887700676749608935220270768342493900689974647088468653016844028721111482484905641458435567969469008688175230469940968306817582881926746422674891155765989419578280531847369896579997902056370886853884911608932917273377526774091310024267948445090595150848945937264274298230316059283748541372546998570685254364147022857127106166375807928861080771495427281772909457414476961102929683460150380091022216902985688084496718499522925736236100966839490544989265028487132166444183820209811985298620037327410566483546092567386575203772065259924817078378553423445114795887961447486917127608105936488957460696218995227900239169698156532097505472359601263421630872600694896078087993492528322817946497772710008837719609909497752428441503174822795185219988589528998338631725113908025553153842511443825016809012668839505492083731555461826355018782953670089090573806418379608917728933789667567839232807208925449602517595541397929042673972541764273293287457694772131268012143158809453627483947788463130353101911401667613659585055576869155534998835800762122080588150495103765874874613454517177121048246498282285280904742153700877576028449241385429235777250684782328183787286276152331338688335510090441008799792147837436640030059474106105829612076012626498555138419516242851436828131901668517305064107076254421670883938440896580435257206350630093337919967881954501164988008085285088049681541452106188312639266136685237513628484410146475880276899689323468288129178652504797093820419402611691354199968499448738482587415636727937353639264845197813295922091561637504736126720760129127710879063043647425297778439069116811334073539456451043564046959839163407469915211595468718792531664679340442279513006653831781499155674396529973036072198720572542914738630057353297633085013244779323578115668031532144051510758240504037804690564298890171218568053886450388507561335540224075309922339483204122333658701871584147135738144358394867585372134490396264937274938848938884293776466212293402264641368524174512841804801230279990820989956713963566987970818315606031084417487965298373510594915942429581446481759482857537804431542098380533075194397625795605337047384493682506827547173206735463795863376044170821429161475172513429888642402089329334654087406739184258619435041737233405001461505889892578125e-1644L
# | && convert(0xcccaaacccaaacccaULL, 0xaacccaaacccaaaccULL)
# | == -124514581107511552210796456934966803687304842980295573828954497922493752983397188814711304411560018580965744046315133789985274208017368151964100284400784216106649187287727268989948309893335776137201236307422254490384994342132786695251856340822607539332337741185911979986209464222776112117543477310592395735321641016191765613924234896253051931334188353106422231052895112533426462965071195000083346118845388851222468275853899619767858364593491745895616655921022591572983370616010095670881627966440183912948095715866505356803258659518882310562527709556367822539262111581385341941163873435919341717170180065638145777392282815973491833042960716493005101610346003273833563515742996380936304245423639950200211170835546053201980835724318930743625600269679260909350277600256315069013053332133830043213033329696436217829598890872375814523266366034383531514035947792389939922899745714167418517458817088636450662300503353562047987996978943856662174717195437379600755109302771921946748859230686543872.0L
# | && convert(0x0000000000000000ULL, 0x0000000000000001ULL)
# | == 6.475175119438025110924438958227646552499569338034681009689884389197039540124119371017671491276649940255878141476848119676587219886382542046685110071972617983042792710751334934416734625638471740239448526505553990391455556252171148068070822034688256982476272828789103028357337561348031062386564592639826226991907907867663262065711211583064657196068308332845234453069760526489447660964579313751403402631804350039948870075255648713368066117879403155766713303467434937062409411685215137607333139422843835051668983567167196802642952353504079714347103860537782893700215521168667711042950610021881513627986429461700433339201935397498825184335385514892844339930852967838448682125502304114122153045946465463084764110174478737044335312389661483639210553943411476544786261397875064191451226767614625892790369961415069606980007080502788648919975916801878222002252381723047230971876570995428821219281596547633023538783137183646396952831530551068683419596735374086746290525867996216905323365319885172609956827625511036332478353228947631880050684559150608318986521540136061273771493390412784756552103897518527764158778759333880714882279633323826397312375406927039446525306447838514371503654987855172306307584155459826707095909617752526800401326990828721633726770440915439092677906646798573524199116648264206920451160133635071361773812121716528178148240720783226736549623736135274990309138143183248371959875978805027500928693808073336955752759088442865600075199888998323880643549670055505421362435108572732087322982027187772459231228989472372951864321099261878781084330252988333921362998963303722431059741968763452406953835015120533773385289904710843628402700274702870474073825248828889984994284607604847211794221210729913159829014217168004461049532662696542913183628157199561641949923936629368992856621383084545327636972265542355341749855663020004887316835216156767223053799811067258913808469994232607858854524064432145775922144535701236468985705212977045479489515690009388923625580685788707605877343857669170894656797423368490329407251160393356048820607085089069025413584269816739747211239513550414383117508826763143512862006497058041145296097892917999935577053234252698691933792724753682184537682835562829938630004838384363944243137622864918257474256280127291116965050600178120477720784742184205376195975831677721764740044536624645764471381571452381830125398765152083287483110279394697855915713981939970684599199594863007230624076786139617554631450734995190081932187616814234632738778224433256463738346435274905710925581106061273840975592931761266799265587765468946764337085192369358316298457450008809428586921504743730873895710474614480003727146162349858333291516552162545370312200390841588309480973274631646273597390249477746657131891196482398670118797910098918899689482196956660638225731960693542763964302308999692957091061300183648329785182793301407267200046383043005236759977387601407769110383295729918654520937785586390633157020347632812108728638589813282569529576769367173324764085285705308312954957401558247168739931446569422818723482471097374362105279278558570746278168331596903799527959001674856155564619821407044799720020620642233246057848236476047540762849788325435630592420194490443539428990899488655890183886788650518595542180257939200539645041808387760238189562428351774632440622618056913137499820021924733173668036806485733443567039613866037176155955253827548473360440517049422696075501183292573063250613021167503858561082238374439193413231472608072888733326512853287806773389073299297372760244397355791502004654458118728037510329034120643030182346716011974996719598934277635297762958837247389366909763367493682299430362668996193935405226221180280462691353912282455701759810037116439968883639596108926413528826200502511551071661541071241892319070812994269518086385295992381025957172992399312141414210235547707008555590049509294048331178258885645254295737834927590332773105843826797756540039810295021699037788228205072146738094320261980823252096852875670591366194556595549470362090317233349128160475626293246538430039226463877253517855062981890058712415866578727694362877805078594115939049922697215689139042884475829798201399221843339843144334329750976265054375898637087619406776357862341599539585772173362569929723217313856218610739079911693928395573354107695207924389443047735986097057117102761647398583746704066222192489628491579241861512228457942727677656217068060304063431859444999092873095546808035894071193872676924207893595051334067870866978585241063298399448801664979503576258730853137762656715932674584878408765074348715350808211160488037567370082449596914044378631384351574514574407266268601518418121140639017772950755439822352142605465639756330937185434812776437455170052704254873689525989445652781559474644227537684964321625946200647347726100468875445797592291192363724641100602571723960104389727561487616213893880158699261565353860394268412519478250755882121502350855777548987354957187611364644347783460623918569790357712078708030071729862147204119062003145783057657964335620490686654777775857772417230654005669380137272188650104502859563282535642734533430567287319498304528915876638370296607209654727246810120749147011579846007686876872348978767610197018167444101532656500699586407674404325249380187066956228877621206281130141035339929259895087216809976356039304176324615051223863642132987493989282096132023719628675179659793099441124234181354583082636306115430335248256636595542753063577946177399294336318459611754831189657065079679934928129113295189411660749306226747061753316760480290760846421347557553607185254462514991634789163215592554565288625021429064594217444034435094635489801294636044217141894128608560200837942901104014713783039046587228833888032709513732700101667002833885010142407620233438106861087062055906874872893491133678484259720820886397724438939944326449942516696628683510030426237257765426269532595248183289611602373952305073827029425838481007443361481172033664199893614932623554378101313353925699162767581809444174957293532641034112367163940472496454826645496608268491435975330754792022473413254641635309131365360013914909519963236046952897089347016136738984133133790874101143168691022141918967797877476450100585067348766183224990814253610763592974731784263832853675045343246533254966131311531411068478710429786791811404658680805588105768518292098129259164151153126615341498379324353953450723874092401152015787628879390603785057522375088322779364007018433582543673090990833352296302290390165336647355242365982903670648563727239283547241202029021901993493453231407543942533374303128855544718854681133818703717309615999563617026069360208156393214924333856037726771259857931298487909006782987195926835910537279213582905667384935745871483880724959685377284455451325009389359115356341859747548302075715614439876712304113995679250907454883895302396632381653230532032695481751231940062856024456656381220713413431325444483757534262449339675147214243079144598658808202548926312120596697863356554722348114194969409174072455372221354826189882023922524876054935905929454258925505387898039528329076689551108932342856243697999637938228068665595345855978215420274558562368590236467711884770512666328306756286559348574636272916414332349992225277379071952095234443041820054854970323931404077610323730988914889188356127533914074856107086479831584739755622106834971368997334246432264012757261628954213626177797127289818357558926591911175376134554737367672941224416966599144520688033032388494464597481600684233179969688713377153969107014820586500187890028419759966629125896903859724482018551567368459339437282027473163713630554370146518281068049701849575089743432349308849281456182745027011845653626290780738299181305772482001250991761047543344790454625943156085044661103576512523366161351099640751135385148305913987889008698009234370941891346098306437937661227172386506980636903743541285235605780167216008920828610842066522096589500420940606405692664109905063234866117077516308694175709123219476283230290207497555159467149979347020209673500496651023554475005053991295374430728524771212435107382664318842703197811901075027036703041419315229156263279708865064004473392401710817533040210152757966691416471836361498546249180866049039738294265863864925406135752428537159880132061042828090772733103561437021070938835520484987564784902357826645006185384847299711513042558913116550679842981785737713725790045128094411676264858573201529073678073396387519268373798582548263868592119666097381189255247190641352195443081432945981901223716745712543744847146503012460085216148335807619624528396069010370871981642712755932969484501155184487454597846375782598809708096893645439856478634508146859065978179351007580744928974114529788215226484601824974140107352758776378993800008479463640459773788106039221647527915619638375897279653946867057366337834721265500081035695372958187077367633848426351345959537644131255393886949828040966112768013745671476622221973172299021322723830684345054818157484501760113734299662298242039459694484074671808880126261963999301400833575366587220239180443885948634911432672454909578479586976064598126633177835011824812040440090529736915436564330317784343260941419199007994565556336195654994767768391641843167291242587882400091208124348669996343070061026732554587428779976439512259161737036335847682346728539549778493388870528102969822923976454022477322075204905420377823800876540724560782242540043358494305758648390071388556142954991440895026034342297754624387472732697423260211014731729196139172514053952591428247887383243344755389104496037975360677224765591211970382212225942797592005272680787386239303946689423293709148965999400795905073756697025967564396661027489606337872152854151887574400979150870295978066773059913103141338094206140446153595784659696116999451265627049162745281492831846033865707908304944975732574637090102130752860241496159897720566523711477673910492376257245019657271734451417565932034846341070093018262777507790026122302775680179025723685230883459924631462602175535978001836273235741164283034661871238537285831967107455175175353583907073921428e-4966L
# | && convert(0x8000000000000000ULL, 0x0000000000000001ULL)
# | == -6.475175119438025110924438958227646552499569338034681009689884389197039540124119371017671491276649940255878141476848119676587219886382542046685110071972617983042792710751334934416734625638471740239448526505553990391455556252171148068070822034688256982476272828789103028357337561348031062386564592639826226991907907867663262065711211583064657196068308332845234453069760526489447660964579313751403402631804350039948870075255648713368066117879403155766713303467434937062409411685215137607333139422843835051668983567167196802642952353504079714347103860537782893700215521168667711042950610021881513627986429461700433339201935397498825184335385514892844339930852967838448682125502304114122153045946465463084764110174478737044335312389661483639210553943411476544786261397875064191451226767614625892790369961415069606980007080502788648919975916801878222002252381723047230971876570995428821219281596547633023538783137183646396952831530551068683419596735374086746290525867996216905323365319885172609956827625511036332478353228947631880050684559150608318986521540136061273771493390412784756552103897518527764158778759333880714882279633323826397312375406927039446525306447838514371503654987855172306307584155459826707095909617752526800401326990828721633726770440915439092677906646798573524199116648264206920451160133635071361773812121716528178148240720783226736549623736135274990309138143183248371959875978805027500928693808073336955752759088442865600075199888998323880643549670055505421362435108572732087322982027187772459231228989472372951864321099261878781084330252988333921362998963303722431059741968763452406953835015120533773385289904710843628402700274702870474073825248828889984994284607604847211794221210729913159829014217168004461049532662696542913183628157199561641949923936629368992856621383084545327636972265542355341749855663020004887316835216156767223053799811067258913808469994232607858854524064432145775922144535701236468985705212977045479489515690009388923625580685788707605877343857669170894656797423368490329407251160393356048820607085089069025413584269816739747211239513550414383117508826763143512862006497058041145296097892917999935577053234252698691933792724753682184537682835562829938630004838384363944243137622864918257474256280127291116965050600178120477720784742184205376195975831677721764740044536624645764471381571452381830125398765152083287483110279394697855915713981939970684599199594863007230624076786139617554631450734995190081932187616814234632738778224433256463738346435274905710925581106061273840975592931761266799265587765468946764337085192369358316298457450008809428586921504743730873895710474614480003727146162349858333291516552162545370312200390841588309480973274631646273597390249477746657131891196482398670118797910098918899689482196956660638225731960693542763964302308999692957091061300183648329785182793301407267200046383043005236759977387601407769110383295729918654520937785586390633157020347632812108728638589813282569529576769367173324764085285705308312954957401558247168739931446569422818723482471097374362105279278558570746278168331596903799527959001674856155564619821407044799720020620642233246057848236476047540762849788325435630592420194490443539428990899488655890183886788650518595542180257939200539645041808387760238189562428351774632440622618056913137499820021924733173668036806485733443567039613866037176155955253827548473360440517049422696075501183292573063250613021167503858561082238374439193413231472608072888733326512853287806773389073299297372760244397355791502004654458118728037510329034120643030182346716011974996719598934277635297762958837247389366909763367493682299430362668996193935405226221180280462691353912282455701759810037116439968883639596108926413528826200502511551071661541071241892319070812994269518086385295992381025957172992399312141414210235547707008555590049509294048331178258885645254295737834927590332773105843826797756540039810295021699037788228205072146738094320261980823252096852875670591366194556595549470362090317233349128160475626293246538430039226463877253517855062981890058712415866578727694362877805078594115939049922697215689139042884475829798201399221843339843144334329750976265054375898637087619406776357862341599539585772173362569929723217313856218610739079911693928395573354107695207924389443047735986097057117102761647398583746704066222192489628491579241861512228457942727677656217068060304063431859444999092873095546808035894071193872676924207893595051334067870866978585241063298399448801664979503576258730853137762656715932674584878408765074348715350808211160488037567370082449596914044378631384351574514574407266268601518418121140639017772950755439822352142605465639756330937185434812776437455170052704254873689525989445652781559474644227537684964321625946200647347726100468875445797592291192363724641100602571723960104389727561487616213893880158699261565353860394268412519478250755882121502350855777548987354957187611364644347783460623918569790357712078708030071729862147204119062003145783057657964335620490686654777775857772417230654005669380137272188650104502859563282535642734533430567287319498304528915876638370296607209654727246810120749147011579846007686876872348978767610197018167444101532656500699586407674404325249380187066956228877621206281130141035339929259895087216809976356039304176324615051223863642132987493989282096132023719628675179659793099441124234181354583082636306115430335248256636595542753063577946177399294336318459611754831189657065079679934928129113295189411660749306226747061753316760480290760846421347557553607185254462514991634789163215592554565288625021429064594217444034435094635489801294636044217141894128608560200837942901104014713783039046587228833888032709513732700101667002833885010142407620233438106861087062055906874872893491133678484259720820886397724438939944326449942516696628683510030426237257765426269532595248183289611602373952305073827029425838481007443361481172033664199893614932623554378101313353925699162767581809444174957293532641034112367163940472496454826645496608268491435975330754792022473413254641635309131365360013914909519963236046952897089347016136738984133133790874101143168691022141918967797877476450100585067348766183224990814253610763592974731784263832853675045343246533254966131311531411068478710429786791811404658680805588105768518292098129259164151153126615341498379324353953450723874092401152015787628879390603785057522375088322779364007018433582543673090990833352296302290390165336647355242365982903670648563727239283547241202029021901993493453231407543942533374303128855544718854681133818703717309615999563617026069360208156393214924333856037726771259857931298487909006782987195926835910537279213582905667384935745871483880724959685377284455451325009389359115356341859747548302075715614439876712304113995679250907454883895302396632381653230532032695481751231940062856024456656381220713413431325444483757534262449339675147214243079144598658808202548926312120596697863356554722348114194969409174072455372221354826189882023922524876054935905929454258925505387898039528329076689551108932342856243697999637938228068665595345855978215420274558562368590236467711884770512666328306756286559348574636272916414332349992225277379071952095234443041820054854970323931404077610323730988914889188356127533914074856107086479831584739755622106834971368997334246432264012757261628954213626177797127289818357558926591911175376134554737367672941224416966599144520688033032388494464597481600684233179969688713377153969107014820586500187890028419759966629125896903859724482018551567368459339437282027473163713630554370146518281068049701849575089743432349308849281456182745027011845653626290780738299181305772482001250991761047543344790454625943156085044661103576512523366161351099640751135385148305913987889008698009234370941891346098306437937661227172386506980636903743541285235605780167216008920828610842066522096589500420940606405692664109905063234866117077516308694175709123219476283230290207497555159467149979347020209673500496651023554475005053991295374430728524771212435107382664318842703197811901075027036703041419315229156263279708865064004473392401710817533040210152757966691416471836361498546249180866049039738294265863864925406135752428537159880132061042828090772733103561437021070938835520484987564784902357826645006185384847299711513042558913116550679842981785737713725790045128094411676264858573201529073678073396387519268373798582548263868592119666097381189255247190641352195443081432945981901223716745712543744847146503012460085216148335807619624528396069010370871981642712755932969484501155184487454597846375782598809708096893645439856478634508146859065978179351007580744928974114529788215226484601824974140107352758776378993800008479463640459773788106039221647527915619638375897279653946867057366337834721265500081035695372958187077367633848426351345959537644131255393886949828040966112768013745671476622221973172299021322723830684345054818157484501760113734299662298242039459694484074671808880126261963999301400833575366587220239180443885948634911432672454909578479586976064598126633177835011824812040440090529736915436564330317784343260941419199007994565556336195654994767768391641843167291242587882400091208124348669996343070061026732554587428779976439512259161737036335847682346728539549778493388870528102969822923976454022477322075204905420377823800876540724560782242540043358494305758648390071388556142954991440895026034342297754624387472732697423260211014731729196139172514053952591428247887383243344755389104496037975360677224765591211970382212225942797592005272680787386239303946689423293709148965999400795905073756697025967564396661027489606337872152854151887574400979150870295978066773059913103141338094206140446153595784659696116999451265627049162745281492831846033865707908304944975732574637090102130752860241496159897720566523711477673910492376257245019657271734451417565932034846341070093018262777507790026122302775680179025723685230883459924631462602175535978001836273235741164283034661871238537285831967107455175175353583907073921428e-4966L))
# | return 0;
# | else
# | return 1;
# | }
# |
# | #endif // !defined(__sparc__) || !defined(__arch64__) ...
# |
# | #else // SIZEOF_LONG_DOUBLE != 16
# |
# | int
# | main() {
# | return 1;
# | }
# |
# | #endif // SIZEOF_LONG_DOUBLE != 16
# |
# configure:8921: clang++ -o conftest -g -O2 conftest.cpp >&5
# configure:8921: $? = 0
# configure:8921: ./conftest
# configure:8921: $? = 0
# configure:9016: result: Intel Double-Extended
# configure:9019: checking whether std::floor(long double) is buggy
# configure:9042: clang++ -o conftest -g -O2 conftest.cpp >&5
# configure:9042: $? = 0
# configure:9042: ./conftest
# configure:9042: $? = 0
# configure:9044: result: no
# configure:9115: checking whether the C++ compiler supports zero-length arrays
# configure:9225: clang++ -o conftest -g -O2 conftest.cpp >&5
# configure:9225: $? = 0
# configure:9225: ./conftest
# configure:9225: $? = 0
# configure:9226: result: yes
# configure:9272: checking whether the IEEE inexact flag is supported in C++
# configure:9364: clang++ -o conftest -g -O2 conftest.cpp >&5
# configure:9364: $? = 0
# configure:9364: ./conftest
# configure:9364: $? = 1
# configure: program exited with status 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "the Parma Polyhedra Library"
# | #define PACKAGE_TARNAME "ppl"
# | #define PACKAGE_VERSION "1.2"
# | #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
# | #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
# | #define PACKAGE_URL ""
# | #define PPL_CONFIGURE_OPTIONS " '--host=x86_64-unknown-linux' '--prefix=/usr' '--enable-interfaces=c,cxx' 'host_alias=x86_64-unknown-linux' 'CC=clang' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=clang++' 'CXXFLAGS='"
# | #define PPL_NDEBUG 1
# | #define PPL_FPMATH_MAY_USE_387 1
# | #define PPL_FPMATH_MAY_USE_SSE 1
# | #define PPL_COEFFICIENT_TYPE mpz_class
# | #define PPL_COEFFICIENT_BITS 0
# | #define PPL_GMP_INTEGERS 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_TYPEOF 1
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_FLOAT 4
# | #define SIZEOF_DOUBLE 8
# | #define SIZEOF_LONG_DOUBLE 16
# | #define SIZEOF_INTP 8
# | #define SIZEOF_FP 8
# | #define PPL_CAN_CONTROL_FPU 0
# | #define PPL_CXX_PLAIN_CHAR_IS_SIGNED 1
# | #define PPL_CXX_PROVIDES_PROPER_LONG_DOUBLE 1
# | #define PPL_CXX_FLOAT_BINARY_FORMAT PPL_FLOAT_IEEE754_SINGLE
# | #define PPL_SUPPORTED_FLOAT 0
# | #define PPL_CXX_DOUBLE_BINARY_FORMAT PPL_FLOAT_IEEE754_DOUBLE
# | #define PPL_SUPPORTED_DOUBLE 0
# | #define PPL_CXX_LONG_DOUBLE_BINARY_FORMAT PPL_FLOAT_INTEL_DOUBLE_EXTENDED
# | #define PPL_SUPPORTED_LONG_DOUBLE 0
# | #define PPL_CXX_SUPPORTS_ZERO_LENGTH_ARRAYS 1
# | /* end confdefs.h. */
# |
# | #if defined(__i386__) && (defined(__GNUC__) || defined(__INTEL_COMPILER))
# |
# | int
# | main() {
# | return 0;
# | }
# |
# | #elif defined(PPL_HAVE_IEEEFP_H) && (defined(__sparc) || defined(sparc) || defined(__sparc__))
# |
# | int
# | main() {
# | return 0;
# | }
# |
# | #elif !defined(HAVE_FENV_H)
# |
# | int
# | main() {
# | return 1;
# | }
# |
# | #else
# |
# | #include
# |
# | #if !defined(FE_INEXACT)
# |
# | int
# | main() {
# | return 1;
# | }
# |
# | #else // defined(FE_INEXACT)
# |
# | struct A {
# | double dividend;
# | double divisor;
# | bool inexact;
# | } a[] = {
# | { 1.0, 2.0, false },
# | { 2.0, 3.0, true },
# | };
# |
# | int main() {
# | for (unsigned i = 0; i < sizeof(a)/sizeof(a[0]); ++i) {
# | {
# | volatile float x = a[i].dividend;
# | volatile float y = a[i].divisor;
# | feclearexcept(FE_INEXACT);
# | x = x / y;
# | if ((fetestexcept(FE_INEXACT) != 0) != a[i].inexact)
# | return 1;
# | }
# | {
# | volatile double x = a[i].dividend;
# | volatile double y = a[i].divisor;
# | feclearexcept(FE_INEXACT);
# | x = x / y;
# | if ((fetestexcept(FE_INEXACT) != 0) != a[i].inexact)
# | return 1;
# | }
# | {
# | volatile long double x = a[i].dividend;
# | volatile long double y = a[i].divisor;
# | feclearexcept(FE_INEXACT);
# | x = x / y;
# | if ((fetestexcept(FE_INEXACT) != 0) != a[i].inexact)
# | return 1;
# | }
# | }
# | return 0;
# | }
# |
# | #endif // defined(FE_INEXACT)
# |
# | #endif
# |
# |
# configure:9369: result: no
# configure:9411: checking whether the C++ compiler supports __attribute__ ((weak))
# configure:9424: clang++ -c -g -O2 conftest.cpp >&5
# configure:9424: $? = 0
# configure:9425: result: yes
# configure:9461: checking fenv.h usability
# configure:9461: clang++ -c -g -O2 conftest.cpp >&5
# configure:9461: $? = 0
# configure:9461: result: yes
# configure:9461: checking fenv.h presence
# configure:9461: clang++ -E conftest.cpp
# configure:9461: $? = 0
# configure:9461: result: yes
# configure:9461: checking for fenv.h
# configure:9461: result: yes
# configure:9461: checking ieeefp.h usability
# configure:9461: clang++ -c -g -O2 conftest.cpp >&5
# conftest.cpp:84:10: fatal error: 'ieeefp.h' file not found
# #include
# ^
# 1 error generated.
# configure:9461: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "the Parma Polyhedra Library"
# | #define PACKAGE_TARNAME "ppl"
# | #define PACKAGE_VERSION "1.2"
# | #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
# | #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
# | #define PACKAGE_URL ""
# | #define PPL_CONFIGURE_OPTIONS " '--host=x86_64-unknown-linux' '--prefix=/usr' '--enable-interfaces=c,cxx' 'host_alias=x86_64-unknown-linux' 'CC=clang' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=clang++' 'CXXFLAGS='"
# | #define PPL_NDEBUG 1
# | #define PPL_FPMATH_MAY_USE_387 1
# | #define PPL_FPMATH_MAY_USE_SSE 1
# | #define PPL_COEFFICIENT_TYPE mpz_class
# | #define PPL_COEFFICIENT_BITS 0
# | #define PPL_GMP_INTEGERS 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_TYPEOF 1
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_FLOAT 4
# | #define SIZEOF_DOUBLE 8
# | #define SIZEOF_LONG_DOUBLE 16
# | #define SIZEOF_INTP 8
# | #define SIZEOF_FP 8
# | #define PPL_CAN_CONTROL_FPU 0
# | #define PPL_CXX_PLAIN_CHAR_IS_SIGNED 1
# | #define PPL_CXX_PROVIDES_PROPER_LONG_DOUBLE 1
# | #define PPL_CXX_FLOAT_BINARY_FORMAT PPL_FLOAT_IEEE754_SINGLE
# | #define PPL_SUPPORTED_FLOAT 0
# | #define PPL_CXX_DOUBLE_BINARY_FORMAT PPL_FLOAT_IEEE754_DOUBLE
# | #define PPL_SUPPORTED_DOUBLE 0
# | #define PPL_CXX_LONG_DOUBLE_BINARY_FORMAT PPL_FLOAT_INTEL_DOUBLE_EXTENDED
# | #define PPL_SUPPORTED_LONG_DOUBLE 0
# | #define PPL_CXX_SUPPORTS_ZERO_LENGTH_ARRAYS 1
# | #define PPL_CXX_SUPPORTS_IEEE_INEXACT_FLAG 0
# | #define PPL_CXX_SUPPORTS_ATTRIBUTE_WEAK 1
# | #define HAVE_FENV_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:9461: result: no
# configure:9461: checking ieeefp.h presence
# configure:9461: clang++ -E conftest.cpp
# conftest.cpp:51:10: fatal error: 'ieeefp.h' file not found
# #include
# ^
# 1 error generated.
# configure:9461: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "the Parma Polyhedra Library"
# | #define PACKAGE_TARNAME "ppl"
# | #define PACKAGE_VERSION "1.2"
# | #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
# | #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
# | #define PACKAGE_URL ""
# | #define PPL_CONFIGURE_OPTIONS " '--host=x86_64-unknown-linux' '--prefix=/usr' '--enable-interfaces=c,cxx' 'host_alias=x86_64-unknown-linux' 'CC=clang' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=clang++' 'CXXFLAGS='"
# | #define PPL_NDEBUG 1
# | #define PPL_FPMATH_MAY_USE_387 1
# | #define PPL_FPMATH_MAY_USE_SSE 1
# | #define PPL_COEFFICIENT_TYPE mpz_class
# | #define PPL_COEFFICIENT_BITS 0
# | #define PPL_GMP_INTEGERS 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_TYPEOF 1
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_FLOAT 4
# | #define SIZEOF_DOUBLE 8
# | #define SIZEOF_LONG_DOUBLE 16
# | #define SIZEOF_INTP 8
# | #define SIZEOF_FP 8
# | #define PPL_CAN_CONTROL_FPU 0
# | #define PPL_CXX_PLAIN_CHAR_IS_SIGNED 1
# | #define PPL_CXX_PROVIDES_PROPER_LONG_DOUBLE 1
# | #define PPL_CXX_FLOAT_BINARY_FORMAT PPL_FLOAT_IEEE754_SINGLE
# | #define PPL_SUPPORTED_FLOAT 0
# | #define PPL_CXX_DOUBLE_BINARY_FORMAT PPL_FLOAT_IEEE754_DOUBLE
# | #define PPL_SUPPORTED_DOUBLE 0
# | #define PPL_CXX_LONG_DOUBLE_BINARY_FORMAT PPL_FLOAT_INTEL_DOUBLE_EXTENDED
# | #define PPL_SUPPORTED_LONG_DOUBLE 0
# | #define PPL_CXX_SUPPORTS_ZERO_LENGTH_ARRAYS 1
# | #define PPL_CXX_SUPPORTS_IEEE_INEXACT_FLAG 0
# | #define PPL_CXX_SUPPORTS_ATTRIBUTE_WEAK 1
# | #define HAVE_FENV_H 1
# | /* end confdefs.h. */
# | #include
# configure:9461: result: no
# configure:9461: checking for ieeefp.h
# configure:9461: result: no
# configure:9461: checking getopt.h usability
# configure:9461: clang++ -c -g -O2 conftest.cpp >&5
# configure:9461: $? = 0
# configure:9461: result: yes
# configure:9461: checking getopt.h presence
# configure:9461: clang++ -E conftest.cpp
# configure:9461: $? = 0
# configure:9461: result: yes
# configure:9461: checking for getopt.h
# configure:9461: result: yes
# configure:9461: checking signal.h usability
# configure:9461: clang++ -c -g -O2 conftest.cpp >&5
# configure:9461: $? = 0
# configure:9461: result: yes
# configure:9461: checking signal.h presence
# configure:9461: clang++ -E conftest.cpp
# configure:9461: $? = 0
# configure:9461: result: yes
# configure:9461: checking for signal.h
# configure:9461: result: yes
# configure:9461: checking for string.h
# configure:9461: result: yes
# configure:9461: checking for strings.h
# configure:9461: result: yes
# configure:9461: checking sys/resource.h usability
# configure:9461: clang++ -c -g -O2 conftest.cpp >&5
# configure:9461: $? = 0
# configure:9461: result: yes
# configure:9461: checking sys/resource.h presence
# configure:9461: clang++ -E conftest.cpp
# configure:9461: $? = 0
# configure:9461: result: yes
# configure:9461: checking for sys/resource.h
# configure:9461: result: yes
# configure:9461: checking sys/time.h usability
# configure:9461: clang++ -c -g -O2 conftest.cpp >&5
# configure:9461: $? = 0
# configure:9461: result: yes
# configure:9461: checking sys/time.h presence
# configure:9461: clang++ -E conftest.cpp
# configure:9461: $? = 0
# configure:9461: result: yes
# configure:9461: checking for sys/time.h
# configure:9461: result: yes
# configure:9461: checking for sys/types.h
# configure:9461: result: yes
# configure:9461: checking for unistd.h
# configure:9461: result: yes
# configure:9473: checking whether ffs is declared
# configure:9473: clang++ -c -g -O2 conftest.cpp >&5
# configure:9473: $? = 0
# configure:9473: result: yes
# configure:9491: checking whether getenv is declared
# configure:9491: clang++ -c -g -O2 conftest.cpp >&5
# configure:9491: $? = 0
# configure:9491: result: yes
# configure:9502: checking whether strtof is declared
# configure:9502: clang++ -c -g -O2 conftest.cpp >&5
# configure:9502: $? = 0
# configure:9502: result: yes
# configure:9513: checking whether strtod is declared
# configure:9513: clang++ -c -g -O2 conftest.cpp >&5
# configure:9513: $? = 0
# configure:9513: result: yes
# configure:9524: checking whether strtold is declared
# configure:9524: clang++ -c -g -O2 conftest.cpp >&5
# configure:9524: $? = 0
# configure:9524: result: yes
# configure:9535: checking whether strtoll is declared
# configure:9535: clang++ -c -g -O2 conftest.cpp >&5
# configure:9535: $? = 0
# configure:9535: result: yes
# configure:9546: checking whether strtoull is declared
# configure:9546: clang++ -c -g -O2 conftest.cpp >&5
# configure:9546: $? = 0
# configure:9546: result: yes
# configure:9558: checking whether fma is declared
# configure:9558: clang++ -c -g -O2 conftest.cpp >&5
# configure:9558: $? = 0
# configure:9558: result: yes
# configure:9569: checking whether fmaf is declared
# configure:9569: clang++ -c -g -O2 conftest.cpp >&5
# configure:9569: $? = 0
# configure:9569: result: yes
# configure:9580: checking whether fmal is declared
# configure:9580: clang++ -c -g -O2 conftest.cpp >&5
# configure:9580: $? = 0
# configure:9580: result: yes
# configure:9591: checking whether rintf is declared
# configure:9591: clang++ -c -g -O2 conftest.cpp >&5
# configure:9591: $? = 0
# configure:9591: result: yes
# configure:9602: checking whether rintl is declared
# configure:9602: clang++ -c -g -O2 conftest.cpp >&5
# configure:9602: $? = 0
# configure:9602: result: yes
# configure:9616: checking for int_fast16_t
# configure:9616: clang++ -c -g -O2 conftest.cpp >&5
# configure:9616: $? = 0
# configure:9616: clang++ -c -g -O2 conftest.cpp >&5
# conftest.cpp:107:27: error: expected expression
# if (sizeof ((int_fast16_t)))
# ^
# 1 error generated.
# configure:9616: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "the Parma Polyhedra Library"
# | #define PACKAGE_TARNAME "ppl"
# | #define PACKAGE_VERSION "1.2"
# | #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
# | #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
# | #define PACKAGE_URL ""
# | #define PPL_CONFIGURE_OPTIONS " '--host=x86_64-unknown-linux' '--prefix=/usr' '--enable-interfaces=c,cxx' 'host_alias=x86_64-unknown-linux' 'CC=clang' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=clang++' 'CXXFLAGS='"
# | #define PPL_NDEBUG 1
# | #define PPL_FPMATH_MAY_USE_387 1
# | #define PPL_FPMATH_MAY_USE_SSE 1
# | #define PPL_COEFFICIENT_TYPE mpz_class
# | #define PPL_COEFFICIENT_BITS 0
# | #define PPL_GMP_INTEGERS 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_TYPEOF 1
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_FLOAT 4
# | #define SIZEOF_DOUBLE 8
# | #define SIZEOF_LONG_DOUBLE 16
# | #define SIZEOF_INTP 8
# | #define SIZEOF_FP 8
# | #define PPL_CAN_CONTROL_FPU 0
# | #define PPL_CXX_PLAIN_CHAR_IS_SIGNED 1
# | #define PPL_CXX_PROVIDES_PROPER_LONG_DOUBLE 1
# | #define PPL_CXX_FLOAT_BINARY_FORMAT PPL_FLOAT_IEEE754_SINGLE
# | #define PPL_SUPPORTED_FLOAT 0
# | #define PPL_CXX_DOUBLE_BINARY_FORMAT PPL_FLOAT_IEEE754_DOUBLE
# | #define PPL_SUPPORTED_DOUBLE 0
# | #define PPL_CXX_LONG_DOUBLE_BINARY_FORMAT PPL_FLOAT_INTEL_DOUBLE_EXTENDED
# | #define PPL_SUPPORTED_LONG_DOUBLE 0
# | #define PPL_CXX_SUPPORTS_ZERO_LENGTH_ARRAYS 1
# | #define PPL_CXX_SUPPORTS_IEEE_INEXACT_FLAG 0
# | #define PPL_CXX_SUPPORTS_ATTRIBUTE_WEAK 1
# | #define HAVE_FENV_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DECL_FFS 1
# | #define HAVE_DECL_GETENV 1
# | #define HAVE_DECL_STRTOF 1
# | #define HAVE_DECL_STRTOD 1
# | #define HAVE_DECL_STRTOLD 1
# | #define HAVE_DECL_STRTOLL 1
# | #define HAVE_DECL_STRTOULL 1
# | #define HAVE_DECL_FMA 1
# | #define HAVE_DECL_FMAF 1
# | #define HAVE_DECL_FMAL 1
# | #define HAVE_DECL_RINTF 1
# | #define HAVE_DECL_RINTL 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((int_fast16_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:9616: result: yes
# configure:9625: checking for int_fast32_t
# configure:9625: clang++ -c -g -O2 conftest.cpp >&5
# configure:9625: $? = 0
# configure:9625: clang++ -c -g -O2 conftest.cpp >&5
# conftest.cpp:108:27: error: expected expression
# if (sizeof ((int_fast32_t)))
# ^
# 1 error generated.
# configure:9625: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "the Parma Polyhedra Library"
# | #define PACKAGE_TARNAME "ppl"
# | #define PACKAGE_VERSION "1.2"
# | #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
# | #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
# | #define PACKAGE_URL ""
# | #define PPL_CONFIGURE_OPTIONS " '--host=x86_64-unknown-linux' '--prefix=/usr' '--enable-interfaces=c,cxx' 'host_alias=x86_64-unknown-linux' 'CC=clang' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=clang++' 'CXXFLAGS='"
# | #define PPL_NDEBUG 1
# | #define PPL_FPMATH_MAY_USE_387 1
# | #define PPL_FPMATH_MAY_USE_SSE 1
# | #define PPL_COEFFICIENT_TYPE mpz_class
# | #define PPL_COEFFICIENT_BITS 0
# | #define PPL_GMP_INTEGERS 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_TYPEOF 1
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_FLOAT 4
# | #define SIZEOF_DOUBLE 8
# | #define SIZEOF_LONG_DOUBLE 16
# | #define SIZEOF_INTP 8
# | #define SIZEOF_FP 8
# | #define PPL_CAN_CONTROL_FPU 0
# | #define PPL_CXX_PLAIN_CHAR_IS_SIGNED 1
# | #define PPL_CXX_PROVIDES_PROPER_LONG_DOUBLE 1
# | #define PPL_CXX_FLOAT_BINARY_FORMAT PPL_FLOAT_IEEE754_SINGLE
# | #define PPL_SUPPORTED_FLOAT 0
# | #define PPL_CXX_DOUBLE_BINARY_FORMAT PPL_FLOAT_IEEE754_DOUBLE
# | #define PPL_SUPPORTED_DOUBLE 0
# | #define PPL_CXX_LONG_DOUBLE_BINARY_FORMAT PPL_FLOAT_INTEL_DOUBLE_EXTENDED
# | #define PPL_SUPPORTED_LONG_DOUBLE 0
# | #define PPL_CXX_SUPPORTS_ZERO_LENGTH_ARRAYS 1
# | #define PPL_CXX_SUPPORTS_IEEE_INEXACT_FLAG 0
# | #define PPL_CXX_SUPPORTS_ATTRIBUTE_WEAK 1
# | #define HAVE_FENV_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DECL_FFS 1
# | #define HAVE_DECL_GETENV 1
# | #define HAVE_DECL_STRTOF 1
# | #define HAVE_DECL_STRTOD 1
# | #define HAVE_DECL_STRTOLD 1
# | #define HAVE_DECL_STRTOLL 1
# | #define HAVE_DECL_STRTOULL 1
# | #define HAVE_DECL_FMA 1
# | #define HAVE_DECL_FMAF 1
# | #define HAVE_DECL_FMAL 1
# | #define HAVE_DECL_RINTF 1
# | #define HAVE_DECL_RINTL 1
# | #define HAVE_INT_FAST16_T 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((int_fast32_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:9625: result: yes
# configure:9634: checking for int_fast64_t
# configure:9634: clang++ -c -g -O2 conftest.cpp >&5
# configure:9634: $? = 0
# configure:9634: clang++ -c -g -O2 conftest.cpp >&5
# conftest.cpp:109:27: error: expected expression
# if (sizeof ((int_fast64_t)))
# ^
# 1 error generated.
# configure:9634: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "the Parma Polyhedra Library"
# | #define PACKAGE_TARNAME "ppl"
# | #define PACKAGE_VERSION "1.2"
# | #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
# | #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
# | #define PACKAGE_URL ""
# | #define PPL_CONFIGURE_OPTIONS " '--host=x86_64-unknown-linux' '--prefix=/usr' '--enable-interfaces=c,cxx' 'host_alias=x86_64-unknown-linux' 'CC=clang' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=clang++' 'CXXFLAGS='"
# | #define PPL_NDEBUG 1
# | #define PPL_FPMATH_MAY_USE_387 1
# | #define PPL_FPMATH_MAY_USE_SSE 1
# | #define PPL_COEFFICIENT_TYPE mpz_class
# | #define PPL_COEFFICIENT_BITS 0
# | #define PPL_GMP_INTEGERS 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_TYPEOF 1
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_FLOAT 4
# | #define SIZEOF_DOUBLE 8
# | #define SIZEOF_LONG_DOUBLE 16
# | #define SIZEOF_INTP 8
# | #define SIZEOF_FP 8
# | #define PPL_CAN_CONTROL_FPU 0
# | #define PPL_CXX_PLAIN_CHAR_IS_SIGNED 1
# | #define PPL_CXX_PROVIDES_PROPER_LONG_DOUBLE 1
# | #define PPL_CXX_FLOAT_BINARY_FORMAT PPL_FLOAT_IEEE754_SINGLE
# | #define PPL_SUPPORTED_FLOAT 0
# | #define PPL_CXX_DOUBLE_BINARY_FORMAT PPL_FLOAT_IEEE754_DOUBLE
# | #define PPL_SUPPORTED_DOUBLE 0
# | #define PPL_CXX_LONG_DOUBLE_BINARY_FORMAT PPL_FLOAT_INTEL_DOUBLE_EXTENDED
# | #define PPL_SUPPORTED_LONG_DOUBLE 0
# | #define PPL_CXX_SUPPORTS_ZERO_LENGTH_ARRAYS 1
# | #define PPL_CXX_SUPPORTS_IEEE_INEXACT_FLAG 0
# | #define PPL_CXX_SUPPORTS_ATTRIBUTE_WEAK 1
# | #define HAVE_FENV_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DECL_FFS 1
# | #define HAVE_DECL_GETENV 1
# | #define HAVE_DECL_STRTOF 1
# | #define HAVE_DECL_STRTOD 1
# | #define HAVE_DECL_STRTOLD 1
# | #define HAVE_DECL_STRTOLL 1
# | #define HAVE_DECL_STRTOULL 1
# | #define HAVE_DECL_FMA 1
# | #define HAVE_DECL_FMAF 1
# | #define HAVE_DECL_FMAL 1
# | #define HAVE_DECL_RINTF 1
# | #define HAVE_DECL_RINTL 1
# | #define HAVE_INT_FAST16_T 1
# | #define HAVE_INT_FAST32_T 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((int_fast64_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:9634: result: yes
# configure:9643: checking for uint_fast16_t
# configure:9643: clang++ -c -g -O2 conftest.cpp >&5
# configure:9643: $? = 0
# configure:9643: clang++ -c -g -O2 conftest.cpp >&5
# conftest.cpp:110:28: error: expected expression
# if (sizeof ((uint_fast16_t)))
# ^
# 1 error generated.
# configure:9643: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "the Parma Polyhedra Library"
# | #define PACKAGE_TARNAME "ppl"
# | #define PACKAGE_VERSION "1.2"
# | #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
# | #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
# | #define PACKAGE_URL ""
# | #define PPL_CONFIGURE_OPTIONS " '--host=x86_64-unknown-linux' '--prefix=/usr' '--enable-interfaces=c,cxx' 'host_alias=x86_64-unknown-linux' 'CC=clang' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=clang++' 'CXXFLAGS='"
# | #define PPL_NDEBUG 1
# | #define PPL_FPMATH_MAY_USE_387 1
# | #define PPL_FPMATH_MAY_USE_SSE 1
# | #define PPL_COEFFICIENT_TYPE mpz_class
# | #define PPL_COEFFICIENT_BITS 0
# | #define PPL_GMP_INTEGERS 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_TYPEOF 1
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_FLOAT 4
# | #define SIZEOF_DOUBLE 8
# | #define SIZEOF_LONG_DOUBLE 16
# | #define SIZEOF_INTP 8
# | #define SIZEOF_FP 8
# | #define PPL_CAN_CONTROL_FPU 0
# | #define PPL_CXX_PLAIN_CHAR_IS_SIGNED 1
# | #define PPL_CXX_PROVIDES_PROPER_LONG_DOUBLE 1
# | #define PPL_CXX_FLOAT_BINARY_FORMAT PPL_FLOAT_IEEE754_SINGLE
# | #define PPL_SUPPORTED_FLOAT 0
# | #define PPL_CXX_DOUBLE_BINARY_FORMAT PPL_FLOAT_IEEE754_DOUBLE
# | #define PPL_SUPPORTED_DOUBLE 0
# | #define PPL_CXX_LONG_DOUBLE_BINARY_FORMAT PPL_FLOAT_INTEL_DOUBLE_EXTENDED
# | #define PPL_SUPPORTED_LONG_DOUBLE 0
# | #define PPL_CXX_SUPPORTS_ZERO_LENGTH_ARRAYS 1
# | #define PPL_CXX_SUPPORTS_IEEE_INEXACT_FLAG 0
# | #define PPL_CXX_SUPPORTS_ATTRIBUTE_WEAK 1
# | #define HAVE_FENV_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DECL_FFS 1
# | #define HAVE_DECL_GETENV 1
# | #define HAVE_DECL_STRTOF 1
# | #define HAVE_DECL_STRTOD 1
# | #define HAVE_DECL_STRTOLD 1
# | #define HAVE_DECL_STRTOLL 1
# | #define HAVE_DECL_STRTOULL 1
# | #define HAVE_DECL_FMA 1
# | #define HAVE_DECL_FMAF 1
# | #define HAVE_DECL_FMAL 1
# | #define HAVE_DECL_RINTF 1
# | #define HAVE_DECL_RINTL 1
# | #define HAVE_INT_FAST16_T 1
# | #define HAVE_INT_FAST32_T 1
# | #define HAVE_INT_FAST64_T 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((uint_fast16_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:9643: result: yes
# configure:9652: checking for uint_fast32_t
# configure:9652: clang++ -c -g -O2 conftest.cpp >&5
# configure:9652: $? = 0
# configure:9652: clang++ -c -g -O2 conftest.cpp >&5
# conftest.cpp:111:28: error: expected expression
# if (sizeof ((uint_fast32_t)))
# ^
# 1 error generated.
# configure:9652: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "the Parma Polyhedra Library"
# | #define PACKAGE_TARNAME "ppl"
# | #define PACKAGE_VERSION "1.2"
# | #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
# | #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
# | #define PACKAGE_URL ""
# | #define PPL_CONFIGURE_OPTIONS " '--host=x86_64-unknown-linux' '--prefix=/usr' '--enable-interfaces=c,cxx' 'host_alias=x86_64-unknown-linux' 'CC=clang' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=clang++' 'CXXFLAGS='"
# | #define PPL_NDEBUG 1
# | #define PPL_FPMATH_MAY_USE_387 1
# | #define PPL_FPMATH_MAY_USE_SSE 1
# | #define PPL_COEFFICIENT_TYPE mpz_class
# | #define PPL_COEFFICIENT_BITS 0
# | #define PPL_GMP_INTEGERS 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_TYPEOF 1
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_FLOAT 4
# | #define SIZEOF_DOUBLE 8
# | #define SIZEOF_LONG_DOUBLE 16
# | #define SIZEOF_INTP 8
# | #define SIZEOF_FP 8
# | #define PPL_CAN_CONTROL_FPU 0
# | #define PPL_CXX_PLAIN_CHAR_IS_SIGNED 1
# | #define PPL_CXX_PROVIDES_PROPER_LONG_DOUBLE 1
# | #define PPL_CXX_FLOAT_BINARY_FORMAT PPL_FLOAT_IEEE754_SINGLE
# | #define PPL_SUPPORTED_FLOAT 0
# | #define PPL_CXX_DOUBLE_BINARY_FORMAT PPL_FLOAT_IEEE754_DOUBLE
# | #define PPL_SUPPORTED_DOUBLE 0
# | #define PPL_CXX_LONG_DOUBLE_BINARY_FORMAT PPL_FLOAT_INTEL_DOUBLE_EXTENDED
# | #define PPL_SUPPORTED_LONG_DOUBLE 0
# | #define PPL_CXX_SUPPORTS_ZERO_LENGTH_ARRAYS 1
# | #define PPL_CXX_SUPPORTS_IEEE_INEXACT_FLAG 0
# | #define PPL_CXX_SUPPORTS_ATTRIBUTE_WEAK 1
# | #define HAVE_FENV_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DECL_FFS 1
# | #define HAVE_DECL_GETENV 1
# | #define HAVE_DECL_STRTOF 1
# | #define HAVE_DECL_STRTOD 1
# | #define HAVE_DECL_STRTOLD 1
# | #define HAVE_DECL_STRTOLL 1
# | #define HAVE_DECL_STRTOULL 1
# | #define HAVE_DECL_FMA 1
# | #define HAVE_DECL_FMAF 1
# | #define HAVE_DECL_FMAL 1
# | #define HAVE_DECL_RINTF 1
# | #define HAVE_DECL_RINTL 1
# | #define HAVE_INT_FAST16_T 1
# | #define HAVE_INT_FAST32_T 1
# | #define HAVE_INT_FAST64_T 1
# | #define HAVE_UINT_FAST16_T 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((uint_fast32_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:9652: result: yes
# configure:9661: checking for uint_fast64_t
# configure:9661: clang++ -c -g -O2 conftest.cpp >&5
# configure:9661: $? = 0
# configure:9661: clang++ -c -g -O2 conftest.cpp >&5
# conftest.cpp:112:28: error: expected expression
# if (sizeof ((uint_fast64_t)))
# ^
# 1 error generated.
# configure:9661: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "the Parma Polyhedra Library"
# | #define PACKAGE_TARNAME "ppl"
# | #define PACKAGE_VERSION "1.2"
# | #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
# | #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
# | #define PACKAGE_URL ""
# | #define PPL_CONFIGURE_OPTIONS " '--host=x86_64-unknown-linux' '--prefix=/usr' '--enable-interfaces=c,cxx' 'host_alias=x86_64-unknown-linux' 'CC=clang' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=clang++' 'CXXFLAGS='"
# | #define PPL_NDEBUG 1
# | #define PPL_FPMATH_MAY_USE_387 1
# | #define PPL_FPMATH_MAY_USE_SSE 1
# | #define PPL_COEFFICIENT_TYPE mpz_class
# | #define PPL_COEFFICIENT_BITS 0
# | #define PPL_GMP_INTEGERS 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_TYPEOF 1
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_FLOAT 4
# | #define SIZEOF_DOUBLE 8
# | #define SIZEOF_LONG_DOUBLE 16
# | #define SIZEOF_INTP 8
# | #define SIZEOF_FP 8
# | #define PPL_CAN_CONTROL_FPU 0
# | #define PPL_CXX_PLAIN_CHAR_IS_SIGNED 1
# | #define PPL_CXX_PROVIDES_PROPER_LONG_DOUBLE 1
# | #define PPL_CXX_FLOAT_BINARY_FORMAT PPL_FLOAT_IEEE754_SINGLE
# | #define PPL_SUPPORTED_FLOAT 0
# | #define PPL_CXX_DOUBLE_BINARY_FORMAT PPL_FLOAT_IEEE754_DOUBLE
# | #define PPL_SUPPORTED_DOUBLE 0
# | #define PPL_CXX_LONG_DOUBLE_BINARY_FORMAT PPL_FLOAT_INTEL_DOUBLE_EXTENDED
# | #define PPL_SUPPORTED_LONG_DOUBLE 0
# | #define PPL_CXX_SUPPORTS_ZERO_LENGTH_ARRAYS 1
# | #define PPL_CXX_SUPPORTS_IEEE_INEXACT_FLAG 0
# | #define PPL_CXX_SUPPORTS_ATTRIBUTE_WEAK 1
# | #define HAVE_FENV_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DECL_FFS 1
# | #define HAVE_DECL_GETENV 1
# | #define HAVE_DECL_STRTOF 1
# | #define HAVE_DECL_STRTOD 1
# | #define HAVE_DECL_STRTOLD 1
# | #define HAVE_DECL_STRTOLL 1
# | #define HAVE_DECL_STRTOULL 1
# | #define HAVE_DECL_FMA 1
# | #define HAVE_DECL_FMAF 1
# | #define HAVE_DECL_FMAL 1
# | #define HAVE_DECL_RINTF 1
# | #define HAVE_DECL_RINTL 1
# | #define HAVE_INT_FAST16_T 1
# | #define HAVE_INT_FAST32_T 1
# | #define HAVE_INT_FAST64_T 1
# | #define HAVE_UINT_FAST16_T 1
# | #define HAVE_UINT_FAST32_T 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((uint_fast64_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:9661: result: yes
# configure:9675: checking for uintptr_t
# configure:9675: clang++ -c -g -O2 conftest.cpp >&5
# configure:9675: $? = 0
# configure:9675: clang++ -c -g -O2 conftest.cpp >&5
# conftest.cpp:113:24: error: expected expression
# if (sizeof ((uintptr_t)))
# ^
# 1 error generated.
# configure:9675: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "the Parma Polyhedra Library"
# | #define PACKAGE_TARNAME "ppl"
# | #define PACKAGE_VERSION "1.2"
# | #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
# | #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
# | #define PACKAGE_URL ""
# | #define PPL_CONFIGURE_OPTIONS " '--host=x86_64-unknown-linux' '--prefix=/usr' '--enable-interfaces=c,cxx' 'host_alias=x86_64-unknown-linux' 'CC=clang' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=clang++' 'CXXFLAGS='"
# | #define PPL_NDEBUG 1
# | #define PPL_FPMATH_MAY_USE_387 1
# | #define PPL_FPMATH_MAY_USE_SSE 1
# | #define PPL_COEFFICIENT_TYPE mpz_class
# | #define PPL_COEFFICIENT_BITS 0
# | #define PPL_GMP_INTEGERS 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_TYPEOF 1
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_FLOAT 4
# | #define SIZEOF_DOUBLE 8
# | #define SIZEOF_LONG_DOUBLE 16
# | #define SIZEOF_INTP 8
# | #define SIZEOF_FP 8
# | #define PPL_CAN_CONTROL_FPU 0
# | #define PPL_CXX_PLAIN_CHAR_IS_SIGNED 1
# | #define PPL_CXX_PROVIDES_PROPER_LONG_DOUBLE 1
# | #define PPL_CXX_FLOAT_BINARY_FORMAT PPL_FLOAT_IEEE754_SINGLE
# | #define PPL_SUPPORTED_FLOAT 0
# | #define PPL_CXX_DOUBLE_BINARY_FORMAT PPL_FLOAT_IEEE754_DOUBLE
# | #define PPL_SUPPORTED_DOUBLE 0
# | #define PPL_CXX_LONG_DOUBLE_BINARY_FORMAT PPL_FLOAT_INTEL_DOUBLE_EXTENDED
# | #define PPL_SUPPORTED_LONG_DOUBLE 0
# | #define PPL_CXX_SUPPORTS_ZERO_LENGTH_ARRAYS 1
# | #define PPL_CXX_SUPPORTS_IEEE_INEXACT_FLAG 0
# | #define PPL_CXX_SUPPORTS_ATTRIBUTE_WEAK 1
# | #define HAVE_FENV_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DECL_FFS 1
# | #define HAVE_DECL_GETENV 1
# | #define HAVE_DECL_STRTOF 1
# | #define HAVE_DECL_STRTOD 1
# | #define HAVE_DECL_STRTOLD 1
# | #define HAVE_DECL_STRTOLL 1
# | #define HAVE_DECL_STRTOULL 1
# | #define HAVE_DECL_FMA 1
# | #define HAVE_DECL_FMAF 1
# | #define HAVE_DECL_FMAL 1
# | #define HAVE_DECL_RINTF 1
# | #define HAVE_DECL_RINTL 1
# | #define HAVE_INT_FAST16_T 1
# | #define HAVE_INT_FAST32_T 1
# | #define HAVE_INT_FAST64_T 1
# | #define HAVE_UINT_FAST16_T 1
# | #define HAVE_UINT_FAST32_T 1
# | #define HAVE_UINT_FAST64_T 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((uintptr_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:9675: result: yes
# configure:9761: checking how to print strings
# configure:9788: result: printf
# configure:9809: checking for a sed that does not truncate output
# configure:9873: result: /usr/bin/sed
# configure:9921: checking for ld used by clang
# configure:9988: result: /usr/bin/ld
# configure:9995: checking if the linker (/usr/bin/ld) is GNU ld
# configure:10010: result: yes
# configure:10022: checking for BSD- or MS-compatible name lister (nm)
# configure:10071: result: no
# configure:10085: checking for x86_64-unknown-linux-dumpbin
# configure:10115: result: no
# configure:10085: checking for x86_64-unknown-linux-link
# configure:10115: result: no
# configure:10129: checking for dumpbin
# configure:10159: result: no
# configure:10129: checking for link
# configure:10145: found /usr/bin/link
# configure:10156: result: link -dump
# configure:10201: checking the name lister (nm) interface
# configure:10208: clang++ -c -g -O2 conftest.cpp >&5
# configure:10211: nm "conftest.o"
# configure:10214: output
# 0000000000000000 B some_variable
# configure:10221: result: BSD nm
# configure:10224: checking whether ln -s works
# configure:10228: result: yes
# configure:10236: checking the maximum length of command line arguments
# configure:10366: result: 1572864
# configure:10383: checking whether the shell understands some XSI constructs
# configure:10393: result: yes
# configure:10397: checking whether the shell understands "+="
# configure:10403: result: yes
# configure:10438: checking how to convert x86_64-pc-linux-gnu file names to x86_64-unknown-linux-gnu format
# configure:10478: result: func_convert_file_noop
# configure:10485: checking how to convert x86_64-pc-linux-gnu file names to toolchain format
# configure:10505: result: func_convert_file_noop
# configure:10512: checking for /usr/bin/ld option to reload object files
# configure:10519: result: -r
# configure:10553: checking for x86_64-unknown-linux-objdump
# configure:10583: result: no
# configure:10593: checking for objdump
# configure:10609: found /usr/bin/objdump
# configure:10620: result: objdump
# configure:10652: checking how to recognize dependent libraries
# configure:10854: result: pass_all
# configure:10899: checking for x86_64-unknown-linux-dlltool
# configure:10929: result: no
# configure:10939: checking for dlltool
# configure:10969: result: no
# configure:10999: checking how to associate runtime and link libraries
# configure:11026: result: printf %s\n
# configure:11042: checking for x86_64-unknown-linux-ar
# configure:11072: result: no
# configure:11086: checking for ar
# configure:11102: found /usr/bin/ar
# configure:11113: result: ar
# configure:11150: checking for archiver @FILE support
# configure:11167: clang++ -c -g -O2 conftest.cpp >&5
# configure:11167: $? = 0
# configure:11170: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# configure:11173: $? = 0
# configure:11178: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# ar: conftest.o: No such file or directory
# configure:11181: $? = 1
# configure:11193: result: @
# configure:11211: checking for x86_64-unknown-linux-strip
# configure:11238: result: strip
# configure:11310: checking for x86_64-unknown-linux-ranlib
# configure:11340: result: no
# configure:11350: checking for ranlib
# configure:11366: found /usr/bin/ranlib
# configure:11377: result: ranlib
# configure:11479: checking command to parse nm output from clang object
# configure:11599: clang++ -c -g -O2 conftest.cpp >&5
# configure:11602: $? = 0
# configure:11606: nm conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
# configure:11609: $? = 0
# configure:11675: clang++ -o conftest -g -O2 conftest.cpp conftstm.o >&5
# configure:11678: $? = 0
# configure:11716: result: ok
# configure:11753: checking for sysroot
# configure:11783: result: no
# configure:11860: clang++ -c -g -O2 conftest.cpp >&5
# configure:11863: $? = 0
# configure:11999: checking for x86_64-unknown-linux-mt
# configure:12029: result: no
# configure:12039: checking for mt
# configure:12069: result: no
# configure:12089: checking if : is a manifest tool
# configure:12095: : '-?'
# configure:12103: result: no
# configure:12742: checking for dlfcn.h
# configure:12742: clang++ -c -g -O2 conftest.cpp >&5
# configure:12742: $? = 0
# configure:12742: result: yes
# configure:12957: checking for objdir
# configure:12972: result: .libs
# configure:13243: checking if clang supports -fno-rtti -fno-exceptions
# configure:13261: clang -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
# configure:13265: $? = 0
# configure:13278: result: yes
# configure:13605: checking for clang option to produce PIC
# configure:13612: result: -fPIC -DPIC
# configure:13620: checking if clang PIC flag -fPIC -DPIC works
# configure:13638: clang -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
# configure:13642: $? = 0
# configure:13655: result: yes
# configure:13684: checking if clang static flag -static works
# configure:13712: result: yes
# configure:13727: checking if clang supports -c -o file.o
# configure:13748: clang -c -g -O2 -o out/conftest2.o conftest.c >&5
# configure:13752: $? = 0
# configure:13774: result: yes
# configure:13782: checking if clang supports -c -o file.o
# configure:13829: result: yes
# configure:13862: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:15015: result: yes
# configure:15052: checking whether -lc should be explicitly linked in
# configure:15060: clang -c -g -O2 conftest.c >&5
# configure:15063: $? = 0
# configure:15078: clang -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
# configure:15081: $? = 0
# configure:15095: result: no
# configure:15255: checking dynamic linker characteristics
# configure:15766: clang -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:15766: $? = 0
# configure:15988: result: GNU/Linux ld.so
# configure:16095: checking how to hardcode library paths into programs
# configure:16120: result: immediate
# configure:16214: checking for shl_load
# configure:16214: clang -o conftest -g -O2 conftest.c >&5
# /tmp/conftest-3cc755.o: In function `main':
# /tmp/ppl/src/ppl-1.2/conftest.c:114: undefined reference to `shl_load'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:16214: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "the Parma Polyhedra Library"
# | #define PACKAGE_TARNAME "ppl"
# | #define PACKAGE_VERSION "1.2"
# | #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
# | #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
# | #define PACKAGE_URL ""
# | #define PPL_CONFIGURE_OPTIONS " '--host=x86_64-unknown-linux' '--prefix=/usr' '--enable-interfaces=c,cxx' 'host_alias=x86_64-unknown-linux' 'CC=clang' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=clang++' 'CXXFLAGS='"
# | #define PPL_NDEBUG 1
# | #define PPL_FPMATH_MAY_USE_387 1
# | #define PPL_FPMATH_MAY_USE_SSE 1
# | #define PPL_COEFFICIENT_TYPE mpz_class
# | #define PPL_COEFFICIENT_BITS 0
# | #define PPL_GMP_INTEGERS 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_TYPEOF 1
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_FLOAT 4
# | #define SIZEOF_DOUBLE 8
# | #define SIZEOF_LONG_DOUBLE 16
# | #define SIZEOF_INTP 8
# | #define SIZEOF_FP 8
# | #define PPL_CAN_CONTROL_FPU 0
# | #define PPL_CXX_PLAIN_CHAR_IS_SIGNED 1
# | #define PPL_CXX_PROVIDES_PROPER_LONG_DOUBLE 1
# | #define PPL_CXX_FLOAT_BINARY_FORMAT PPL_FLOAT_IEEE754_SINGLE
# | #define PPL_SUPPORTED_FLOAT 0
# | #define PPL_CXX_DOUBLE_BINARY_FORMAT PPL_FLOAT_IEEE754_DOUBLE
# | #define PPL_SUPPORTED_DOUBLE 0
# | #define PPL_CXX_LONG_DOUBLE_BINARY_FORMAT PPL_FLOAT_INTEL_DOUBLE_EXTENDED
# | #define PPL_SUPPORTED_LONG_DOUBLE 0
# | #define PPL_CXX_SUPPORTS_ZERO_LENGTH_ARRAYS 1
# | #define PPL_CXX_SUPPORTS_IEEE_INEXACT_FLAG 0
# | #define PPL_CXX_SUPPORTS_ATTRIBUTE_WEAK 1
# | #define HAVE_FENV_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DECL_FFS 1
# | #define HAVE_DECL_GETENV 1
# | #define HAVE_DECL_STRTOF 1
# | #define HAVE_DECL_STRTOD 1
# | #define HAVE_DECL_STRTOLD 1
# | #define HAVE_DECL_STRTOLL 1
# | #define HAVE_DECL_STRTOULL 1
# | #define HAVE_DECL_FMA 1
# | #define HAVE_DECL_FMAF 1
# | #define HAVE_DECL_FMAL 1
# | #define HAVE_DECL_RINTF 1
# | #define HAVE_DECL_RINTL 1
# | #define HAVE_INT_FAST16_T 1
# | #define HAVE_INT_FAST32_T 1
# | #define HAVE_INT_FAST64_T 1
# | #define HAVE_UINT_FAST16_T 1
# | #define HAVE_UINT_FAST32_T 1
# | #define HAVE_UINT_FAST64_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | /* Define shl_load to an innocuous variant, in case declares shl_load.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define shl_load innocuous_shl_load
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char shl_load (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef shl_load
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char shl_load ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_shl_load || defined __stub___shl_load
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return shl_load ();
# | ;
# | return 0;
# | }
# configure:16214: result: no
# configure:16218: checking for shl_load in -ldld
# configure:16243: clang -o conftest -g -O2 conftest.c -ldld >&5
# /usr/bin/ld: cannot find -ldld
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:16243: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "the Parma Polyhedra Library"
# | #define PACKAGE_TARNAME "ppl"
# | #define PACKAGE_VERSION "1.2"
# | #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
# | #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
# | #define PACKAGE_URL ""
# | #define PPL_CONFIGURE_OPTIONS " '--host=x86_64-unknown-linux' '--prefix=/usr' '--enable-interfaces=c,cxx' 'host_alias=x86_64-unknown-linux' 'CC=clang' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=clang++' 'CXXFLAGS='"
# | #define PPL_NDEBUG 1
# | #define PPL_FPMATH_MAY_USE_387 1
# | #define PPL_FPMATH_MAY_USE_SSE 1
# | #define PPL_COEFFICIENT_TYPE mpz_class
# | #define PPL_COEFFICIENT_BITS 0
# | #define PPL_GMP_INTEGERS 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_TYPEOF 1
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_FLOAT 4
# | #define SIZEOF_DOUBLE 8
# | #define SIZEOF_LONG_DOUBLE 16
# | #define SIZEOF_INTP 8
# | #define SIZEOF_FP 8
# | #define PPL_CAN_CONTROL_FPU 0
# | #define PPL_CXX_PLAIN_CHAR_IS_SIGNED 1
# | #define PPL_CXX_PROVIDES_PROPER_LONG_DOUBLE 1
# | #define PPL_CXX_FLOAT_BINARY_FORMAT PPL_FLOAT_IEEE754_SINGLE
# | #define PPL_SUPPORTED_FLOAT 0
# | #define PPL_CXX_DOUBLE_BINARY_FORMAT PPL_FLOAT_IEEE754_DOUBLE
# | #define PPL_SUPPORTED_DOUBLE 0
# | #define PPL_CXX_LONG_DOUBLE_BINARY_FORMAT PPL_FLOAT_INTEL_DOUBLE_EXTENDED
# | #define PPL_SUPPORTED_LONG_DOUBLE 0
# | #define PPL_CXX_SUPPORTS_ZERO_LENGTH_ARRAYS 1
# | #define PPL_CXX_SUPPORTS_IEEE_INEXACT_FLAG 0
# | #define PPL_CXX_SUPPORTS_ATTRIBUTE_WEAK 1
# | #define HAVE_FENV_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DECL_FFS 1
# | #define HAVE_DECL_GETENV 1
# | #define HAVE_DECL_STRTOF 1
# | #define HAVE_DECL_STRTOD 1
# | #define HAVE_DECL_STRTOLD 1
# | #define HAVE_DECL_STRTOLL 1
# | #define HAVE_DECL_STRTOULL 1
# | #define HAVE_DECL_FMA 1
# | #define HAVE_DECL_FMAF 1
# | #define HAVE_DECL_FMAL 1
# | #define HAVE_DECL_RINTF 1
# | #define HAVE_DECL_RINTL 1
# | #define HAVE_INT_FAST16_T 1
# | #define HAVE_INT_FAST32_T 1
# | #define HAVE_INT_FAST64_T 1
# | #define HAVE_UINT_FAST16_T 1
# | #define HAVE_UINT_FAST32_T 1
# | #define HAVE_UINT_FAST64_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char shl_load ();
# | int
# | main ()
# | {
# | return shl_load ();
# | ;
# | return 0;
# | }
# configure:16252: result: no
# configure:16257: checking for dlopen
# configure:16257: clang -o conftest -g -O2 conftest.c >&5
# /tmp/conftest-0c94cc.o: In function `main':
# /tmp/ppl/src/ppl-1.2/conftest.c:114: undefined reference to `dlopen'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:16257: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "the Parma Polyhedra Library"
# | #define PACKAGE_TARNAME "ppl"
# | #define PACKAGE_VERSION "1.2"
# | #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
# | #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
# | #define PACKAGE_URL ""
# | #define PPL_CONFIGURE_OPTIONS " '--host=x86_64-unknown-linux' '--prefix=/usr' '--enable-interfaces=c,cxx' 'host_alias=x86_64-unknown-linux' 'CC=clang' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=clang++' 'CXXFLAGS='"
# | #define PPL_NDEBUG 1
# | #define PPL_FPMATH_MAY_USE_387 1
# | #define PPL_FPMATH_MAY_USE_SSE 1
# | #define PPL_COEFFICIENT_TYPE mpz_class
# | #define PPL_COEFFICIENT_BITS 0
# | #define PPL_GMP_INTEGERS 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_TYPEOF 1
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_FLOAT 4
# | #define SIZEOF_DOUBLE 8
# | #define SIZEOF_LONG_DOUBLE 16
# | #define SIZEOF_INTP 8
# | #define SIZEOF_FP 8
# | #define PPL_CAN_CONTROL_FPU 0
# | #define PPL_CXX_PLAIN_CHAR_IS_SIGNED 1
# | #define PPL_CXX_PROVIDES_PROPER_LONG_DOUBLE 1
# | #define PPL_CXX_FLOAT_BINARY_FORMAT PPL_FLOAT_IEEE754_SINGLE
# | #define PPL_SUPPORTED_FLOAT 0
# | #define PPL_CXX_DOUBLE_BINARY_FORMAT PPL_FLOAT_IEEE754_DOUBLE
# | #define PPL_SUPPORTED_DOUBLE 0
# | #define PPL_CXX_LONG_DOUBLE_BINARY_FORMAT PPL_FLOAT_INTEL_DOUBLE_EXTENDED
# | #define PPL_SUPPORTED_LONG_DOUBLE 0
# | #define PPL_CXX_SUPPORTS_ZERO_LENGTH_ARRAYS 1
# | #define PPL_CXX_SUPPORTS_IEEE_INEXACT_FLAG 0
# | #define PPL_CXX_SUPPORTS_ATTRIBUTE_WEAK 1
# | #define HAVE_FENV_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DECL_FFS 1
# | #define HAVE_DECL_GETENV 1
# | #define HAVE_DECL_STRTOF 1
# | #define HAVE_DECL_STRTOD 1
# | #define HAVE_DECL_STRTOLD 1
# | #define HAVE_DECL_STRTOLL 1
# | #define HAVE_DECL_STRTOULL 1
# | #define HAVE_DECL_FMA 1
# | #define HAVE_DECL_FMAF 1
# | #define HAVE_DECL_FMAL 1
# | #define HAVE_DECL_RINTF 1
# | #define HAVE_DECL_RINTL 1
# | #define HAVE_INT_FAST16_T 1
# | #define HAVE_INT_FAST32_T 1
# | #define HAVE_INT_FAST64_T 1
# | #define HAVE_UINT_FAST16_T 1
# | #define HAVE_UINT_FAST32_T 1
# | #define HAVE_UINT_FAST64_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | /* Define dlopen to an innocuous variant, in case declares dlopen.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define dlopen innocuous_dlopen
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char dlopen (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef dlopen
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char dlopen ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_dlopen || defined __stub___dlopen
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return dlopen ();
# | ;
# | return 0;
# | }
# configure:16257: result: no
# configure:16261: checking for dlopen in -ldl
# configure:16286: clang -o conftest -g -O2 conftest.c -ldl >&5
# configure:16286: $? = 0
# configure:16295: result: yes
# configure:16414: checking whether a program can dlopen itself
# configure:16494: clang -o conftest -g -O2 -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c -ldl >&5
# configure:16497: $? = 0
# configure:16515: result: yes
# configure:16520: checking whether a statically linked program can dlopen itself
# configure:16600: clang -o conftest -g -O2 -DHAVE_DLFCN_H -Wl,--export-dynamic -static conftest.c -ldl >&5
# /tmp/conftest-8cf9da.o: In function `main':
# /tmp/ppl/src/ppl-1.2/configure:16579: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
# /usr/bin/ld: dynamic STT_GNU_IFUNC symbol `strcmp' with pointer equality in `/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/libc.a(strcmp.o)' can not be used when making an executable; recompile with -fPIE and relink with -pie
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:16603: $? = 1
# configure:16621: result: no
# configure:16660: checking whether stripping libraries is possible
# configure:16665: result: yes
# configure:16700: checking if libtool supports shared libraries
# configure:16702: result: yes
# configure:16705: checking whether to build shared libraries
# configure:16726: result: yes
# configure:16729: checking whether to build static libraries
# configure:16733: result: yes
# configure:16756: checking how to run the C++ preprocessor
# configure:16822: result: clang++ -E
# configure:16842: clang++ -E conftest.cpp
# configure:16842: $? = 0
# configure:16856: clang++ -E conftest.cpp
# conftest.cpp:80:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:16856: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "the Parma Polyhedra Library"
# | #define PACKAGE_TARNAME "ppl"
# | #define PACKAGE_VERSION "1.2"
# | #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
# | #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
# | #define PACKAGE_URL ""
# | #define PPL_CONFIGURE_OPTIONS " '--host=x86_64-unknown-linux' '--prefix=/usr' '--enable-interfaces=c,cxx' 'host_alias=x86_64-unknown-linux' 'CC=clang' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=clang++' 'CXXFLAGS='"
# | #define PPL_NDEBUG 1
# | #define PPL_FPMATH_MAY_USE_387 1
# | #define PPL_FPMATH_MAY_USE_SSE 1
# | #define PPL_COEFFICIENT_TYPE mpz_class
# | #define PPL_COEFFICIENT_BITS 0
# | #define PPL_GMP_INTEGERS 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_TYPEOF 1
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_FLOAT 4
# | #define SIZEOF_DOUBLE 8
# | #define SIZEOF_LONG_DOUBLE 16
# | #define SIZEOF_INTP 8
# | #define SIZEOF_FP 8
# | #define PPL_CAN_CONTROL_FPU 0
# | #define PPL_CXX_PLAIN_CHAR_IS_SIGNED 1
# | #define PPL_CXX_PROVIDES_PROPER_LONG_DOUBLE 1
# | #define PPL_CXX_FLOAT_BINARY_FORMAT PPL_FLOAT_IEEE754_SINGLE
# | #define PPL_SUPPORTED_FLOAT 0
# | #define PPL_CXX_DOUBLE_BINARY_FORMAT PPL_FLOAT_IEEE754_DOUBLE
# | #define PPL_SUPPORTED_DOUBLE 0
# | #define PPL_CXX_LONG_DOUBLE_BINARY_FORMAT PPL_FLOAT_INTEL_DOUBLE_EXTENDED
# | #define PPL_SUPPORTED_LONG_DOUBLE 0
# | #define PPL_CXX_SUPPORTS_ZERO_LENGTH_ARRAYS 1
# | #define PPL_CXX_SUPPORTS_IEEE_INEXACT_FLAG 0
# | #define PPL_CXX_SUPPORTS_ATTRIBUTE_WEAK 1
# | #define HAVE_FENV_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DECL_FFS 1
# | #define HAVE_DECL_GETENV 1
# | #define HAVE_DECL_STRTOF 1
# | #define HAVE_DECL_STRTOD 1
# | #define HAVE_DECL_STRTOLD 1
# | #define HAVE_DECL_STRTOLL 1
# | #define HAVE_DECL_STRTOULL 1
# | #define HAVE_DECL_FMA 1
# | #define HAVE_DECL_FMAF 1
# | #define HAVE_DECL_FMAL 1
# | #define HAVE_DECL_RINTF 1
# | #define HAVE_DECL_RINTL 1
# | #define HAVE_INT_FAST16_T 1
# | #define HAVE_INT_FAST32_T 1
# | #define HAVE_INT_FAST64_T 1
# | #define HAVE_UINT_FAST16_T 1
# | #define HAVE_UINT_FAST32_T 1
# | #define HAVE_UINT_FAST64_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | #include
# configure:17025: checking for ld used by clang++
# configure:17092: result: /usr/bin/ld -m elf_x86_64
# configure:17099: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
# configure:17114: result: yes
# configure:17169: checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:18174: result: yes
# configure:18210: clang++ -c -g -O2 conftest.cpp >&5
# configure:18213: $? = 0
# configure:18733: checking for clang++ option to produce PIC
# configure:18740: result: -fPIC -DPIC
# configure:18748: checking if clang++ PIC flag -fPIC -DPIC works
# configure:18766: clang++ -c -g -O2 -fPIC -DPIC -DPIC conftest.cpp >&5
# configure:18770: $? = 0
# configure:18783: result: yes
# configure:18806: checking if clang++ static flag -static works
# configure:18834: result: yes
# configure:18846: checking if clang++ supports -c -o file.o
# configure:18867: clang++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
# configure:18871: $? = 0
# configure:18893: result: yes
# configure:18898: checking if clang++ supports -c -o file.o
# configure:18945: result: yes
# configure:18975: checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:19011: result: yes
# configure:19152: checking dynamic linker characteristics
# configure:19819: result: GNU/Linux ld.so
# configure:19872: checking how to hardcode library paths into programs
# configure:19897: result: immediate
# configure:19979: creating ./config.lt
#
# ## ------------------ ##
# ## Running config.lt. ##
# ## ------------------ ##
# config.lt:681: creating libtool
# configure:21701: checking for the GMP library version 4.1.3 or above
# configure:21790: ./libtool --mode=link --tag=CXX clang++ -o conftest -g -O2 conftest.cpp -lgmpxx -lgmp >&5
# libtool: link: clang++ -o conftest -g -O2 conftest.cpp -lgmpxx -lgmp
# configure:21790: $? = 0
# configure:21790: ./conftest
# configure:21790: $? = 0
# configure:21791: result: yes
# configure:21813: checking size of mp_limb_t
# configure:21818: ./libtool --mode=link --tag=CXX clang++ -o conftest -g -O2 conftest.cpp -lgmpxx -lgmp >&5
# libtool: link: clang++ -o conftest -g -O2 conftest.cpp -lgmpxx -lgmp
# configure:21818: $? = 0
# configure:21818: ./conftest
# configure:21818: $? = 0
# configure:21833: result: 8
# configure:21844: checking whether GMP has been compiled with support for exceptions
# configure:21884: ./libtool --mode=link --tag=CXX clang++ -o conftest -g -O2 conftest.cpp -lgmpxx -lgmp >&5
# libtool: link: clang++ -o conftest -g -O2 conftest.cpp -lgmpxx -lgmp
# configure:21884: $? = 0
# configure:21884: ./conftest
# configure:21884: $? = 0
# configure:21885: result: yes
# configure:21946: checking for __mpz_struct._mp_alloc
# configure:21946: clang++ -c -g -O2 conftest.cpp >&5
# configure:21946: $? = 0
# configure:21946: result: yes
# configure:21958: checking for __mpz_struct._mp_size
# configure:21958: clang++ -c -g -O2 conftest.cpp >&5
# configure:21958: $? = 0
# configure:21958: result: yes
# configure:21970: checking for __mpz_struct._mp_d
# configure:21970: clang++ -c -g -O2 conftest.cpp >&5
# configure:21970: $? = 0
# configure:21970: result: yes
# configure:21997: checking whether to build the ppl_lcdd program
# configure:22006: result: yes
# configure:22028: checking whether to build the ppl_lpsol program
# configure:22037: result: yes
# configure:22059: checking whether to build the ppl_pips program
# configure:22068: result: yes
# configure:22090: checking whether to build the PPL documentation
# configure:22099: result: yes
# configure:22129: checking which interfaces are enabled
# configure:22187: result: cxx c
# configure:24969: checking for GNU M4 that supports accurate traces
# configure:25008: result: /usr/bin/m4
# configure:25011: checking how m4 supports trace files
# configure:25021: result: --debugfile
# configure:25106: checking which instantiations are enabled
# configure:25156: clang++ -c -g -O2 -I. conftest.cpp >&5
# configure:25156: $? = 0
# configure:25156: clang++ -c -g -O2 -I. conftest.cpp >&5
# configure:25156: $? = 0
# configure:25156: clang++ -c -g -O2 -I. conftest.cpp >&5
# configure:25156: $? = 0
# configure:25156: clang++ -c -g -O2 -I. conftest.cpp >&5
# configure:25156: $? = 0
# configure:25156: clang++ -c -g -O2 -I. conftest.cpp >&5
# configure:25156: $? = 0
# configure:25156: clang++ -c -g -O2 -I. conftest.cpp >&5
# configure:25156: $? = 0
# configure:25156: clang++ -c -g -O2 -I. conftest.cpp >&5
# configure:25156: $? = 0
# configure:25156: clang++ -c -g -O2 -I. conftest.cpp >&5
# configure:25156: $? = 0
# configure:25156: clang++ -c -g -O2 -I. conftest.cpp >&5
# configure:25156: $? = 0
# configure:25156: clang++ -c -g -O2 -I. conftest.cpp >&5
# configure:25156: $? = 0
# configure:25194: result: Polyhedron@Grid@Rational_Box@BD_Shape@BD_Shape@Octagonal_Shape@Octagonal_Shape@Constraints_Product@Pointset_Powerset@Pointset_Powerset
# configure:25200: checking whether tests should be run under Valgrind
# configure:25256: result: no
# configure:25274: checking whether `make check' does a thorough or quick check
# configure:25287: result: quick
# configure:25306: checking for md5sum
# configure:25322: found /usr/bin/md5sum
# configure:25333: result: md5sum
# configure:25352: checking for the text md5sum command
# configure:25360: result: md5sum -t
# configure:25378: checking glpk.h usability
# configure:25378: clang -c -g -O2 conftest.c >&5
# conftest.c:118:10: fatal error: 'glpk.h' file not found
# #include
# ^
# 1 error generated.
# configure:25378: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "the Parma Polyhedra Library"
# | #define PACKAGE_TARNAME "ppl"
# | #define PACKAGE_VERSION "1.2"
# | #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
# | #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
# | #define PACKAGE_URL ""
# | #define PPL_CONFIGURE_OPTIONS " '--host=x86_64-unknown-linux' '--prefix=/usr' '--enable-interfaces=c,cxx' 'host_alias=x86_64-unknown-linux' 'CC=clang' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=clang++' 'CXXFLAGS='"
# | #define PPL_NDEBUG 1
# | #define PPL_FPMATH_MAY_USE_387 1
# | #define PPL_FPMATH_MAY_USE_SSE 1
# | #define PPL_COEFFICIENT_TYPE mpz_class
# | #define PPL_COEFFICIENT_BITS 0
# | #define PPL_GMP_INTEGERS 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_TYPEOF 1
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_FLOAT 4
# | #define SIZEOF_DOUBLE 8
# | #define SIZEOF_LONG_DOUBLE 16
# | #define SIZEOF_INTP 8
# | #define SIZEOF_FP 8
# | #define PPL_CAN_CONTROL_FPU 0
# | #define PPL_CXX_PLAIN_CHAR_IS_SIGNED 1
# | #define PPL_CXX_PROVIDES_PROPER_LONG_DOUBLE 1
# | #define PPL_CXX_FLOAT_BINARY_FORMAT PPL_FLOAT_IEEE754_SINGLE
# | #define PPL_SUPPORTED_FLOAT 0
# | #define PPL_CXX_DOUBLE_BINARY_FORMAT PPL_FLOAT_IEEE754_DOUBLE
# | #define PPL_SUPPORTED_DOUBLE 0
# | #define PPL_CXX_LONG_DOUBLE_BINARY_FORMAT PPL_FLOAT_INTEL_DOUBLE_EXTENDED
# | #define PPL_SUPPORTED_LONG_DOUBLE 0
# | #define PPL_CXX_SUPPORTS_ZERO_LENGTH_ARRAYS 1
# | #define PPL_CXX_SUPPORTS_IEEE_INEXACT_FLAG 0
# | #define PPL_CXX_SUPPORTS_ATTRIBUTE_WEAK 1
# | #define HAVE_FENV_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DECL_FFS 1
# | #define HAVE_DECL_GETENV 1
# | #define HAVE_DECL_STRTOF 1
# | #define HAVE_DECL_STRTOD 1
# | #define HAVE_DECL_STRTOLD 1
# | #define HAVE_DECL_STRTOLL 1
# | #define HAVE_DECL_STRTOULL 1
# | #define HAVE_DECL_FMA 1
# | #define HAVE_DECL_FMAF 1
# | #define HAVE_DECL_FMAL 1
# | #define HAVE_DECL_RINTF 1
# | #define HAVE_DECL_RINTL 1
# | #define HAVE_INT_FAST16_T 1
# | #define HAVE_INT_FAST32_T 1
# | #define HAVE_INT_FAST64_T 1
# | #define HAVE_UINT_FAST16_T 1
# | #define HAVE_UINT_FAST32_T 1
# | #define HAVE_UINT_FAST64_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define SIZEOF_MP_LIMB_T 8
# | #define PPL_GMP_SUPPORTS_EXCEPTIONS 1
# | #define HAVE___MPZ_STRUCT__MP_ALLOC 1
# | #define HAVE___MPZ_STRUCT__MP_SIZE 1
# | #define HAVE___MPZ_STRUCT__MP_D 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:25378: result: no
# configure:25378: checking glpk.h presence
# configure:25378: clang -E conftest.c
# conftest.c:85:10: fatal error: 'glpk.h' file not found
# #include
# ^
# 1 error generated.
# configure:25378: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "the Parma Polyhedra Library"
# | #define PACKAGE_TARNAME "ppl"
# | #define PACKAGE_VERSION "1.2"
# | #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
# | #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
# | #define PACKAGE_URL ""
# | #define PPL_CONFIGURE_OPTIONS " '--host=x86_64-unknown-linux' '--prefix=/usr' '--enable-interfaces=c,cxx' 'host_alias=x86_64-unknown-linux' 'CC=clang' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=clang++' 'CXXFLAGS='"
# | #define PPL_NDEBUG 1
# | #define PPL_FPMATH_MAY_USE_387 1
# | #define PPL_FPMATH_MAY_USE_SSE 1
# | #define PPL_COEFFICIENT_TYPE mpz_class
# | #define PPL_COEFFICIENT_BITS 0
# | #define PPL_GMP_INTEGERS 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_TYPEOF 1
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_FLOAT 4
# | #define SIZEOF_DOUBLE 8
# | #define SIZEOF_LONG_DOUBLE 16
# | #define SIZEOF_INTP 8
# | #define SIZEOF_FP 8
# | #define PPL_CAN_CONTROL_FPU 0
# | #define PPL_CXX_PLAIN_CHAR_IS_SIGNED 1
# | #define PPL_CXX_PROVIDES_PROPER_LONG_DOUBLE 1
# | #define PPL_CXX_FLOAT_BINARY_FORMAT PPL_FLOAT_IEEE754_SINGLE
# | #define PPL_SUPPORTED_FLOAT 0
# | #define PPL_CXX_DOUBLE_BINARY_FORMAT PPL_FLOAT_IEEE754_DOUBLE
# | #define PPL_SUPPORTED_DOUBLE 0
# | #define PPL_CXX_LONG_DOUBLE_BINARY_FORMAT PPL_FLOAT_INTEL_DOUBLE_EXTENDED
# | #define PPL_SUPPORTED_LONG_DOUBLE 0
# | #define PPL_CXX_SUPPORTS_ZERO_LENGTH_ARRAYS 1
# | #define PPL_CXX_SUPPORTS_IEEE_INEXACT_FLAG 0
# | #define PPL_CXX_SUPPORTS_ATTRIBUTE_WEAK 1
# | #define HAVE_FENV_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DECL_FFS 1
# | #define HAVE_DECL_GETENV 1
# | #define HAVE_DECL_STRTOF 1
# | #define HAVE_DECL_STRTOD 1
# | #define HAVE_DECL_STRTOLD 1
# | #define HAVE_DECL_STRTOLL 1
# | #define HAVE_DECL_STRTOULL 1
# | #define HAVE_DECL_FMA 1
# | #define HAVE_DECL_FMAF 1
# | #define HAVE_DECL_FMAL 1
# | #define HAVE_DECL_RINTF 1
# | #define HAVE_DECL_RINTL 1
# | #define HAVE_INT_FAST16_T 1
# | #define HAVE_INT_FAST32_T 1
# | #define HAVE_INT_FAST64_T 1
# | #define HAVE_UINT_FAST16_T 1
# | #define HAVE_UINT_FAST32_T 1
# | #define HAVE_UINT_FAST64_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define SIZEOF_MP_LIMB_T 8
# | #define PPL_GMP_SUPPORTS_EXCEPTIONS 1
# | #define HAVE___MPZ_STRUCT__MP_ALLOC 1
# | #define HAVE___MPZ_STRUCT__MP_SIZE 1
# | #define HAVE___MPZ_STRUCT__MP_D 1
# | /* end confdefs.h. */
# | #include
# configure:25378: result: no
# configure:25378: checking for glpk.h
# configure:25378: result: no
# configure:25378: checking glpk/glpk.h usability
# configure:25378: clang -c -g -O2 conftest.c >&5
# conftest.c:118:10: fatal error: 'glpk/glpk.h' file not found
# #include
# ^
# 1 error generated.
# configure:25378: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "the Parma Polyhedra Library"
# | #define PACKAGE_TARNAME "ppl"
# | #define PACKAGE_VERSION "1.2"
# | #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
# | #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
# | #define PACKAGE_URL ""
# | #define PPL_CONFIGURE_OPTIONS " '--host=x86_64-unknown-linux' '--prefix=/usr' '--enable-interfaces=c,cxx' 'host_alias=x86_64-unknown-linux' 'CC=clang' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=clang++' 'CXXFLAGS='"
# | #define PPL_NDEBUG 1
# | #define PPL_FPMATH_MAY_USE_387 1
# | #define PPL_FPMATH_MAY_USE_SSE 1
# | #define PPL_COEFFICIENT_TYPE mpz_class
# | #define PPL_COEFFICIENT_BITS 0
# | #define PPL_GMP_INTEGERS 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_TYPEOF 1
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_FLOAT 4
# | #define SIZEOF_DOUBLE 8
# | #define SIZEOF_LONG_DOUBLE 16
# | #define SIZEOF_INTP 8
# | #define SIZEOF_FP 8
# | #define PPL_CAN_CONTROL_FPU 0
# | #define PPL_CXX_PLAIN_CHAR_IS_SIGNED 1
# | #define PPL_CXX_PROVIDES_PROPER_LONG_DOUBLE 1
# | #define PPL_CXX_FLOAT_BINARY_FORMAT PPL_FLOAT_IEEE754_SINGLE
# | #define PPL_SUPPORTED_FLOAT 0
# | #define PPL_CXX_DOUBLE_BINARY_FORMAT PPL_FLOAT_IEEE754_DOUBLE
# | #define PPL_SUPPORTED_DOUBLE 0
# | #define PPL_CXX_LONG_DOUBLE_BINARY_FORMAT PPL_FLOAT_INTEL_DOUBLE_EXTENDED
# | #define PPL_SUPPORTED_LONG_DOUBLE 0
# | #define PPL_CXX_SUPPORTS_ZERO_LENGTH_ARRAYS 1
# | #define PPL_CXX_SUPPORTS_IEEE_INEXACT_FLAG 0
# | #define PPL_CXX_SUPPORTS_ATTRIBUTE_WEAK 1
# | #define HAVE_FENV_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DECL_FFS 1
# | #define HAVE_DECL_GETENV 1
# | #define HAVE_DECL_STRTOF 1
# | #define HAVE_DECL_STRTOD 1
# | #define HAVE_DECL_STRTOLD 1
# | #define HAVE_DECL_STRTOLL 1
# | #define HAVE_DECL_STRTOULL 1
# | #define HAVE_DECL_FMA 1
# | #define HAVE_DECL_FMAF 1
# | #define HAVE_DECL_FMAL 1
# | #define HAVE_DECL_RINTF 1
# | #define HAVE_DECL_RINTL 1
# | #define HAVE_INT_FAST16_T 1
# | #define HAVE_INT_FAST32_T 1
# | #define HAVE_INT_FAST64_T 1
# | #define HAVE_UINT_FAST16_T 1
# | #define HAVE_UINT_FAST32_T 1
# | #define HAVE_UINT_FAST64_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define SIZEOF_MP_LIMB_T 8
# | #define PPL_GMP_SUPPORTS_EXCEPTIONS 1
# | #define HAVE___MPZ_STRUCT__MP_ALLOC 1
# | #define HAVE___MPZ_STRUCT__MP_SIZE 1
# | #define HAVE___MPZ_STRUCT__MP_D 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:25378: result: no
# configure:25378: checking glpk/glpk.h presence
# configure:25378: clang -E conftest.c
# conftest.c:85:10: fatal error: 'glpk/glpk.h' file not found
# #include
# ^
# 1 error generated.
# configure:25378: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "the Parma Polyhedra Library"
# | #define PACKAGE_TARNAME "ppl"
# | #define PACKAGE_VERSION "1.2"
# | #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
# | #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
# | #define PACKAGE_URL ""
# | #define PPL_CONFIGURE_OPTIONS " '--host=x86_64-unknown-linux' '--prefix=/usr' '--enable-interfaces=c,cxx' 'host_alias=x86_64-unknown-linux' 'CC=clang' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=clang++' 'CXXFLAGS='"
# | #define PPL_NDEBUG 1
# | #define PPL_FPMATH_MAY_USE_387 1
# | #define PPL_FPMATH_MAY_USE_SSE 1
# | #define PPL_COEFFICIENT_TYPE mpz_class
# | #define PPL_COEFFICIENT_BITS 0
# | #define PPL_GMP_INTEGERS 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_TYPEOF 1
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_FLOAT 4
# | #define SIZEOF_DOUBLE 8
# | #define SIZEOF_LONG_DOUBLE 16
# | #define SIZEOF_INTP 8
# | #define SIZEOF_FP 8
# | #define PPL_CAN_CONTROL_FPU 0
# | #define PPL_CXX_PLAIN_CHAR_IS_SIGNED 1
# | #define PPL_CXX_PROVIDES_PROPER_LONG_DOUBLE 1
# | #define PPL_CXX_FLOAT_BINARY_FORMAT PPL_FLOAT_IEEE754_SINGLE
# | #define PPL_SUPPORTED_FLOAT 0
# | #define PPL_CXX_DOUBLE_BINARY_FORMAT PPL_FLOAT_IEEE754_DOUBLE
# | #define PPL_SUPPORTED_DOUBLE 0
# | #define PPL_CXX_LONG_DOUBLE_BINARY_FORMAT PPL_FLOAT_INTEL_DOUBLE_EXTENDED
# | #define PPL_SUPPORTED_LONG_DOUBLE 0
# | #define PPL_CXX_SUPPORTS_ZERO_LENGTH_ARRAYS 1
# | #define PPL_CXX_SUPPORTS_IEEE_INEXACT_FLAG 0
# | #define PPL_CXX_SUPPORTS_ATTRIBUTE_WEAK 1
# | #define HAVE_FENV_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DECL_FFS 1
# | #define HAVE_DECL_GETENV 1
# | #define HAVE_DECL_STRTOF 1
# | #define HAVE_DECL_STRTOD 1
# | #define HAVE_DECL_STRTOLD 1
# | #define HAVE_DECL_STRTOLL 1
# | #define HAVE_DECL_STRTOULL 1
# | #define HAVE_DECL_FMA 1
# | #define HAVE_DECL_FMAF 1
# | #define HAVE_DECL_FMAL 1
# | #define HAVE_DECL_RINTF 1
# | #define HAVE_DECL_RINTL 1
# | #define HAVE_INT_FAST16_T 1
# | #define HAVE_INT_FAST32_T 1
# | #define HAVE_INT_FAST64_T 1
# | #define HAVE_UINT_FAST16_T 1
# | #define HAVE_UINT_FAST32_T 1
# | #define HAVE_UINT_FAST64_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define SIZEOF_MP_LIMB_T 8
# | #define PPL_GMP_SUPPORTS_EXCEPTIONS 1
# | #define HAVE___MPZ_STRUCT__MP_ALLOC 1
# | #define HAVE___MPZ_STRUCT__MP_SIZE 1
# | #define HAVE___MPZ_STRUCT__MP_D 1
# | /* end confdefs.h. */
# | #include
# configure:25378: result: no
# configure:25378: checking for glpk/glpk.h
# configure:25378: result: no
# configure:25460: checking whether RLIMIT_DATA is declared
# configure:25460: clang++ -c -g -O2 conftest.cpp >&5
# configure:25460: $? = 0
# configure:25460: result: yes
# configure:25475: checking whether RLIMIT_RSS is declared
# configure:25475: clang++ -c -g -O2 conftest.cpp >&5
# configure:25475: $? = 0
# configure:25475: result: yes
# configure:25490: checking whether RLIMIT_VMEM is declared
# configure:25490: clang++ -c -g -O2 conftest.cpp >&5
# conftest.cpp:98:10: error: use of undeclared identifier 'RLIMIT_VMEM'
# (void) RLIMIT_VMEM;
# ^
# 1 error generated.
# configure:25490: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "the Parma Polyhedra Library"
# | #define PACKAGE_TARNAME "ppl"
# | #define PACKAGE_VERSION "1.2"
# | #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
# | #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
# | #define PACKAGE_URL ""
# | #define PPL_CONFIGURE_OPTIONS " '--host=x86_64-unknown-linux' '--prefix=/usr' '--enable-interfaces=c,cxx' 'host_alias=x86_64-unknown-linux' 'CC=clang' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=clang++' 'CXXFLAGS='"
# | #define PPL_NDEBUG 1
# | #define PPL_FPMATH_MAY_USE_387 1
# | #define PPL_FPMATH_MAY_USE_SSE 1
# | #define PPL_COEFFICIENT_TYPE mpz_class
# | #define PPL_COEFFICIENT_BITS 0
# | #define PPL_GMP_INTEGERS 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_TYPEOF 1
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_FLOAT 4
# | #define SIZEOF_DOUBLE 8
# | #define SIZEOF_LONG_DOUBLE 16
# | #define SIZEOF_INTP 8
# | #define SIZEOF_FP 8
# | #define PPL_CAN_CONTROL_FPU 0
# | #define PPL_CXX_PLAIN_CHAR_IS_SIGNED 1
# | #define PPL_CXX_PROVIDES_PROPER_LONG_DOUBLE 1
# | #define PPL_CXX_FLOAT_BINARY_FORMAT PPL_FLOAT_IEEE754_SINGLE
# | #define PPL_SUPPORTED_FLOAT 0
# | #define PPL_CXX_DOUBLE_BINARY_FORMAT PPL_FLOAT_IEEE754_DOUBLE
# | #define PPL_SUPPORTED_DOUBLE 0
# | #define PPL_CXX_LONG_DOUBLE_BINARY_FORMAT PPL_FLOAT_INTEL_DOUBLE_EXTENDED
# | #define PPL_SUPPORTED_LONG_DOUBLE 0
# | #define PPL_CXX_SUPPORTS_ZERO_LENGTH_ARRAYS 1
# | #define PPL_CXX_SUPPORTS_IEEE_INEXACT_FLAG 0
# | #define PPL_CXX_SUPPORTS_ATTRIBUTE_WEAK 1
# | #define HAVE_FENV_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DECL_FFS 1
# | #define HAVE_DECL_GETENV 1
# | #define HAVE_DECL_STRTOF 1
# | #define HAVE_DECL_STRTOD 1
# | #define HAVE_DECL_STRTOLD 1
# | #define HAVE_DECL_STRTOLL 1
# | #define HAVE_DECL_STRTOULL 1
# | #define HAVE_DECL_FMA 1
# | #define HAVE_DECL_FMAF 1
# | #define HAVE_DECL_FMAL 1
# | #define HAVE_DECL_RINTF 1
# | #define HAVE_DECL_RINTL 1
# | #define HAVE_INT_FAST16_T 1
# | #define HAVE_INT_FAST32_T 1
# | #define HAVE_INT_FAST64_T 1
# | #define HAVE_UINT_FAST16_T 1
# | #define HAVE_UINT_FAST32_T 1
# | #define HAVE_UINT_FAST64_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define SIZEOF_MP_LIMB_T 8
# | #define PPL_GMP_SUPPORTS_EXCEPTIONS 1
# | #define HAVE___MPZ_STRUCT__MP_ALLOC 1
# | #define HAVE___MPZ_STRUCT__MP_SIZE 1
# | #define HAVE___MPZ_STRUCT__MP_D 1
# | #define HAVE_DECL_RLIMIT_DATA 1
# | #define HAVE_DECL_RLIMIT_RSS 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_SYS_RESOURCE_H
# | # include
# | #endif
# |
# |
# | int
# | main ()
# | {
# | #ifndef RLIMIT_VMEM
# | #ifdef __cplusplus
# | (void) RLIMIT_VMEM;
# | #else
# | (void) RLIMIT_VMEM;
# | #endif
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:25490: result: no
# configure:25505: checking whether RLIMIT_AS is declared
# configure:25505: clang++ -c -g -O2 conftest.cpp >&5
# configure:25505: $? = 0
# configure:25505: result: yes
# configure:25522: checking whether getrusage is declared
# configure:25522: clang++ -c -g -O2 conftest.cpp >&5
# configure:25522: $? = 0
# configure:25522: result: yes
# configure:25540: checking whether setrlimit is declared
# configure:25540: clang++ -c -g -O2 conftest.cpp >&5
# configure:25540: $? = 0
# configure:25540: result: yes
# configure:25560: checking whether setitimer is declared
# configure:25560: clang++ -c -g -O2 conftest.cpp >&5
# configure:25560: $? = 0
# configure:25560: result: yes
# configure:25577: checking whether sigaction is declared
# configure:25577: clang++ -c -g -O2 conftest.cpp >&5
# configure:25577: $? = 0
# configure:25577: result: yes
# configure:25591: checking for timeval
# configure:25591: clang++ -c -g -O2 conftest.cpp >&5
# configure:25591: $? = 0
# configure:25591: clang++ -c -g -O2 conftest.cpp >&5
# conftest.cpp:129:22: error: expected expression
# if (sizeof ((timeval)))
# ^
# 1 error generated.
# configure:25591: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "the Parma Polyhedra Library"
# | #define PACKAGE_TARNAME "ppl"
# | #define PACKAGE_VERSION "1.2"
# | #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
# | #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
# | #define PACKAGE_URL ""
# | #define PPL_CONFIGURE_OPTIONS " '--host=x86_64-unknown-linux' '--prefix=/usr' '--enable-interfaces=c,cxx' 'host_alias=x86_64-unknown-linux' 'CC=clang' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=clang++' 'CXXFLAGS='"
# | #define PPL_NDEBUG 1
# | #define PPL_FPMATH_MAY_USE_387 1
# | #define PPL_FPMATH_MAY_USE_SSE 1
# | #define PPL_COEFFICIENT_TYPE mpz_class
# | #define PPL_COEFFICIENT_BITS 0
# | #define PPL_GMP_INTEGERS 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_TYPEOF 1
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_FLOAT 4
# | #define SIZEOF_DOUBLE 8
# | #define SIZEOF_LONG_DOUBLE 16
# | #define SIZEOF_INTP 8
# | #define SIZEOF_FP 8
# | #define PPL_CAN_CONTROL_FPU 0
# | #define PPL_CXX_PLAIN_CHAR_IS_SIGNED 1
# | #define PPL_CXX_PROVIDES_PROPER_LONG_DOUBLE 1
# | #define PPL_CXX_FLOAT_BINARY_FORMAT PPL_FLOAT_IEEE754_SINGLE
# | #define PPL_SUPPORTED_FLOAT 0
# | #define PPL_CXX_DOUBLE_BINARY_FORMAT PPL_FLOAT_IEEE754_DOUBLE
# | #define PPL_SUPPORTED_DOUBLE 0
# | #define PPL_CXX_LONG_DOUBLE_BINARY_FORMAT PPL_FLOAT_INTEL_DOUBLE_EXTENDED
# | #define PPL_SUPPORTED_LONG_DOUBLE 0
# | #define PPL_CXX_SUPPORTS_ZERO_LENGTH_ARRAYS 1
# | #define PPL_CXX_SUPPORTS_IEEE_INEXACT_FLAG 0
# | #define PPL_CXX_SUPPORTS_ATTRIBUTE_WEAK 1
# | #define HAVE_FENV_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DECL_FFS 1
# | #define HAVE_DECL_GETENV 1
# | #define HAVE_DECL_STRTOF 1
# | #define HAVE_DECL_STRTOD 1
# | #define HAVE_DECL_STRTOLD 1
# | #define HAVE_DECL_STRTOLL 1
# | #define HAVE_DECL_STRTOULL 1
# | #define HAVE_DECL_FMA 1
# | #define HAVE_DECL_FMAF 1
# | #define HAVE_DECL_FMAL 1
# | #define HAVE_DECL_RINTF 1
# | #define HAVE_DECL_RINTL 1
# | #define HAVE_INT_FAST16_T 1
# | #define HAVE_INT_FAST32_T 1
# | #define HAVE_INT_FAST64_T 1
# | #define HAVE_UINT_FAST16_T 1
# | #define HAVE_UINT_FAST32_T 1
# | #define HAVE_UINT_FAST64_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define SIZEOF_MP_LIMB_T 8
# | #define PPL_GMP_SUPPORTS_EXCEPTIONS 1
# | #define HAVE___MPZ_STRUCT__MP_ALLOC 1
# | #define HAVE___MPZ_STRUCT__MP_SIZE 1
# | #define HAVE___MPZ_STRUCT__MP_D 1
# | #define HAVE_DECL_RLIMIT_DATA 1
# | #define HAVE_DECL_RLIMIT_RSS 1
# | #define HAVE_DECL_RLIMIT_VMEM 0
# | #define HAVE_DECL_RLIMIT_AS 1
# | #define HAVE_DECL_GETRUSAGE 1
# | #define HAVE_DECL_SETRLIMIT 1
# | #define HAVE_DECL_SETITIMER 1
# | #define HAVE_DECL_SIGACTION 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((timeval)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:25591: result: yes
# configure:25601: checking for siginfo_t
# configure:25601: clang++ -c -g -O2 conftest.cpp >&5
# configure:25601: $? = 0
# configure:25601: clang++ -c -g -O2 conftest.cpp >&5
# conftest.cpp:101:24: error: expected expression
# if (sizeof ((siginfo_t)))
# ^
# 1 error generated.
# configure:25601: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "the Parma Polyhedra Library"
# | #define PACKAGE_TARNAME "ppl"
# | #define PACKAGE_VERSION "1.2"
# | #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
# | #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
# | #define PACKAGE_URL ""
# | #define PPL_CONFIGURE_OPTIONS " '--host=x86_64-unknown-linux' '--prefix=/usr' '--enable-interfaces=c,cxx' 'host_alias=x86_64-unknown-linux' 'CC=clang' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=clang++' 'CXXFLAGS='"
# | #define PPL_NDEBUG 1
# | #define PPL_FPMATH_MAY_USE_387 1
# | #define PPL_FPMATH_MAY_USE_SSE 1
# | #define PPL_COEFFICIENT_TYPE mpz_class
# | #define PPL_COEFFICIENT_BITS 0
# | #define PPL_GMP_INTEGERS 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_TYPEOF 1
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_FLOAT 4
# | #define SIZEOF_DOUBLE 8
# | #define SIZEOF_LONG_DOUBLE 16
# | #define SIZEOF_INTP 8
# | #define SIZEOF_FP 8
# | #define PPL_CAN_CONTROL_FPU 0
# | #define PPL_CXX_PLAIN_CHAR_IS_SIGNED 1
# | #define PPL_CXX_PROVIDES_PROPER_LONG_DOUBLE 1
# | #define PPL_CXX_FLOAT_BINARY_FORMAT PPL_FLOAT_IEEE754_SINGLE
# | #define PPL_SUPPORTED_FLOAT 0
# | #define PPL_CXX_DOUBLE_BINARY_FORMAT PPL_FLOAT_IEEE754_DOUBLE
# | #define PPL_SUPPORTED_DOUBLE 0
# | #define PPL_CXX_LONG_DOUBLE_BINARY_FORMAT PPL_FLOAT_INTEL_DOUBLE_EXTENDED
# | #define PPL_SUPPORTED_LONG_DOUBLE 0
# | #define PPL_CXX_SUPPORTS_ZERO_LENGTH_ARRAYS 1
# | #define PPL_CXX_SUPPORTS_IEEE_INEXACT_FLAG 0
# | #define PPL_CXX_SUPPORTS_ATTRIBUTE_WEAK 1
# | #define HAVE_FENV_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DECL_FFS 1
# | #define HAVE_DECL_GETENV 1
# | #define HAVE_DECL_STRTOF 1
# | #define HAVE_DECL_STRTOD 1
# | #define HAVE_DECL_STRTOLD 1
# | #define HAVE_DECL_STRTOLL 1
# | #define HAVE_DECL_STRTOULL 1
# | #define HAVE_DECL_FMA 1
# | #define HAVE_DECL_FMAF 1
# | #define HAVE_DECL_FMAL 1
# | #define HAVE_DECL_RINTF 1
# | #define HAVE_DECL_RINTL 1
# | #define HAVE_INT_FAST16_T 1
# | #define HAVE_INT_FAST32_T 1
# | #define HAVE_INT_FAST64_T 1
# | #define HAVE_UINT_FAST16_T 1
# | #define HAVE_UINT_FAST32_T 1
# | #define HAVE_UINT_FAST64_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define SIZEOF_MP_LIMB_T 8
# | #define PPL_GMP_SUPPORTS_EXCEPTIONS 1
# | #define HAVE___MPZ_STRUCT__MP_ALLOC 1
# | #define HAVE___MPZ_STRUCT__MP_SIZE 1
# | #define HAVE___MPZ_STRUCT__MP_D 1
# | #define HAVE_DECL_RLIMIT_DATA 1
# | #define HAVE_DECL_RLIMIT_RSS 1
# | #define HAVE_DECL_RLIMIT_VMEM 0
# | #define HAVE_DECL_RLIMIT_AS 1
# | #define HAVE_DECL_GETRUSAGE 1
# | #define HAVE_DECL_SETRLIMIT 1
# | #define HAVE_DECL_SETITIMER 1
# | #define HAVE_DECL_SIGACTION 1
# | #define HAVE_TIMEVAL 1
# | /* end confdefs.h. */
# |
# | #include
# |
# |
# | int
# | main ()
# | {
# | if (sizeof ((siginfo_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:25601: result: yes
# configure:25627: checking whether we can limit memory in C++ using setrlimit()
# configure:25707: ./libtool --mode=link --tag=CXX clang++ -o conftest -g -O2 conftest.cpp >&5
# libtool: link: clang++ -o conftest -g -O2 conftest.cpp
# configure:25707: $? = 0
# configure:25707: ./conftest
# configure:25707: $? = 1
# configure: program exited with status 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "the Parma Polyhedra Library"
# | #define PACKAGE_TARNAME "ppl"
# | #define PACKAGE_VERSION "1.2"
# | #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
# | #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
# | #define PACKAGE_URL ""
# | #define PPL_CONFIGURE_OPTIONS " '--host=x86_64-unknown-linux' '--prefix=/usr' '--enable-interfaces=c,cxx' 'host_alias=x86_64-unknown-linux' 'CC=clang' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=clang++' 'CXXFLAGS='"
# | #define PPL_NDEBUG 1
# | #define PPL_FPMATH_MAY_USE_387 1
# | #define PPL_FPMATH_MAY_USE_SSE 1
# | #define PPL_COEFFICIENT_TYPE mpz_class
# | #define PPL_COEFFICIENT_BITS 0
# | #define PPL_GMP_INTEGERS 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_TYPEOF 1
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_FLOAT 4
# | #define SIZEOF_DOUBLE 8
# | #define SIZEOF_LONG_DOUBLE 16
# | #define SIZEOF_INTP 8
# | #define SIZEOF_FP 8
# | #define PPL_CAN_CONTROL_FPU 0
# | #define PPL_CXX_PLAIN_CHAR_IS_SIGNED 1
# | #define PPL_CXX_PROVIDES_PROPER_LONG_DOUBLE 1
# | #define PPL_CXX_FLOAT_BINARY_FORMAT PPL_FLOAT_IEEE754_SINGLE
# | #define PPL_SUPPORTED_FLOAT 0
# | #define PPL_CXX_DOUBLE_BINARY_FORMAT PPL_FLOAT_IEEE754_DOUBLE
# | #define PPL_SUPPORTED_DOUBLE 0
# | #define PPL_CXX_LONG_DOUBLE_BINARY_FORMAT PPL_FLOAT_INTEL_DOUBLE_EXTENDED
# | #define PPL_SUPPORTED_LONG_DOUBLE 0
# | #define PPL_CXX_SUPPORTS_ZERO_LENGTH_ARRAYS 1
# | #define PPL_CXX_SUPPORTS_IEEE_INEXACT_FLAG 0
# | #define PPL_CXX_SUPPORTS_ATTRIBUTE_WEAK 1
# | #define HAVE_FENV_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DECL_FFS 1
# | #define HAVE_DECL_GETENV 1
# | #define HAVE_DECL_STRTOF 1
# | #define HAVE_DECL_STRTOD 1
# | #define HAVE_DECL_STRTOLD 1
# | #define HAVE_DECL_STRTOLL 1
# | #define HAVE_DECL_STRTOULL 1
# | #define HAVE_DECL_FMA 1
# | #define HAVE_DECL_FMAF 1
# | #define HAVE_DECL_FMAL 1
# | #define HAVE_DECL_RINTF 1
# | #define HAVE_DECL_RINTL 1
# | #define HAVE_INT_FAST16_T 1
# | #define HAVE_INT_FAST32_T 1
# | #define HAVE_INT_FAST64_T 1
# | #define HAVE_UINT_FAST16_T 1
# | #define HAVE_UINT_FAST32_T 1
# | #define HAVE_UINT_FAST64_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define SIZEOF_MP_LIMB_T 8
# | #define PPL_GMP_SUPPORTS_EXCEPTIONS 1
# | #define HAVE___MPZ_STRUCT__MP_ALLOC 1
# | #define HAVE___MPZ_STRUCT__MP_SIZE 1
# | #define HAVE___MPZ_STRUCT__MP_D 1
# | #define HAVE_DECL_RLIMIT_DATA 1
# | #define HAVE_DECL_RLIMIT_RSS 1
# | #define HAVE_DECL_RLIMIT_VMEM 0
# | #define HAVE_DECL_RLIMIT_AS 1
# | #define HAVE_DECL_GETRUSAGE 1
# | #define HAVE_DECL_SETRLIMIT 1
# | #define HAVE_DECL_SETITIMER 1
# | #define HAVE_DECL_SIGACTION 1
# | #define HAVE_TIMEVAL 1
# | #define HAVE_SIGINFO_T 1
# | /* end confdefs.h. */
# |
# | #if !HAVE_DECL_SETRLIMIT
# | # error "cannot limit memory without setrlimit()"
# | #endif
# |
# | #include
# |
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# |
# | #ifdef HAVE_SYS_TIME_H
# | # include
# | #endif
# |
# | #ifdef HAVE_SYS_RESOURCE_H
# | // This should be included after and so as to make
# | // sure we have the definitions for, e.g., ru_utime.
# | # include
# | #endif
# |
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# |
# | #define LIMIT(WHAT) do { if (getrlimit(WHAT, &t) != 0) return false; t.rlim_cur = bytes; if (setrlimit(WHAT, &t) != 0) return false; } while (0)
# |
# | bool
# | limit_memory(unsigned long bytes) {
# | struct rlimit t;
# | #if HAVE_DECL_RLIMIT_DATA
# | // Limit heap size.
# | LIMIT(RLIMIT_DATA);
# | #endif
# | #if HAVE_DECL_RLIMIT_RSS
# | // Limit resident set size.
# | LIMIT(RLIMIT_RSS);
# | #endif
# | #if HAVE_DECL_RLIMIT_VMEM
# | // Limit mapped memory (brk + mmap).
# | LIMIT(RLIMIT_VMEM);
# | #endif
# | #if HAVE_DECL_RLIMIT_AS
# | // Limit virtual memory.
# | LIMIT(RLIMIT_AS);
# | #endif
# | return true;
# | }
# |
# | int
# | main() try {
# | if (!limit_memory(10000))
# | return 1;
# | (void) new char[20000];
# | return 1;
# | }
# | catch (std::bad_alloc) {
# | return 0;
# | }
# | catch (...) {
# | return 1;
# | }
# |
# configure:25712: result: no
# configure:25783: checking if the C++ compiler supports C++11 features
# configure:25805: clang++ -c -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array conftest.cpp >&5
# conftest.cpp:19:9: warning: macro is not used [-Wunused-macros]
# #define HAVE_STRING_H 1
# ^
# conftest.cpp:21:9: warning: macro is not used [-Wunused-macros]
# #define HAVE_STRINGS_H 1
# ^
# conftest.cpp:16:9: warning: macro is not used [-Wunused-macros]
# #define HAVE_SYS_TYPES_H 1
# ^
# conftest.cpp:24:9: warning: macro is not used [-Wunused-macros]
# #define HAVE_UNISTD_H 1
# ^
# conftest.cpp:81:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define HAVE___MPZ_STRUCT__MP_ALLOC 1
# ^
# conftest.cpp:82:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define HAVE___MPZ_STRUCT__MP_SIZE 1
# ^
# conftest.cpp:83:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
# #define HAVE___MPZ_STRUCT__MP_D 1
# ^
# conftest.cpp:98:14: warning: 'final' keyword is a C++11 extension [-Wc++11-extensions]
# struct check final {
# ^
# conftest.cpp:99:10: warning: 'constexpr' is a keyword in C++11 [-Wc++11-compat]
# static constexpr T value{ __cplusplus };
# ^
# conftest.cpp:99:10: error: unknown type name 'constexpr'
# conftest.cpp:99:21: error: expected ';' at end of declaration list
# static constexpr T value{ __cplusplus };
# ^
# ;
# conftest.cpp:102:25: error: a space is required between consecutive right angle brackets (use '> >')
# typedef check> right_angle_brackets;
# ^~
# > >
# conftest.cpp:104:5: warning: no previous extern declaration for non-static variable 'a' [-Wmissing-variable-declarations]
# int a;
# ^
# conftest.cpp:105:1: warning: 'decltype' is a keyword in C++11 [-Wc++11-compat]
# decltype(a) b;
# ^
# conftest.cpp:105:1: error: unknown type name 'decltype'
# conftest.cpp:105:12: error: expected ';' after top level declarator
# decltype(a) b;
# ^
# ;
# conftest.cpp:108:13: error: expected ';' after top level declarator
# check_type c{};
# ^
# ;
# conftest.cpp:109:11: warning: rvalue references are a C++11 extension [-Wc++11-extensions]
# check_type&& cr = static_cast(c);
# ^
# conftest.cpp:109:41: warning: rvalue references are a C++11 extension [-Wc++11-extensions]
# check_type&& cr = static_cast(c);
# ^
# conftest.cpp:111:1: warning: 'static_assert' is a keyword in C++11 [-Wc++11-compat]
# static_assert(check_type::value == 201103L, "C++11 compiler");
# ^
# conftest.cpp:111:1: error: C++ requires a type specifier for all declarations
# conftest.cpp:111:27: error: no member named 'value' in 'check'
# static_assert(check_type::value == 201103L, "C++11 compiler");
# ~~~~~~~~~~~~^
# conftest.cpp:64:9: warning: macro is not used [-Wunused-macros]
# #define HAVE_DECL_STRTOULL 1
# ^
# conftest.cpp:2:9: warning: macro is not used [-Wunused-macros]
# #define PACKAGE_NAME "the Parma Polyhedra Library"
# ^
# conftest.cpp:65:9: warning: macro is not used [-Wunused-macros]
# #define HAVE_DECL_FMA 1
# ^
# conftest.cpp:66:9: warning: macro is not used [-Wunused-macros]
# #define HAVE_DECL_FMAF 1
# ^
# conftest.cpp:3:9: warning: macro is not used [-Wunused-macros]
# #define PACKAGE_TARNAME "ppl"
# ^
# conftest.cpp:62:9: warning: macro is not used [-Wunused-macros]
# #define HAVE_DECL_STRTOLD 1
# ^
# conftest.cpp:4:9: warning: macro is not used [-Wunused-macros]
# #define PACKAGE_VERSION "1.2"
# ^
# conftest.cpp:63:9: warning: macro is not used [-Wunused-macros]
# #define HAVE_DECL_STRTOLL 1
# ^
# conftest.cpp:5:9: warning: macro is not used [-Wunused-macros]
# #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
# ^
# conftest.cpp:69:9: warning: macro is not used [-Wunused-macros]
# #define HAVE_DECL_RINTL 1
# ^
# conftest.cpp:70:9: warning: macro is not used [-Wunused-macros]
# #define HAVE_INT_FAST16_T 1
# ^
# conftest.cpp:71:9: warning: macro is not used [-Wunused-macros]
# #define HAVE_INT_FAST32_T 1
# ^
# conftest.cpp:6:9: warning: macro is not used [-Wunused-macros]
# #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
# ^
# conftest.cpp:67:9: warning: macro is not used [-Wunused-macros]
# #define HAVE_DECL_FMAL 1
# ^
# conftest.cpp:68:9: warning: macro is not used [-Wunused-macros]
# #define HAVE_DECL_RINTF 1
# ^
# conftest.cpp:7:9: warning: macro is not used [-Wunused-macros]
# #define PACKAGE_URL ""
# ^
# conftest.cpp:8:9: warning: macro is not used [-Wunused-macros]
# #define PPL_CONFIGURE_OPTIONS " '--host=x86_64-unknown-linux' '--prefix=/usr' '--enable-interfaces=c,cxx' 'host_alias=x86_64-unknown-linux' 'CC=clang' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=clang++' 'CXXFLAGS='"
# ^
# conftest.cpp:74:9: warning: macro is not used [-Wunused-macros]
# #define HAVE_UINT_FAST32_T 1
# ^
# conftest.cpp:75:9: warning: macro is not used [-Wunused-macros]
# #define HAVE_UINT_FAST64_T 1
# ^
# conftest.cpp:72:9: warning: macro is not used [-Wunused-macros]
# #define HAVE_INT_FAST64_T 1
# ^
# conftest.cpp:73:9: warning: macro is not used [-Wunused-macros]
# #define HAVE_UINT_FAST16_T 1
# ^
# conftest.cpp:79:9: warning: macro is not used [-Wunused-macros]
# #define SIZEOF_MP_LIMB_T 8
# ^
# conftest.cpp:80:9: warning: macro is not used [-Wunused-macros]
# #define PPL_GMP_SUPPORTS_EXCEPTIONS 1
# ^
# conftest.cpp:76:9: warning: macro is not used [-Wunused-macros]
# #define HAVE_UINTPTR_T 1
# ^
# conftest.cpp:9:9: warning: macro is not used [-Wunused-macros]
# #define PPL_NDEBUG 1
# ^
# conftest.cpp:77:9: warning: macro is not used [-Wunused-macros]
# #define HAVE_DLFCN_H 1
# ^
# conftest.cpp:10:9: warning: macro is not used [-Wunused-macros]
# #define PPL_FPMATH_MAY_USE_387 1
# ^
# conftest.cpp:11:9: warning: macro is not used [-Wunused-macros]
# #define PPL_FPMATH_MAY_USE_SSE 1
# ^
# conftest.cpp:12:9: warning: macro is not used [-Wunused-macros]
# #define PPL_COEFFICIENT_TYPE mpz_class
# ^
# conftest.cpp:83:9: warning: macro is not used [-Wunused-macros]
# #define HAVE___MPZ_STRUCT__MP_D 1
# ^
# conftest.cpp:13:9: warning: macro is not used [-Wunused-macros]
# #define PPL_COEFFICIENT_BITS 0
# ^
# conftest.cpp:78:9: warning: macro is not used [-Wunused-macros]
# #define LT_OBJDIR ".libs/"
# ^
# conftest.cpp:14:9: warning: macro is not used [-Wunused-macros]
# #define PPL_GMP_INTEGERS 1
# ^
# conftest.cpp:81:9: warning: macro is not used [-Wunused-macros]
# #define HAVE___MPZ_STRUCT__MP_ALLOC 1
# ^
# conftest.cpp:15:9: warning: macro is not used [-Wunused-macros]
# #define STDC_HEADERS 1
# ^
# conftest.cpp:82:9: warning: macro is not used [-Wunused-macros]
# #define HAVE___MPZ_STRUCT__MP_SIZE 1
# ^
# conftest.cpp:86:9: warning: macro is not used [-Wunused-macros]
# #define HAVE_DECL_RLIMIT_VMEM 0
# ^
# conftest.cpp:87:9: warning: macro is not used [-Wunused-macros]
# #define HAVE_DECL_RLIMIT_AS 1
# ^
# conftest.cpp:17:9: warning: macro is not used [-Wunused-macros]
# #define HAVE_SYS_STAT_H 1
# ^
# conftest.cpp:84:9: warning: macro is not used [-Wunused-macros]
# #define HAVE_DECL_RLIMIT_DATA 1
# ^
# conftest.cpp:18:9: warning: macro is not used [-Wunused-macros]
# #define HAVE_STDLIB_H 1
# ^
# conftest.cpp:20:9: warning: macro is not used [-Wunused-macros]
# #define HAVE_MEMORY_H 1
# ^
# conftest.cpp:91:9: warning: macro is not used [-Wunused-macros]
# #define HAVE_DECL_SIGACTION 1
# ^
# conftest.cpp:85:9: warning: macro is not used [-Wunused-macros]
# #define HAVE_DECL_RLIMIT_RSS 1
# ^
# conftest.cpp:92:9: warning: macro is not used [-Wunused-macros]
# #define HAVE_TIMEVAL 1
# ^
# conftest.cpp:23:9: warning: macro is not used [-Wunused-macros]
# #define HAVE_STDINT_H 1
# ^
# conftest.cpp:22:9: warning: macro is not used [-Wunused-macros]
# #define HAVE_INTTYPES_H 1
# ^
# conftest.cpp:88:9: warning: macro is not used [-Wunused-macros]
# #define HAVE_DECL_GETRUSAGE 1
# ^
# conftest.cpp:89:9: warning: macro is not used [-Wunused-macros]
# #define HAVE_DECL_SETRLIMIT 1
# ^
# conftest.cpp:25:9: warning: macro is not used [-Wunused-macros]
# #define HAVE_TYPEOF 1
# ^
# conftest.cpp:27:9: warning: macro is not used [-Wunused-macros]
# #define SIZEOF_SHORT 2
# ^
# conftest.cpp:26:9: warning: macro is not used [-Wunused-macros]
# #define SIZEOF_CHAR 1
# ^
# conftest.cpp:28:9: warning: macro is not used [-Wunused-macros]
# #define SIZEOF_INT 4
# ^
# conftest.cpp:93:9: warning: macro is not used [-Wunused-macros]
# #define HAVE_SIGINFO_T 1
# ^
# conftest.cpp:30:9: warning: macro is not used [-Wunused-macros]
# #define SIZEOF_LONG_LONG 8
# ^
# conftest.cpp:29:9: warning: macro is not used [-Wunused-macros]
# #define SIZEOF_LONG 8
# ^
# conftest.cpp:32:9: warning: macro is not used [-Wunused-macros]
# #define SIZEOF_FLOAT 4
# ^
# conftest.cpp:94:9: warning: macro is not used [-Wunused-macros]
# #define PPL_CXX_SUPPORTS_LIMITING_MEMORY 0
# ^
# conftest.cpp:31:9: warning: macro is not used [-Wunused-macros]
# #define SIZEOF_SIZE_T 8
# ^
# conftest.cpp:35:9: warning: macro is not used [-Wunused-macros]
# #define SIZEOF_INTP 8
# ^
# conftest.cpp:33:9: warning: macro is not used [-Wunused-macros]
# #define SIZEOF_DOUBLE 8
# ^
# conftest.cpp:34:9: warning: macro is not used [-Wunused-macros]
# #define SIZEOF_LONG_DOUBLE 16
# ^
# conftest.cpp:37:9: warning: macro is not used [-Wunused-macros]
# #define PPL_CAN_CONTROL_FPU 0
# ^
# conftest.cpp:36:9: warning: macro is not used [-Wunused-macros]
# #define SIZEOF_FP 8
# ^
# conftest.cpp:39:9: warning: macro is not used [-Wunused-macros]
# #define PPL_CXX_PROVIDES_PROPER_LONG_DOUBLE 1
# ^
# conftest.cpp:38:9: warning: macro is not used [-Wunused-macros]
# #define PPL_CXX_PLAIN_CHAR_IS_SIGNED 1
# ^
# conftest.cpp:90:9: warning: macro is not used [-Wunused-macros]
# #define HAVE_DECL_SETITIMER 1
# ^
# conftest.cpp:40:9: warning: macro is not used [-Wunused-macros]
# #define PPL_CXX_FLOAT_BINARY_FORMAT PPL_FLOAT_IEEE754_SINGLE
# ^
# conftest.cpp:42:9: warning: macro is not used [-Wunused-macros]
# #define PPL_CXX_DOUBLE_BINARY_FORMAT PPL_FLOAT_IEEE754_DOUBLE
# ^
# conftest.cpp:41:9: warning: macro is not used [-Wunused-macros]
# #define PPL_SUPPORTED_FLOAT 0
# ^
# conftest.cpp:43:9: warning: macro is not used [-Wunused-macros]
# #define PPL_SUPPORTED_DOUBLE 0
# ^
# conftest.cpp:44:9: warning: macro is not used [-Wunused-macros]
# #define PPL_CXX_LONG_DOUBLE_BINARY_FORMAT PPL_FLOAT_INTEL_DOUBLE_EXTENDED
# ^
# conftest.cpp:46:9: warning: macro is not used [-Wunused-macros]
# #define PPL_CXX_SUPPORTS_ZERO_LENGTH_ARRAYS 1
# ^
# conftest.cpp:45:9: warning: macro is not used [-Wunused-macros]
# #define PPL_SUPPORTED_LONG_DOUBLE 0
# ^
# conftest.cpp:47:9: warning: macro is not used [-Wunused-macros]
# #define PPL_CXX_SUPPORTS_IEEE_INEXACT_FLAG 0
# ^
# conftest.cpp:48:9: warning: macro is not used [-Wunused-macros]
# #define PPL_CXX_SUPPORTS_ATTRIBUTE_WEAK 1
# ^
# conftest.cpp:51:9: warning: macro is not used [-Wunused-macros]
# #define HAVE_SIGNAL_H 1
# ^
# conftest.cpp:50:9: warning: macro is not used [-Wunused-macros]
# #define HAVE_GETOPT_H 1
# ^
# conftest.cpp:49:9: warning: macro is not used [-Wunused-macros]
# #define HAVE_FENV_H 1
# ^
# conftest.cpp:54:9: warning: macro is not used [-Wunused-macros]
# #define HAVE_SYS_RESOURCE_H 1
# ^
# conftest.cpp:53:9: warning: macro is not used [-Wunused-macros]
# #define HAVE_STRINGS_H 1
# ^
# conftest.cpp:52:9: warning: macro is not used [-Wunused-macros]
# #define HAVE_STRING_H 1
# ^
# conftest.cpp:56:9: warning: macro is not used [-Wunused-macros]
# #define HAVE_SYS_TYPES_H 1
# ^
# conftest.cpp:55:9: warning: macro is not used [-Wunused-macros]
# #define HAVE_SYS_TIME_H 1
# ^
# conftest.cpp:59:9: warning: macro is not used [-Wunused-macros]
# #define HAVE_DECL_GETENV 1
# ^
# conftest.cpp:58:9: warning: macro is not used [-Wunused-macros]
# #define HAVE_DECL_FFS 1
# ^
# conftest.cpp:57:9: warning: macro is not used [-Wunused-macros]
# #define HAVE_UNISTD_H 1
# ^
# conftest.cpp:61:9: warning: macro is not used [-Wunused-macros]
# #define HAVE_DECL_STRTOD 1
# ^
# conftest.cpp:60:9: warning: macro is not used [-Wunused-macros]
# #define HAVE_DECL_STRTOF 1
# ^
# 103 warnings and 8 errors generated.
# configure:25805: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "the Parma Polyhedra Library"
# | #define PACKAGE_TARNAME "ppl"
# | #define PACKAGE_VERSION "1.2"
# | #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
# | #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
# | #define PACKAGE_URL ""
# | #define PPL_CONFIGURE_OPTIONS " '--host=x86_64-unknown-linux' '--prefix=/usr' '--enable-interfaces=c,cxx' 'host_alias=x86_64-unknown-linux' 'CC=clang' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=clang++' 'CXXFLAGS='"
# | #define PPL_NDEBUG 1
# | #define PPL_FPMATH_MAY_USE_387 1
# | #define PPL_FPMATH_MAY_USE_SSE 1
# | #define PPL_COEFFICIENT_TYPE mpz_class
# | #define PPL_COEFFICIENT_BITS 0
# | #define PPL_GMP_INTEGERS 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_TYPEOF 1
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_FLOAT 4
# | #define SIZEOF_DOUBLE 8
# | #define SIZEOF_LONG_DOUBLE 16
# | #define SIZEOF_INTP 8
# | #define SIZEOF_FP 8
# | #define PPL_CAN_CONTROL_FPU 0
# | #define PPL_CXX_PLAIN_CHAR_IS_SIGNED 1
# | #define PPL_CXX_PROVIDES_PROPER_LONG_DOUBLE 1
# | #define PPL_CXX_FLOAT_BINARY_FORMAT PPL_FLOAT_IEEE754_SINGLE
# | #define PPL_SUPPORTED_FLOAT 0
# | #define PPL_CXX_DOUBLE_BINARY_FORMAT PPL_FLOAT_IEEE754_DOUBLE
# | #define PPL_SUPPORTED_DOUBLE 0
# | #define PPL_CXX_LONG_DOUBLE_BINARY_FORMAT PPL_FLOAT_INTEL_DOUBLE_EXTENDED
# | #define PPL_SUPPORTED_LONG_DOUBLE 0
# | #define PPL_CXX_SUPPORTS_ZERO_LENGTH_ARRAYS 1
# | #define PPL_CXX_SUPPORTS_IEEE_INEXACT_FLAG 0
# | #define PPL_CXX_SUPPORTS_ATTRIBUTE_WEAK 1
# | #define HAVE_FENV_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DECL_FFS 1
# | #define HAVE_DECL_GETENV 1
# | #define HAVE_DECL_STRTOF 1
# | #define HAVE_DECL_STRTOD 1
# | #define HAVE_DECL_STRTOLD 1
# | #define HAVE_DECL_STRTOLL 1
# | #define HAVE_DECL_STRTOULL 1
# | #define HAVE_DECL_FMA 1
# | #define HAVE_DECL_FMAF 1
# | #define HAVE_DECL_FMAL 1
# | #define HAVE_DECL_RINTF 1
# | #define HAVE_DECL_RINTL 1
# | #define HAVE_INT_FAST16_T 1
# | #define HAVE_INT_FAST32_T 1
# | #define HAVE_INT_FAST64_T 1
# | #define HAVE_UINT_FAST16_T 1
# | #define HAVE_UINT_FAST32_T 1
# | #define HAVE_UINT_FAST64_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define SIZEOF_MP_LIMB_T 8
# | #define PPL_GMP_SUPPORTS_EXCEPTIONS 1
# | #define HAVE___MPZ_STRUCT__MP_ALLOC 1
# | #define HAVE___MPZ_STRUCT__MP_SIZE 1
# | #define HAVE___MPZ_STRUCT__MP_D 1
# | #define HAVE_DECL_RLIMIT_DATA 1
# | #define HAVE_DECL_RLIMIT_RSS 1
# | #define HAVE_DECL_RLIMIT_VMEM 0
# | #define HAVE_DECL_RLIMIT_AS 1
# | #define HAVE_DECL_GETRUSAGE 1
# | #define HAVE_DECL_SETRLIMIT 1
# | #define HAVE_DECL_SETITIMER 1
# | #define HAVE_DECL_SIGACTION 1
# | #define HAVE_TIMEVAL 1
# | #define HAVE_SIGINFO_T 1
# | #define PPL_CXX_SUPPORTS_LIMITING_MEMORY 0
# | /* end confdefs.h. */
# |
# | template
# | struct check final {
# | static constexpr T value{ __cplusplus };
# | };
# |
# | typedef check> right_angle_brackets;
# |
# | int a;
# | decltype(a) b;
# |
# | typedef check check_type;
# | check_type c{};
# | check_type&& cr = static_cast(c);
# |
# | static_assert(check_type::value == 201103L, "C++11 compiler");
# |
# configure:25810: result: no
# configure:25971: checking that generated files are newer than configure
# configure:25977: result: done
# configure:26197: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by the Parma Polyhedra Library config.status 1.2, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 70c8fa4e7dff
#
# config.status:1481: creating Makefile
# config.status:1481: creating ppl.lsm
# config.status:1481: creating src/Makefile
# config.status:1481: creating src/version.hh
# config.status:1481: creating src/ppl-config.cc
# config.status:1481: creating tests/Makefile
# config.status:1481: creating tests/BD_Shape/Makefile
# config.status:1481: creating tests/Box/Makefile
# config.status:1481: creating tests/Concrete_Expression/Makefile
# config.status:1481: creating tests/CO_Tree/Makefile
# config.status:1481: creating tests/Grid/Makefile
# config.status:1481: creating tests/MIP_Problem/Makefile
# config.status:1481: creating tests/Octagonal_Shape/Makefile
# config.status:1481: creating tests/Partially_Reduced_Product/Makefile
# config.status:1481: creating tests/PIP_Problem/Makefile
# config.status:1481: creating tests/Polyhedron/Makefile
# config.status:1481: creating tests/Powerset/Makefile
# config.status:1481: creating tests/Watchdog/Makefile
# config.status:1481: creating utils/Makefile
# config.status:1481: creating m4/Makefile
# config.status:1481: creating demos/Makefile
# config.status:1481: creating demos/ppl_lcdd/Makefile
# config.status:1481: creating demos/ppl_lcdd/examples/Makefile
# config.status:1481: creating demos/ppl_lpsol/Makefile
# config.status:1481: creating demos/ppl_lpsol/examples/Makefile
# config.status:1481: creating demos/ppl_pips/Makefile
# config.status:1481: creating demos/ppl_pips/examples/Makefile
# config.status:1481: creating doc/Makefile
# config.status:1481: creating doc/user.doxyconf-latex
# config.status:1481: creating doc/devref.doxyconf-latex
# config.status:1481: creating doc/user.doxyconf-html
# config.status:1481: creating doc/devref.doxyconf-html
# config.status:1481: creating doc/user-language-interface.doxyconf
# config.status:1481: creating doc/devref-language-interface.doxyconf
# config.status:1481: creating interfaces/Makefile
# config.status:1481: creating interfaces/C/Makefile
# config.status:1481: creating interfaces/C/ppl_c_version.h
# config.status:1481: creating interfaces/C/tests/Makefile
# config.status:1481: creating interfaces/Java/Makefile
# config.status:1481: creating interfaces/Java/jni/Makefile
# config.status:1481: creating interfaces/Java/tests/Makefile
# config.status:1481: creating interfaces/Java/parma_polyhedra_library/Makefile
# config.status:1481: creating interfaces/OCaml/Makefile
# config.status:1481: creating interfaces/OCaml/tests/Makefile
# config.status:1481: creating interfaces/Prolog/Makefile
# config.status:1481: creating interfaces/Prolog/Ciao/Makefile
# config.status:1481: creating interfaces/Prolog/GNU/Makefile
# config.status:1481: creating interfaces/Prolog/SICStus/Makefile
# config.status:1481: creating interfaces/Prolog/SWI/Makefile
# config.status:1481: creating interfaces/Prolog/XSB/Makefile
# config.status:1481: creating interfaces/Prolog/YAP/Makefile
# config.status:1481: creating interfaces/Prolog/tests/Makefile
# config.status:1481: creating config.h
# config.status:1710: executing depfiles commands
# config.status:1710: executing libtool commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-pc-linux-gnu
# ac_cv_c_bigendian=no
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# ac_cv_c_inline=inline
# ac_cv_c_typeof=typeof
# ac_cv_can_control_fpu=0
# ac_cv_check_cx11=no
# ac_cv_cxx_compiler_gnu=yes
# ac_cv_env_CCC_set=
# ac_cv_env_CCC_value=
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_CXXCPP_set=
# ac_cv_env_CXXCPP_value=
# ac_cv_env_CXXFLAGS_set=set
# ac_cv_env_CXXFLAGS_value=
# ac_cv_env_CXX_set=set
# ac_cv_env_CXX_value=clang++
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_M4_set=
# ac_cv_env_M4_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_func_dlopen=no
# ac_cv_func_shl_load=no
# ac_cv_gmp_supports_exceptions=yes
# ac_cv_have_decl_RLIMIT_AS=yes
# ac_cv_have_decl_RLIMIT_DATA=yes
# ac_cv_have_decl_RLIMIT_RSS=yes
# ac_cv_have_decl_RLIMIT_VMEM=no
# ac_cv_have_decl_ffs=yes
# ac_cv_have_decl_fma=yes
# ac_cv_have_decl_fmaf=yes
# ac_cv_have_decl_fmal=yes
# ac_cv_have_decl_getenv=yes
# ac_cv_have_decl_getrusage=yes
# ac_cv_have_decl_rintf=yes
# ac_cv_have_decl_rintl=yes
# ac_cv_have_decl_setitimer=yes
# ac_cv_have_decl_setrlimit=yes
# ac_cv_have_decl_sigaction=yes
# ac_cv_have_decl_strtod=yes
# ac_cv_have_decl_strtof=yes
# ac_cv_have_decl_strtold=yes
# ac_cv_have_decl_strtoll=yes
# ac_cv_have_decl_strtoull=yes
# ac_cv_have_gmp=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_fenv_h=yes
# ac_cv_header_getopt_h=yes
# ac_cv_header_glpk_glpk_h=no
# ac_cv_header_glpk_h=no
# ac_cv_header_ieeefp_h=no
# ac_cv_header_inttypes_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_signal_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_resource_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_time_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_dl_dlopen=yes
# ac_cv_lib_dld_shl_load=no
# ac_cv_member___mpz_struct__mp_alloc=yes
# ac_cv_member___mpz_struct__mp_d=yes
# ac_cv_member___mpz_struct__mp_size=yes
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_FGREP='/usr/bin/grep -F'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_M4=/usr/bin/m4
# ac_cv_path_PERL=/usr/bin/perl
# ac_cv_path_SED=/usr/bin/sed
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/bin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_CXXCPP='clang++ -E'
# ac_cv_prog_MD5SUM=md5sum
# ac_cv_prog_STRIP=strip
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_DUMPBIN='link -dump'
# ac_cv_prog_ac_ct_OBJDUMP=objdump
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cxx_g=yes
# ac_cv_prog_gnu_m4_debugfile=--debugfile
# ac_cv_prog_make_make_set=yes
# ac_cv_prog_text_md5sum='md5sum -t'
# ac_cv_search_sqrt='none required'
# ac_cv_sizeof_char=1
# ac_cv_sizeof_double=8
# ac_cv_sizeof_float=4
# ac_cv_sizeof_fp=8
# ac_cv_sizeof_int=4
# ac_cv_sizeof_intp=8
# ac_cv_sizeof_long=8
# ac_cv_sizeof_long_double=16
# ac_cv_sizeof_long_long=8
# ac_cv_sizeof_mp_limb_t=8
# ac_cv_sizeof_short=2
# ac_cv_sizeof_size_t=8
# ac_cv_type_int_fast16_t=yes
# ac_cv_type_int_fast32_t=yes
# ac_cv_type_int_fast64_t=yes
# ac_cv_type_siginfo_t=yes
# ac_cv_type_timeval=yes
# ac_cv_type_uint_fast16_t=yes
# ac_cv_type_uint_fast32_t=yes
# ac_cv_type_uint_fast64_t=yes
# ac_cv_type_uintptr_t=yes
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_CXX_dependencies_compiler_type=gcc3
# am_cv_make_support_nested_variables=yes
# am_cv_prog_cc_c_o=yes
# am_cv_prog_tar_ustar=gnutar
# lt_cv_ar_at_file=@
# lt_cv_archive_cmds_need_lc=no
# lt_cv_deplibs_check_method=pass_all
# lt_cv_dlopen=dlopen
# lt_cv_dlopen_libs=-ldl
# lt_cv_dlopen_self=yes
# lt_cv_dlopen_self_static=no
# lt_cv_file_magic_cmd='$MAGIC_CMD'
# lt_cv_file_magic_test_file=
# lt_cv_ld_reload_flag=-r
# lt_cv_nm_interface='BSD nm'
# lt_cv_objdir=.libs
# lt_cv_path_LD=/usr/bin/ld
# lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
# lt_cv_path_NM=no
# lt_cv_path_mainfest_tool=no
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_c_o_CXX=yes
# lt_cv_prog_compiler_pic='-fPIC -DPIC'
# lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_pic_works_CXX=yes
# lt_cv_prog_compiler_rtti_exceptions=yes
# lt_cv_prog_compiler_static_works=yes
# lt_cv_prog_compiler_static_works_CXX=yes
# lt_cv_prog_gnu_ld=yes
# lt_cv_prog_gnu_ldcxx=yes
# lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
# lt_cv_shlibpath_overrides_runpath=no
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
# lt_cv_sys_max_cmd_len=1572864
# lt_cv_to_host_file_cmd=func_convert_file_noop
# lt_cv_to_tool_file_cmd=func_convert_file_noop
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/ppl/src/ppl-1.2/missing aclocal-1.14'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='1'
# AM_V='$(V)'
# AR='ar'
# ASSERTIONS_ENABLED_FALSE=''
# ASSERTIONS_ENABLED_TRUE='#'
# AUTOCONF='${SHELL} /tmp/ppl/src/ppl-1.2/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/ppl/src/ppl-1.2/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/ppl/src/ppl-1.2/missing automake-1.14'
# AWK='gawk'
# BUILD_CIAO_PROLOG_INTERFACE_FALSE=''
# BUILD_CIAO_PROLOG_INTERFACE_TRUE='#'
# BUILD_CXX_INTERFACE_FALSE='#'
# BUILD_CXX_INTERFACE_TRUE=''
# BUILD_C_INTERFACE_FALSE='#'
# BUILD_C_INTERFACE_TRUE=''
# BUILD_DOCUMENTATION_FALSE='#'
# BUILD_DOCUMENTATION_TRUE=''
# BUILD_GNU_PROLOG_INTERFACE_FALSE=''
# BUILD_GNU_PROLOG_INTERFACE_TRUE='#'
# BUILD_JAVA_INTERFACE_FALSE=''
# BUILD_JAVA_INTERFACE_TRUE='#'
# BUILD_OCAML_INTERFACE_FALSE=''
# BUILD_OCAML_INTERFACE_TRUE='#'
# BUILD_PPL_LCDD_FALSE='#'
# BUILD_PPL_LCDD_TRUE=''
# BUILD_PPL_LPSOL_FALSE='#'
# BUILD_PPL_LPSOL_TRUE=''
# BUILD_PPL_PIPS_FALSE='#'
# BUILD_PPL_PIPS_TRUE=''
# BUILD_SICSTUS_PROLOG_INTERFACE_FALSE=''
# BUILD_SICSTUS_PROLOG_INTERFACE_TRUE='#'
# BUILD_SOME_PROLOG_INTERFACES_FALSE=''
# BUILD_SOME_PROLOG_INTERFACES_TRUE='#'
# BUILD_SWI_PROLOG_INTERFACE_FALSE=''
# BUILD_SWI_PROLOG_INTERFACE_TRUE='#'
# BUILD_XSB_PROLOG_INTERFACE_FALSE=''
# BUILD_XSB_PROLOG_INTERFACE_TRUE='#'
# BUILD_YAP_PROLOG_INTERFACE_FALSE=''
# BUILD_YAP_PROLOG_INTERFACE_TRUE='#'
# CAN_CONTROL_FPU_FALSE=''
# CAN_CONTROL_FPU_TRUE='#'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=' -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array'
# CIAO_PROLOG=''
# CIAO_PROLOG_INCLUDE_OPTIONS=''
# CONFIGURE_OPTIONS=''
# CPP='clang -E'
# CPPFLAGS=''
# CXX='clang++'
# CXXCPP='clang++ -E'
# CXXDEPMODE='depmode=gcc3'
# CXXFLAGS=' -g -O2 -Weverything -Wno-exit-time-destructors -Wno-global-constructors -Wno-documentation -Wno-missing-noreturn -Wno-covered-switch-default -Wno-unreachable-code -Wno-c++98-compat-pedantic -Wno-switch-enum -Wno-sign-conversion -Wno-c++98-compat -Wno-padded -Wno-disabled-macro-expansion -Wno-c++11-long-long -Wno-zero-length-array'
# CYGPATH_W='echo'
# DEBUGGING_ENABLED_FALSE='#'
# DEBUGGING_ENABLED_TRUE=''
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DLLTOOL='false'
# DSYMUTIL=''
# DUMPBIN=':'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# ENABLE_SHARED_FALSE='#'
# ENABLE_SHARED_TRUE=''
# ENABLE_STATIC_FALSE='#'
# ENABLE_STATIC_TRUE=''
# EXEEXT=''
# FGREP='/usr/bin/grep -F'
# GCC_FALSE='#'
# GCC_TRUE=''
# GNU_PROLOG=''
# GREP='/usr/bin/grep'
# HAVE_GLPK_FALSE=''
# HAVE_GLPK_TRUE='#'
# HAVE_MD5SUM_FALSE='#'
# HAVE_MD5SUM_TRUE=''
# HAVE_OCAMLC_FALSE=''
# HAVE_OCAMLC_TRUE='#'
# HAVE_OCAMLOPT_FALSE=''
# HAVE_OCAMLOPT_TRUE='#'
# HAVE_PERL_FALSE='#'
# HAVE_PERL_TRUE=''
# HOST_CPU_X86_64_FALSE='#'
# HOST_CPU_X86_64_TRUE=''
# HOST_OS_CYGWIN_FALSE=''
# HOST_OS_CYGWIN_TRUE='#'
# HOST_OS_DARWIN_FALSE=''
# HOST_OS_DARWIN_TRUE='#'
# HOST_OS_HPUX_FALSE=''
# HOST_OS_HPUX_TRUE='#'
# HOST_OS_MINGW_FALSE=''
# HOST_OS_MINGW_TRUE='#'
# HOST_OS_SOLARIS_FALSE=''
# HOST_OS_SOLARIS_TRUE='#'
# ICC_FALSE=''
# ICC_TRUE='#'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# ISODATE='2017-04-13'
# JAR=''
# JAVA=''
# JAVAC=''
# JAVAH=''
# JNIFLAGS=''
# LD='/usr/bin/ld -m elf_x86_64'
# LDFLAGS=''
# LIBEXT='a'
# LIBOBJS=''
# LIBS=''
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIPO=''
# LN_S='ln -s'
# LTLIBOBJS=''
# M4='/usr/bin/m4'
# M4_DEBUGFILE='--debugfile'
# MAKEINFO='${SHELL} /tmp/ppl/src/ppl-1.2/missing makeinfo'
# MANIFEST_TOOL=':'
# MD5SUM='md5sum'
# MKDIR_P='/usr/bin/mkdir -p'
# NM='nm'
# NMEDIT=''
# NO_UNDEFINED_FALSE=''
# NO_UNDEFINED_TRUE='#'
# OBJDUMP='objdump'
# OBJEXT='o'
# OCAMLBEST=''
# OCAMLBUILD=''
# OCAMLC=''
# OCAMLCDOTOPT=''
# OCAMLDEP=''
# OCAMLDOC=''
# OCAMLLIB=''
# OCAMLMKLIB=''
# OCAMLMKTOP=''
# OCAMLOPT=''
# OCAMLOPTDOTOPT=''
# OCAMLVERSION=''
# OTOOL64=''
# OTOOL=''
# PACKAGE='ppl'
# PACKAGE_BUGREPORT='ppl-devel@cs.unipr.it'
# PACKAGE_NAME='the Parma Polyhedra Library'
# PACKAGE_STRING='the Parma Polyhedra Library 1.2'
# PACKAGE_TARNAME='ppl'
# PACKAGE_URL=''
# PACKAGE_VERSION='1.2'
# PATH_SEPARATOR=':'
# PERL='/usr/bin/perl'
# PPL_VERSION_BETA='0'
# PPL_VERSION_MAJOR='1'
# PPL_VERSION_MINOR='2'
# PPL_VERSION_REVISION='0'
# RANLIB='ranlib'
# SED='/usr/bin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# SHREXT='.so'
# SICSTUS_PROLOG_INCLUDE_OPTIONS=''
# STRIP='strip'
# SUPPORTED_DOUBLE_FALSE=''
# SUPPORTED_DOUBLE_TRUE='#'
# SUPPORTED_FLOAT_FALSE=''
# SUPPORTED_FLOAT_TRUE='#'
# SUPPORTED_LONG_DOUBLE_FALSE=''
# SUPPORTED_LONG_DOUBLE_TRUE='#'
# SUPPORTED_SOME_FLOATING_POINT_TYPE_FALSE=''
# SUPPORTED_SOME_FLOATING_POINT_TYPE_TRUE='#'
# SWI_PROLOG=''
# SWI_PROLOG_INCLUDE_OPTIONS=''
# SWI_PROLOG_LD=''
# SWI_PROLOG_LD_OPTIONS=''
# TEXT_MD5SUM='md5sum -t'
# THOROUGH_MAKE_CHECK_FALSE=''
# THOROUGH_MAKE_CHECK_TRUE='#'
# USE_CHECKED_INTEGERS_FALSE=''
# USE_CHECKED_INTEGERS_TRUE='#'
# USE_GMP_INTEGERS_FALSE='#'
# USE_GMP_INTEGERS_TRUE=''
# USE_INT16_FALSE=''
# USE_INT16_TRUE='#'
# USE_INT32_FALSE=''
# USE_INT32_TRUE='#'
# USE_INT64_FALSE=''
# USE_INT64_TRUE='#'
# USE_INT8_FALSE=''
# USE_INT8_TRUE='#'
# USE_NATIVE_INTEGERS_FALSE=''
# USE_NATIVE_INTEGERS_TRUE='#'
# USE_PRECOMPILED_HEADERS_FALSE=''
# USE_PRECOMPILED_HEADERS_TRUE='#'
# VALGRIND=''
# VALGRIND_TESTS_ENABLED_FALSE=''
# VALGRIND_TESTS_ENABLED_TRUE='#'
# VERSION='1.2'
# XSB_PROLOG_INCLUDE_OPTIONS=''
# YAP_PROLOG=''
# YAP_PROLOG_INCLUDE_OPTIONS=''
# YAP_PROLOG_LD_OPTIONS=''
# ac_ct_AR='ar'
# ac_ct_CC=''
# ac_ct_CXX=''
# ac_ct_DUMPBIN='link -dump'
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__fastdepCXX_FALSE='#'
# am__fastdepCXX_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__nodep='_no'
# am__quote=''
# am__tar='tar --format=ustar -chf - "$$tardir"'
# am__untar='tar -xf -'
# bindir='${exec_prefix}/bin'
# build='x86_64-pc-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='pc'
# ciao_prolog=''
# coefficient_mnemonic='mpz'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# debug_flag='-DNDEBUG=1'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# extra_includes=''
# extra_libraries=' -lgmpxx -lgmp'
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/ppl/src/ppl-1.2/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='$(MKDIR_P)'
# mlgmp_dir='+gmp'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# required_instantiations='Polyhedron@Grid@Rational_Box@BD_Shape@BD_Shape@Octagonal_Shape@Octagonal_Shape@Constraints_Product@Pointset_Powerset@Pointset_Powerset'
# required_instantiations_c_cxx_headers='ppl_c_Polyhedron.hh ppl_c_Grid.hh ppl_c_Rational_Box.hh ppl_c_BD_Shape_mpz_class.hh ppl_c_BD_Shape_mpq_class.hh ppl_c_Octagonal_Shape_mpz_class.hh ppl_c_Octagonal_Shape_mpq_class.hh ppl_c_Constraints_Product_C_Polyhedron_Grid.hh ppl_c_Pointset_Powerset_C_Polyhedron.hh ppl_c_Pointset_Powerset_NNC_Polyhedron.hh'
# required_instantiations_c_cxx_objects='ppl_c_Polyhedron.lo ppl_c_Grid.lo ppl_c_Rational_Box.lo ppl_c_BD_Shape_mpz_class.lo ppl_c_BD_Shape_mpq_class.lo ppl_c_Octagonal_Shape_mpz_class.lo ppl_c_Octagonal_Shape_mpq_class.lo ppl_c_Constraints_Product_C_Polyhedron_Grid.lo ppl_c_Pointset_Powerset_C_Polyhedron.lo ppl_c_Pointset_Powerset_NNC_Polyhedron.lo'
# required_instantiations_c_cxx_sources='ppl_c_Polyhedron.cc ppl_c_Grid.cc ppl_c_Rational_Box.cc ppl_c_BD_Shape_mpz_class.cc ppl_c_BD_Shape_mpq_class.cc ppl_c_Octagonal_Shape_mpz_class.cc ppl_c_Octagonal_Shape_mpq_class.cc ppl_c_Constraints_Product_C_Polyhedron_Grid.cc ppl_c_Pointset_Powerset_C_Polyhedron.cc ppl_c_Pointset_Powerset_NNC_Polyhedron.cc'
# required_instantiations_canonical_names='Polyhedron@Grid@Rational_Box@BD_Shape_mpz_class@BD_Shape_mpq_class@Octagonal_Shape_mpz_class@Octagonal_Shape_mpq_class@Constraints_Product_C_Polyhedron_Grid@Pointset_Powerset_C_Polyhedron@Pointset_Powerset_NNC_Polyhedron'
# required_instantiations_java_classes='Polyhedron.class C_Polyhedron.class NNC_Polyhedron.class Grid.class Rational_Box.class BD_Shape_mpz_class.class BD_Shape_mpq_class.class Octagonal_Shape_mpz_class.class Octagonal_Shape_mpq_class.class Constraints_Product_C_Polyhedron_Grid.class Pointset_Powerset_C_Polyhedron.class Pointset_Powerset_C_Polyhedron_Iterator.class Pointset_Powerset_NNC_Polyhedron.class Pointset_Powerset_NNC_Polyhedron_Iterator.class'
# required_instantiations_java_cxx_headers='parma_polyhedra_library.Polyhedron parma_polyhedra_library.C_Polyhedron parma_polyhedra_library.NNC_Polyhedron parma_polyhedra_library.Grid parma_polyhedra_library.Rational_Box parma_polyhedra_library.BD_Shape_mpz_class parma_polyhedra_library.BD_Shape_mpq_class parma_polyhedra_library.Octagonal_Shape_mpz_class parma_polyhedra_library.Octagonal_Shape_mpq_class parma_polyhedra_library.Constraints_Product_C_Polyhedron_Grid parma_polyhedra_library.Pointset_Powerset_C_Polyhedron parma_polyhedra_library.Pointset_Powerset_C_Polyhedron_Iterator parma_polyhedra_library.Pointset_Powerset_NNC_Polyhedron parma_polyhedra_library.Pointset_Powerset_NNC_Polyhedron_Iterator'
# required_instantiations_java_cxx_headers_sources='parma_polyhedra_library_Polyhedron.h parma_polyhedra_library_C_Polyhedron.h parma_polyhedra_library_NNC_Polyhedron.h parma_polyhedra_library_Grid.h parma_polyhedra_library_Rational_Box.h parma_polyhedra_library_BD_Shape_mpz_class.h parma_polyhedra_library_BD_Shape_mpq_class.h parma_polyhedra_library_Octagonal_Shape_mpz_class.h parma_polyhedra_library_Octagonal_Shape_mpq_class.h parma_polyhedra_library_Constraints_Product_C_Polyhedron_Grid.h parma_polyhedra_library_Pointset_Powerset_C_Polyhedron.h parma_polyhedra_library_Pointset_Powerset_C_Polyhedron_Iterator.h parma_polyhedra_library_Pointset_Powerset_NNC_Polyhedron.h parma_polyhedra_library_Pointset_Powerset_NNC_Polyhedron_Iterator.h'
# required_instantiations_java_cxx_objects='ppl_java_Polyhedron.lo ppl_java_Grid.lo ppl_java_Rational_Box.lo ppl_java_BD_Shape_mpz_class.lo ppl_java_BD_Shape_mpq_class.lo ppl_java_Octagonal_Shape_mpz_class.lo ppl_java_Octagonal_Shape_mpq_class.lo ppl_java_Constraints_Product_C_Polyhedron_Grid.lo ppl_java_Pointset_Powerset_C_Polyhedron.lo ppl_java_Pointset_Powerset_NNC_Polyhedron.lo'
# required_instantiations_java_cxx_sources='ppl_java_Polyhedron.cc ppl_java_Grid.cc ppl_java_Rational_Box.cc ppl_java_BD_Shape_mpz_class.cc ppl_java_BD_Shape_mpq_class.cc ppl_java_Octagonal_Shape_mpz_class.cc ppl_java_Octagonal_Shape_mpq_class.cc ppl_java_Constraints_Product_C_Polyhedron_Grid.cc ppl_java_Pointset_Powerset_C_Polyhedron.cc ppl_java_Pointset_Powerset_NNC_Polyhedron.cc'
# required_instantiations_java_sources='Polyhedron.java C_Polyhedron.java NNC_Polyhedron.java Grid.java Rational_Box.java BD_Shape_mpz_class.java BD_Shape_mpq_class.java Octagonal_Shape_mpz_class.java Octagonal_Shape_mpq_class.java Constraints_Product_C_Polyhedron_Grid.java Pointset_Powerset_C_Polyhedron.java Pointset_Powerset_C_Polyhedron_Iterator.java Pointset_Powerset_NNC_Polyhedron.java Pointset_Powerset_NNC_Polyhedron_Iterator.java'
# required_instantiations_ocaml_cxx_headers='ppl_ocaml_Polyhedron.hh ppl_ocaml_Grid.hh ppl_ocaml_Rational_Box.hh ppl_ocaml_BD_Shape_mpz_class.hh ppl_ocaml_BD_Shape_mpq_class.hh ppl_ocaml_Octagonal_Shape_mpz_class.hh ppl_ocaml_Octagonal_Shape_mpq_class.hh ppl_ocaml_Constraints_Product_C_Polyhedron_Grid.hh ppl_ocaml_Pointset_Powerset_C_Polyhedron.hh ppl_ocaml_Pointset_Powerset_NNC_Polyhedron.hh'
# required_instantiations_ocaml_cxx_objects='ppl_ocaml_Polyhedron.o ppl_ocaml_Grid.o ppl_ocaml_Rational_Box.o ppl_ocaml_BD_Shape_mpz_class.o ppl_ocaml_BD_Shape_mpq_class.o ppl_ocaml_Octagonal_Shape_mpz_class.o ppl_ocaml_Octagonal_Shape_mpq_class.o ppl_ocaml_Constraints_Product_C_Polyhedron_Grid.o ppl_ocaml_Pointset_Powerset_C_Polyhedron.o ppl_ocaml_Pointset_Powerset_NNC_Polyhedron.o'
# required_instantiations_ocaml_cxx_sources='ppl_ocaml_Polyhedron.cc ppl_ocaml_Grid.cc ppl_ocaml_Rational_Box.cc ppl_ocaml_BD_Shape_mpz_class.cc ppl_ocaml_BD_Shape_mpq_class.cc ppl_ocaml_Octagonal_Shape_mpz_class.cc ppl_ocaml_Octagonal_Shape_mpq_class.cc ppl_ocaml_Constraints_Product_C_Polyhedron_Grid.cc ppl_ocaml_Pointset_Powerset_C_Polyhedron.cc ppl_ocaml_Pointset_Powerset_NNC_Polyhedron.cc'
# required_instantiations_prolog_cxx_headers='ppl_prolog_Polyhedron.hh ppl_prolog_Grid.hh ppl_prolog_Rational_Box.hh ppl_prolog_BD_Shape_mpz_class.hh ppl_prolog_BD_Shape_mpq_class.hh ppl_prolog_Octagonal_Shape_mpz_class.hh ppl_prolog_Octagonal_Shape_mpq_class.hh ppl_prolog_Constraints_Product_C_Polyhedron_Grid.hh ppl_prolog_Pointset_Powerset_C_Polyhedron.hh ppl_prolog_Pointset_Powerset_NNC_Polyhedron.hh'
# required_instantiations_prolog_cxx_objects='ppl_prolog_Polyhedron.lo ppl_prolog_Grid.lo ppl_prolog_Rational_Box.lo ppl_prolog_BD_Shape_mpz_class.lo ppl_prolog_BD_Shape_mpq_class.lo ppl_prolog_Octagonal_Shape_mpz_class.lo ppl_prolog_Octagonal_Shape_mpq_class.lo ppl_prolog_Constraints_Product_C_Polyhedron_Grid.lo ppl_prolog_Pointset_Powerset_C_Polyhedron.lo ppl_prolog_Pointset_Powerset_NNC_Polyhedron.lo'
# required_instantiations_prolog_cxx_sources='ppl_prolog_Polyhedron.cc ppl_prolog_Grid.cc ppl_prolog_Rational_Box.cc ppl_prolog_BD_Shape_mpz_class.cc ppl_prolog_BD_Shape_mpq_class.cc ppl_prolog_Octagonal_Shape_mpz_class.cc ppl_prolog_Octagonal_Shape_mpq_class.cc ppl_prolog_Constraints_Product_C_Polyhedron_Grid.cc ppl_prolog_Pointset_Powerset_C_Polyhedron.cc ppl_prolog_Pointset_Powerset_NNC_Polyhedron.cc'
# required_instantiations_prolog_generated_test_sources='ppl_prolog_generated_test_Polyhedron.pl ppl_prolog_generated_test_Grid.pl ppl_prolog_generated_test_Rational_Box.pl ppl_prolog_generated_test_BD_Shape_mpz_class.pl ppl_prolog_generated_test_BD_Shape_mpq_class.pl ppl_prolog_generated_test_Octagonal_Shape_mpz_class.pl ppl_prolog_generated_test_Octagonal_Shape_mpq_class.pl ppl_prolog_generated_test_Constraints_Product_C_Polyhedron_Grid.pl ppl_prolog_generated_test_Pointset_Powerset_C_Polyhedron.pl ppl_prolog_generated_test_Pointset_Powerset_NNC_Polyhedron.pl'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sicstus_prolog=''
# swi_prolog=''
# swi_prolog_ld=''
# sysconfdir='${prefix}/etc'
# target_alias=''
# uudecode=''
# xsb_prolog=''
# yap_prolog=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "the Parma Polyhedra Library"
# #define PACKAGE_TARNAME "ppl"
# #define PACKAGE_VERSION "1.2"
# #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
# #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
# #define PACKAGE_URL ""
# #define PPL_CONFIGURE_OPTIONS " '--host=x86_64-unknown-linux' '--prefix=/usr' '--enable-interfaces=c,cxx' 'host_alias=x86_64-unknown-linux' 'CC=clang' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=clang++' 'CXXFLAGS='"
# #define PPL_NDEBUG 1
# #define PPL_FPMATH_MAY_USE_387 1
# #define PPL_FPMATH_MAY_USE_SSE 1
# #define PPL_COEFFICIENT_TYPE mpz_class
# #define PPL_COEFFICIENT_BITS 0
# #define PPL_GMP_INTEGERS 1
# #define STDC_HEADERS 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_TYPEOF 1
# #define SIZEOF_CHAR 1
# #define SIZEOF_SHORT 2
# #define SIZEOF_INT 4
# #define SIZEOF_LONG 8
# #define SIZEOF_LONG_LONG 8
# #define SIZEOF_SIZE_T 8
# #define SIZEOF_FLOAT 4
# #define SIZEOF_DOUBLE 8
# #define SIZEOF_LONG_DOUBLE 16
# #define SIZEOF_INTP 8
# #define SIZEOF_FP 8
# #define PPL_CAN_CONTROL_FPU 0
# #define PPL_CXX_PLAIN_CHAR_IS_SIGNED 1
# #define PPL_CXX_PROVIDES_PROPER_LONG_DOUBLE 1
# #define PPL_CXX_FLOAT_BINARY_FORMAT PPL_FLOAT_IEEE754_SINGLE
# #define PPL_SUPPORTED_FLOAT 0
# #define PPL_CXX_DOUBLE_BINARY_FORMAT PPL_FLOAT_IEEE754_DOUBLE
# #define PPL_SUPPORTED_DOUBLE 0
# #define PPL_CXX_LONG_DOUBLE_BINARY_FORMAT PPL_FLOAT_INTEL_DOUBLE_EXTENDED
# #define PPL_SUPPORTED_LONG_DOUBLE 0
# #define PPL_CXX_SUPPORTS_ZERO_LENGTH_ARRAYS 1
# #define PPL_CXX_SUPPORTS_IEEE_INEXACT_FLAG 0
# #define PPL_CXX_SUPPORTS_ATTRIBUTE_WEAK 1
# #define HAVE_FENV_H 1
# #define HAVE_GETOPT_H 1
# #define HAVE_SIGNAL_H 1
# #define HAVE_STRING_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_SYS_RESOURCE_H 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_DECL_FFS 1
# #define HAVE_DECL_GETENV 1
# #define HAVE_DECL_STRTOF 1
# #define HAVE_DECL_STRTOD 1
# #define HAVE_DECL_STRTOLD 1
# #define HAVE_DECL_STRTOLL 1
# #define HAVE_DECL_STRTOULL 1
# #define HAVE_DECL_FMA 1
# #define HAVE_DECL_FMAF 1
# #define HAVE_DECL_FMAL 1
# #define HAVE_DECL_RINTF 1
# #define HAVE_DECL_RINTL 1
# #define HAVE_INT_FAST16_T 1
# #define HAVE_INT_FAST32_T 1
# #define HAVE_INT_FAST64_T 1
# #define HAVE_UINT_FAST16_T 1
# #define HAVE_UINT_FAST32_T 1
# #define HAVE_UINT_FAST64_T 1
# #define HAVE_UINTPTR_T 1
# #define HAVE_DLFCN_H 1
# #define LT_OBJDIR ".libs/"
# #define SIZEOF_MP_LIMB_T 8
# #define PPL_GMP_SUPPORTS_EXCEPTIONS 1
# #define HAVE___MPZ_STRUCT__MP_ALLOC 1
# #define HAVE___MPZ_STRUCT__MP_SIZE 1
# #define HAVE___MPZ_STRUCT__MP_D 1
# #define HAVE_DECL_RLIMIT_DATA 1
# #define HAVE_DECL_RLIMIT_RSS 1
# #define HAVE_DECL_RLIMIT_VMEM 0
# #define HAVE_DECL_RLIMIT_AS 1
# #define HAVE_DECL_GETRUSAGE 1
# #define HAVE_DECL_SETRLIMIT 1
# #define HAVE_DECL_SETITIMER 1
# #define HAVE_DECL_SIGACTION 1
# #define HAVE_TIMEVAL 1
# #define HAVE_SIGINFO_T 1
# #define PPL_CXX_SUPPORTS_LIMITING_MEMORY 0
#
# configure: exit 0