eranif / codelite

A multi purpose IDE specialized in C/C++/Rust/Python/PHP and Node.js. Written in C++
https://codelite.org
GNU General Public License v2.0
2.08k stars 444 forks source link

[Bug]: Cannot enable plugins in Codelite 16 on Ubuntu 20.04 #3135

Closed abstractionmage closed 1 year ago

abstractionmage commented 1 year ago

What happened?

I installed CodeLite through the ppa for Ubuntu focal fossa and when I enable any plugins and restart the program, all plugins are disabled again:

Peek 2023-01-20 11-56

OS version: Ubuntu 20.04 CodeLite Version: 16.0.0

Version

16.0.0

Operating system

Linux

Steps to reproduce

1. On ubuntu 20.04, [install CodeLite 16.0 through the ppa for Ubuntu focal fossa according to the offical documentation](https://docs.codelite.org/downloads/oldDownloads/Repositories16/)
2. Click on Plugins -> Manage Plugins
3. Click on "Check All"
4. Click on "Ok"
5. At the bottom of the window, the message "A CodeLite restart is needed. Would you like to restart it now?" appears. Click the "Yes" button next to it.
6. Wait for CodeLite to restart
7. Click on Plugins -> Manage Plugins once more
8. See that all plugins are deselected once again
9. Confirm that none of the plugins' functionality is available

Relevant log output

No response

dghart commented 1 year ago

Hi,

I've no idea why that would happen, but two suggestions: 1) To try to diagnose the problem, set Settings > Preferences > Misc > Log to Debug or Developer, then recreate the problem and look at the log file. 2) Try the unofficial version that we supply; it works for me: https://docs.codelite.org/downloads/oldDownloads/Repositories16/#ubuntu-debian

Regards,

David

abstractionmage commented 1 year ago

Hi there, and thanks for getting back to me.

The developer level log file after triggering the bug on my end looks like this: ``` ... [19:23:15:811 DBG] [Main] Loading JSON file...done [19:23:15:840 DBG] [Main] ZombieReaperPOSIX: started [19:23:15:840 DBG] [Main] Loading bitmap resources: /usr/share/codelite/codelite-bitmaps-light.zip [19:23:15:841 DBG] [Main] Loading bitmap resources: /usr/share/codelite/codelite-bitmaps-dark.zip ... [19:23:16:085 DBG] [Main] Running command: g++ -v -x c++ /dev/null -fsyntax-only [19:23:16:097 DVL] [Main] Output is: Using built-in specs. COLLECT_GCC=g++ COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/9/lto-wrapper OFFLOAD_TARGET_NAMES=nvptx-none:hsa OFFLOAD_TARGET_DEFAULT=1 Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu 9.4.0-1ubuntu1~20.04.1' --with-bugurl=file:///usr/share/doc/gcc-9/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,gm2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-9 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-9-Av3uEd/gcc-9-9.4.0/debian/tmp-nvptx/usr,hsa --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu Thread model: posix gcc version 9.4.0 (Ubuntu 9.4.0-1ubuntu1~20.04.1) COLLECT_GCC_OPTIONS='-v' '-fsyntax-only' '-shared-libgcc' '-mtune=generic' '-march=x86-64' /usr/lib/gcc/x86_64-linux-gnu/9/cc1plus -quiet -v -imultiarch x86_64-linux-gnu -D_GNU_SOURCE /dev/null -quiet -dumpbase null -mtune=generic -march=x86-64 -auxbase null -version -fsyntax-only -o /dev/null -fasynchronous-unwind-tables -fstack-protector-strong -Wformat -Wformat-security -fstack-clash-protection -fcf-protection GNU C++14 (Ubuntu 9.4.0-1ubuntu1~20.04.1) version 9.4.0 (x86_64-linux-gnu) compiled by GNU C version 9.4.0, GMP version 6.2.0, MPFR version 4.0.2, MPC version 1.1.0, isl version isl-0.22.1-GMP GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 ignoring duplicate directory "/usr/include/x86_64-linux-gnu/c++/9" ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu" ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/9/include-fixed" ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/9/../../../../x86_64-linux-gnu/include" #include "..." search starts here: #include <...> search starts here: /usr/include/c++/9 /usr/include/x86_64-linux-gnu/c++/9 /usr/include/c++/9/backward /usr/lib/gcc/x86_64-linux-gnu/9/include /usr/local/include /usr/include/x86_64-linux-gnu /usr/include End of search list. GNU C++14 (Ubuntu 9.4.0-1ubuntu1~20.04.1) version 9.4.0 (x86_64-linux-gnu) compiled by GNU C version 9.4.0, GMP version 6.2.0, MPFR version 4.0.2, MPC version 1.1.0, isl version isl-0.22.1-GMP GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 Compiler executable checksum: 65fe925b83d3956b533de4aaba7dace0 COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/ LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../:/lib/:/usr/lib/ COLLECT_GCC_OPTIONS='-v' '-fsyntax-only' '-shared-libgcc' '-mtune=generic' '-march=x86-64' [19:23:16:099 DBG] [Main] Running command: g++ -dumpmachine [19:23:16:104 DVL] [Main] Output is: x86_64-linux-gnu [19:23:16:104 DBG] [Main] Running command: g++ -dumpversion [19:23:16:108 DVL] [Main] Output is: 9 [19:23:16:108 DBG] [Main] Loading built-in macros for compiler ' GCC-9 ' : g++ -dM -E -xc++ /tmp/codelite/78291/cltmp-PyU4MBQV.txt [19:23:16:108 DBG] [Main] Running command: g++ -dM -E -xc++ /tmp/codelite/78291/cltmp-PyU4MBQV.txt [19:23:16:118 DVL] [Main] Output is: #define __SSP_STRONG__ 3 #define __DBL_MIN_EXP__ (-1021) #define __FLT32X_MAX_EXP__ 1024 #define __cpp_attributes 200809 #define __UINT_LEAST16_MAX__ 0xffff #define __ATOMIC_ACQUIRE 2 #define __FLT128_MAX_10_EXP__ 4932 #define __FLT_MIN__ 1.17549435082228750796873653722224568e-38F #define __GCC_IEC_559_COMPLEX 2 #define __cpp_aggregate_nsdmi 201304 #define __UINT_LEAST8_TYPE__ unsigned char #define __SIZEOF_FLOAT80__ 16 #define __INTMAX_C(c) c ## L #define __CHAR_BIT__ 8 #define __UINT8_MAX__ 0xff #define __WINT_MAX__ 0xffffffffU #define __FLT32_MIN_EXP__ (-125) #define __cpp_static_assert 200410 #define __ORDER_LITTLE_ENDIAN__ 1234 #define __SIZE_MAX__ 0xffffffffffffffffUL #define __WCHAR_MAX__ 0x7fffffff #define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_1 1 #define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_2 1 #define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 1 #define __DBL_DENORM_MIN__ double(4.94065645841246544176568792868221372e-324L) #define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8 1 #define __GCC_ATOMIC_CHAR_LOCK_FREE 2 #define __GCC_IEC_559 2 #define __FLT32X_DECIMAL_DIG__ 17 #define __FLT_EVAL_METHOD__ 0 #define __unix__ 1 #define __cpp_binary_literals 201304 #define __FLT64_DECIMAL_DIG__ 17 #define __CET__ 3 #define __GCC_ATOMIC_CHAR32_T_LOCK_FREE 2 #define __x86_64 1 #define __cpp_variadic_templates 200704 #define __UINT_FAST64_MAX__ 0xffffffffffffffffUL #define __SIG_ATOMIC_TYPE__ int #define __DBL_MIN_10_EXP__ (-307) #define __FINITE_MATH_ONLY__ 0 #define __cpp_variable_templates 201304 #define __GNUC_PATCHLEVEL__ 0 #define __FLT32_HAS_DENORM__ 1 #define __UINT_FAST8_MAX__ 0xff #define __cpp_rvalue_reference 200610 #define __has_include(STR) __has_include__(STR) #define __DEC64_MAX_EXP__ 385 #define __INT8_C(c) c #define __INT_LEAST8_WIDTH__ 8 #define __UINT_LEAST64_MAX__ 0xffffffffffffffffUL #define __SHRT_MAX__ 0x7fff #define __LDBL_MAX__ 1.18973149535723176502126385303097021e+4932L #define __FLT64X_MAX_10_EXP__ 4932 #define __UINT_LEAST8_MAX__ 0xff #define __GCC_ATOMIC_BOOL_LOCK_FREE 2 #define __FLT128_DENORM_MIN__ 6.47517511943802511092443895822764655e-4966F128 #define __UINTMAX_TYPE__ long unsigned int #define __linux 1 #define __DEC32_EPSILON__ 1E-6DF #define __FLT_EVAL_METHOD_TS_18661_3__ 0 #define __unix 1 #define __UINT32_MAX__ 0xffffffffU #define __GXX_EXPERIMENTAL_CXX0X__ 1 #define __LDBL_MAX_EXP__ 16384 #define __FLT128_MIN_EXP__ (-16381) #define __WINT_MIN__ 0U #define __linux__ 1 #define __FLT128_MIN_10_EXP__ (-4931) #define __INT_LEAST16_WIDTH__ 16 #define __SCHAR_MAX__ 0x7f #define __FLT128_MANT_DIG__ 113 #define __WCHAR_MIN__ (-__WCHAR_MAX__ - 1) #define __INT64_C(c) c ## L #define __DBL_DIG__ 15 #define __GCC_ATOMIC_POINTER_LOCK_FREE 2 #define __FLT64X_MANT_DIG__ 64 #define __SIZEOF_INT__ 4 #define __SIZEOF_POINTER__ 8 #define __GCC_ATOMIC_CHAR16_T_LOCK_FREE 2 #define __USER_LABEL_PREFIX__ #define __FLT64X_EPSILON__ 1.08420217248550443400745280086994171e-19F64x #define __STDC_HOSTED__ 1 #define __LDBL_HAS_INFINITY__ 1 #define __FLT32_DIG__ 6 #define __FLT_EPSILON__ 1.19209289550781250000000000000000000e-7F #define __GXX_WEAK__ 1 #define __SHRT_WIDTH__ 16 #define __LDBL_MIN__ 3.36210314311209350626267781732175260e-4932L #define __DEC32_MAX__ 9.999999E96DF #define __cpp_threadsafe_static_init 200806 #define __FLT64X_DENORM_MIN__ 3.64519953188247460252840593361941982e-4951F64x #define __FLT32X_HAS_INFINITY__ 1 #define __INT32_MAX__ 0x7fffffff #define __INT_WIDTH__ 32 #define __SIZEOF_LONG__ 8 #define __STDC_IEC_559__ 1 #define __STDC_ISO_10646__ 201706L #define __UINT16_C(c) c #define __PTRDIFF_WIDTH__ 64 #define __DECIMAL_DIG__ 21 #define __FLT64_EPSILON__ 2.22044604925031308084726333618164062e-16F64 #define __gnu_linux__ 1 #define __INTMAX_WIDTH__ 64 #define __FLT64_MIN_EXP__ (-1021) #define __has_include_next(STR) __has_include_next__(STR) #define __FLT64X_MIN_10_EXP__ (-4931) #define __LDBL_HAS_QUIET_NAN__ 1 #define __FLT64_MANT_DIG__ 53 #define __GNUC__ 9 #define __GXX_RTTI 1 #define __pie__ 2 #define __MMX__ 1 #define __cpp_delegating_constructors 200604 #define __FLT_HAS_DENORM__ 1 #define __SIZEOF_LONG_DOUBLE__ 16 #define __BIGGEST_ALIGNMENT__ 16 #define __STDC_UTF_16__ 1 #define __FLT64_MAX_10_EXP__ 308 #define __FLT32_HAS_INFINITY__ 1 #define __DBL_MAX__ double(1.79769313486231570814527423731704357e+308L) #define __cpp_raw_strings 200710 #define __INT_FAST32_MAX__ 0x7fffffffffffffffL #define __DBL_HAS_INFINITY__ 1 #define __HAVE_SPECULATION_SAFE_VALUE 1 #define __DEC32_MIN_EXP__ (-94) #define __INTPTR_WIDTH__ 64 #define __FLT32X_HAS_DENORM__ 1 #define __INT_FAST16_TYPE__ long int #define __LDBL_HAS_DENORM__ 1 #define __cplusplus 201402L #define __cpp_ref_qualifiers 200710 #define __DEC128_MAX__ 9.999999999999999999999999999999999E6144DL #define __INT_LEAST32_MAX__ 0x7fffffff #define __DEC32_MIN__ 1E-95DF #define __DEPRECATED 1 #define __cpp_rvalue_references 200610 #define __DBL_MAX_EXP__ 1024 #define __WCHAR_WIDTH__ 32 #define __FLT32_MAX__ 3.40282346638528859811704183484516925e+38F32 #define __DEC128_EPSILON__ 1E-33DL #define __SSE2_MATH__ 1 #define __ATOMIC_HLE_RELEASE 131072 #define __PTRDIFF_MAX__ 0x7fffffffffffffffL #define __amd64 1 #define __ATOMIC_HLE_ACQUIRE 65536 #define __FLT32_HAS_QUIET_NAN__ 1 #define __GNUG__ 9 #define __LONG_LONG_MAX__ 0x7fffffffffffffffLL #define __SIZEOF_SIZE_T__ 8 #define __cpp_nsdmi 200809 #define __FLT64X_MIN_EXP__ (-16381) #define __SIZEOF_WINT_T__ 4 #define __LONG_LONG_WIDTH__ 64 #define __cpp_initializer_lists 200806 #define __FLT32_MAX_EXP__ 128 #define __cpp_hex_float 201603 #define __GCC_HAVE_DWARF2_CFI_ASM 1 #define __GXX_ABI_VERSION 1013 #define __FLT128_HAS_INFINITY__ 1 #define __FLT_MIN_EXP__ (-125) #define __cpp_lambdas 200907 #define __FLT64X_HAS_QUIET_NAN__ 1 #define __INT_FAST64_TYPE__ long int #define __FLT64_DENORM_MIN__ 4.94065645841246544176568792868221372e-324F64 #define __DBL_MIN__ double(2.22507385850720138309023271733240406e-308L) #define __PIE__ 2 #define __LP64__ 1 #define __FLT32X_EPSILON__ 2.22044604925031308084726333618164062e-16F32x #define __DECIMAL_BID_FORMAT__ 1 #define __FLT64_MIN_10_EXP__ (-307) #define __FLT64X_DECIMAL_DIG__ 21 #define __DEC128_MIN__ 1E-6143DL #define __REGISTER_PREFIX__ #define __UINT16_MAX__ 0xffff #define __FLT32_MIN__ 1.17549435082228750796873653722224568e-38F32 #define __UINT8_TYPE__ unsigned char #define __NO_INLINE__ 1 #define __FLT_MANT_DIG__ 24 #define __LDBL_DECIMAL_DIG__ 21 #define __VERSION__ "9.4.0" #define __UINT64_C(c) c ## UL #define __cpp_unicode_characters 200704 #define _STDC_PREDEF_H 1 #define __cpp_decltype_auto 201304 #define __GCC_ATOMIC_INT_LOCK_FREE 2 #define __FLT128_MAX_EXP__ 16384 #define __FLT32_MANT_DIG__ 24 #define __FLOAT_WORD_ORDER__ __ORDER_LITTLE_ENDIAN__ #define __STDC_IEC_559_COMPLEX__ 1 #define __FLT128_HAS_DENORM__ 1 #define __FLT128_DIG__ 33 #define __SCHAR_WIDTH__ 8 #define __INT32_C(c) c #define __DEC64_EPSILON__ 1E-15DD #define __ORDER_PDP_ENDIAN__ 3412 #define __DEC128_MIN_EXP__ (-6142) #define __FLT32_MAX_10_EXP__ 38 #define __INT_FAST32_TYPE__ long int #define __UINT_LEAST16_TYPE__ short unsigned int #define __FLT64X_HAS_INFINITY__ 1 #define unix 1 #define __DBL_HAS_DENORM__ 1 #define __INT16_MAX__ 0x7fff #define __cpp_rtti 199711 #define __SIZE_TYPE__ long unsigned int #define __UINT64_MAX__ 0xffffffffffffffffUL #define __FLT64X_DIG__ 18 #define __INT8_TYPE__ signed char #define __cpp_digit_separators 201309 #define __ELF__ 1 #define __GCC_ASM_FLAG_OUTPUTS__ 1 #define __FLT_RADIX__ 2 #define __INT_LEAST16_TYPE__ short int #define __LDBL_EPSILON__ 1.08420217248550443400745280086994171e-19L #define __UINTMAX_C(c) c ## UL #define __GLIBCXX_BITSIZE_INT_N_0 128 #define __k8 1 #define __SIG_ATOMIC_MAX__ 0x7fffffff #define __GCC_ATOMIC_WCHAR_T_LOCK_FREE 2 #define __SIZEOF_PTRDIFF_T__ 8 #define __FLT32X_MANT_DIG__ 53 #define __x86_64__ 1 #define __FLT32X_MIN_EXP__ (-1021) #define __DEC32_SUBNORMAL_MIN__ 0.000001E-95DF #define __INT_FAST16_MAX__ 0x7fffffffffffffffL #define __FLT64_DIG__ 15 #define __UINT_FAST32_MAX__ 0xffffffffffffffffUL #define __UINT_LEAST64_TYPE__ long unsigned int #define __FLT_HAS_QUIET_NAN__ 1 #define __FLT_MAX_10_EXP__ 38 #define __LONG_MAX__ 0x7fffffffffffffffL #define __FLT64X_HAS_DENORM__ 1 #define __DEC128_SUBNORMAL_MIN__ 0.000000000000000000000000000000001E-6143DL #define __FLT_HAS_INFINITY__ 1 #define __cpp_unicode_literals 200710 #define __UINT_FAST16_TYPE__ long unsigned int #define __DEC64_MAX__ 9.999999999999999E384DD #define __INT_FAST32_WIDTH__ 64 #define __CHAR16_TYPE__ short unsigned int #define __PRAGMA_REDEFINE_EXTNAME 1 #define __SIZE_WIDTH__ 64 #define __SEG_FS 1 #define __INT_LEAST16_MAX__ 0x7fff #define __DEC64_MANT_DIG__ 16 #define __INT64_MAX__ 0x7fffffffffffffffL #define __UINT_LEAST32_MAX__ 0xffffffffU #define __SEG_GS 1 #define __FLT32_DENORM_MIN__ 1.40129846432481707092372958328991613e-45F32 #define __GCC_ATOMIC_LONG_LOCK_FREE 2 #define __SIG_ATOMIC_WIDTH__ 32 #define __INT_LEAST64_TYPE__ long int #define __INT16_TYPE__ short int #define __INT_LEAST8_TYPE__ signed char #define __DEC32_MAX_EXP__ 97 #define __INT_FAST8_MAX__ 0x7f #define __FLT128_MAX__ 1.18973149535723176508575932662800702e+4932F128 #define __INTPTR_MAX__ 0x7fffffffffffffffL #define __cpp_sized_deallocation 201309 #define linux 1 #define __cpp_range_based_for 200907 #define __FLT64_HAS_QUIET_NAN__ 1 #define __FLT32_MIN_10_EXP__ (-37) #define __SSE2__ 1 #define __EXCEPTIONS 1 #define __LDBL_MANT_DIG__ 64 #define __DBL_HAS_QUIET_NAN__ 1 #define __FLT64_HAS_INFINITY__ 1 #define __FLT64X_MAX__ 1.18973149535723176502126385303097021e+4932F64x #define __SIG_ATOMIC_MIN__ (-__SIG_ATOMIC_MAX__ - 1) #define __code_model_small__ 1 #define __cpp_return_type_deduction 201304 #define __k8__ 1 #define __INTPTR_TYPE__ long int #define __UINT16_TYPE__ short unsigned int #define __WCHAR_TYPE__ int #define __SIZEOF_FLOAT__ 4 #define __pic__ 2 #define __UINTPTR_MAX__ 0xffffffffffffffffUL #define __INT_FAST64_WIDTH__ 64 #define __DEC64_MIN_EXP__ (-382) #define __cpp_decltype 200707 #define __FLT32_DECIMAL_DIG__ 9 #define __INT_FAST64_MAX__ 0x7fffffffffffffffL #define __GCC_ATOMIC_TEST_AND_SET_TRUEVAL 1 #define __FLT_DIG__ 6 #define __FLT64X_MAX_EXP__ 16384 #define __UINT_FAST64_TYPE__ long unsigned int #define __INT_MAX__ 0x7fffffff #define __amd64__ 1 #define __INT64_TYPE__ long int #define __FLT_MAX_EXP__ 128 #define __ORDER_BIG_ENDIAN__ 4321 #define __DBL_MANT_DIG__ 53 #define __cpp_inheriting_constructors 201511 #define __SIZEOF_FLOAT128__ 16 #define __INT_LEAST64_MAX__ 0x7fffffffffffffffL #define __DEC64_MIN__ 1E-383DD #define __WINT_TYPE__ unsigned int #define __UINT_LEAST32_TYPE__ unsigned int #define __SIZEOF_SHORT__ 2 #define __SSE__ 1 #define __LDBL_MIN_EXP__ (-16381) #define __FLT64_MAX__ 1.79769313486231570814527423731704357e+308F64 #define __WINT_WIDTH__ 32 #define __INT_LEAST8_MAX__ 0x7f #define __FLT32X_MAX_10_EXP__ 308 #define __SIZEOF_INT128__ 16 #define __LDBL_MAX_10_EXP__ 4932 #define __ATOMIC_RELAXED 0 #define __DBL_EPSILON__ double(2.22044604925031308084726333618164062e-16L) #define __FLT128_MIN__ 3.36210314311209350626267781732175260e-4932F128 #define _LP64 1 #define __UINT8_C(c) c #define __FLT64_MAX_EXP__ 1024 #define __INT_LEAST32_TYPE__ int #define __SIZEOF_WCHAR_T__ 4 #define __FLT128_HAS_QUIET_NAN__ 1 #define __INT_FAST8_TYPE__ signed char #define __FLT64X_MIN__ 3.36210314311209350626267781732175260e-4932F64x #define __GNUC_STDC_INLINE__ 1 #define __FLT64_HAS_DENORM__ 1 #define __FLT32_EPSILON__ 1.19209289550781250000000000000000000e-7F32 #define __DBL_DECIMAL_DIG__ 17 #define __STDC_UTF_32__ 1 #define __INT_FAST8_WIDTH__ 8 #define __FXSR__ 1 #define __DEC_EVAL_METHOD__ 2 #define __FLT32X_MAX__ 1.79769313486231570814527423731704357e+308F32x #define __cpp_runtime_arrays 198712 #define __UINT64_TYPE__ long unsigned int #define __UINT32_C(c) c ## U #define __INTMAX_MAX__ 0x7fffffffffffffffL #define __cpp_alias_templates 200704 #define __BYTE_ORDER__ __ORDER_LITTLE_ENDIAN__ #define __FLT_DENORM_MIN__ 1.40129846432481707092372958328991613e-45F #define __INT8_MAX__ 0x7f #define __LONG_WIDTH__ 64 #define __PIC__ 2 #define __UINT_FAST32_TYPE__ long unsigned int #define __CHAR32_TYPE__ unsigned int #define __FLT_MAX__ 3.40282346638528859811704183484516925e+38F #define __cpp_constexpr 201304 #define __INT32_TYPE__ int #define __SIZEOF_DOUBLE__ 8 #define __cpp_exceptions 199711 #define __FLT_MIN_10_EXP__ (-37) #define __FLT64_MIN__ 2.22507385850720138309023271733240406e-308F64 #define __INT_LEAST32_WIDTH__ 32 #define __INTMAX_TYPE__ long int #define __DEC128_MAX_EXP__ 6145 #define __FLT32X_HAS_QUIET_NAN__ 1 #define __ATOMIC_CONSUME 1 #define __GNUC_MINOR__ 4 #define __GLIBCXX_TYPE_INT_N_0 __int128 #define __INT_FAST16_WIDTH__ 64 #define __UINTMAX_MAX__ 0xffffffffffffffffUL #define __DEC32_MANT_DIG__ 7 #define __FLT32X_DENORM_MIN__ 4.94065645841246544176568792868221372e-324F32x #define __DBL_MAX_10_EXP__ 308 #define __LDBL_DENORM_MIN__ 3.64519953188247460252840593361941982e-4951L #define __INT16_C(c) c #define __cpp_generic_lambdas 201304 #define __STDC__ 1 #define __FLT32X_DIG__ 15 #define __PTRDIFF_TYPE__ long int #define __ATOMIC_SEQ_CST 5 #define __UINT32_TYPE__ unsigned int #define __FLT32X_MIN_10_EXP__ (-307) #define __UINTPTR_TYPE__ long unsigned int #define __DEC64_SUBNORMAL_MIN__ 0.000000000000001E-383DD #define __DEC128_MANT_DIG__ 34 #define __LDBL_MIN_10_EXP__ (-4931) #define __FLT128_EPSILON__ 1.92592994438723585305597794258492732e-34F128 #define __SSE_MATH__ 1 #define __SIZEOF_LONG_LONG__ 8 #define __cpp_user_defined_literals 200809 #define __FLT128_DECIMAL_DIG__ 36 #define __GCC_ATOMIC_LLONG_LOCK_FREE 2 #define __FLT32X_MIN__ 2.22507385850720138309023271733240406e-308F32x #define __LDBL_DIG__ 18 #define __FLT_DECIMAL_DIG__ 9 #define __UINT_FAST16_MAX__ 0xffffffffffffffffUL #define __GCC_ATOMIC_SHORT_LOCK_FREE 2 #define __INT_LEAST64_WIDTH__ 64 #define __UINT_FAST8_TYPE__ unsigned char #define _GNU_SOURCE 1 #define __cpp_init_captures 201304 #define __ATOMIC_ACQ_REL 4 #define __ATOMIC_RELEASE 3 [19:23:16:123 DBG] [Main] Compiler builtin macros are written into: /tmp/codelite/78291/cltmp-PyU4MBQV.txt [19:23:16:124 DVL] [Main] GCC Metadata loaded for tool /usr/bin/g++ [19:23:16:124 DVL] [Main] Name: GCC-9 [19:23:16:124 DVL] [Main] Search paths: [/usr/include/c++/9, /usr/include/x86_64-linux-gnu/c++/9, /usr/include/c++/9/backward, /usr/lib/gcc/x86_64-linux-gnu/9/include, /usr/local/include, /usr/include/x86_64-linux-gnu, /usr/include] [19:23:16:124 DVL] [Main] Macros: [__INT_LEAST8_TYPE__, __INT16_TYPE__, __GCC_ATOMIC_LONG_LOCK_FREE=2, __SEG_GS=1, __FLT32X_MIN_10_EXP__=307, __LONG_MAX__=0x7fffffffffffffffL, __FLT64_DIG__=15, __UINTMAX_C, __GCC_HAVE_DWARF2_CFI_ASM=1, __FLT128_MAX__=1.18973149535723176508575932662800702e+4932F, __DEC128_SUBNORMAL_MIN__=0.000000000000000000000000000000001E-6143, __UINT64_MAX__=0xffffffffffffffffUL, __STDC_IEC_559__=1, __GNUC_STDC_INLINE__=1, __cpp_rtti=199711, __INT16_MAX__=0x7fff, __SIG_ATOMIC_WIDTH__=32, __LDBL_DENORM_MIN__=3.64519953188247460252840593361941982e-4951L, __FLT_MIN_EXP__=125, __cpp_nsdmi=200809, __LDBL_MIN_EXP__=16381, __ORDER_PDP_ENDIAN__=3412, __WCHAR_WIDTH__=32, __CHAR16_TYPE__, __STDC_IEC_559_COMPLEX__=1, __DEC64_MANT_DIG__=16, __cpp_constexpr=201304, __INT_LEAST64_WIDTH__=64, __FLT32_MANT_DIG__=24, __FLT_HAS_INFINITY__=1, __DECIMAL_DIG__=21, __REGISTER_PREFIX__, __UINT_FAST64_MAX__=0xffffffffffffffffUL, __cpp_binary_literals=201304, __FLT64X_HAS_QUIET_NAN__=1, __cpp_digit_separators=201309, __cpp_initializer_lists=200806, __WCHAR_MAX__=0x7fffffff, __SIZEOF_WINT_T__=4, __LDBL_MAX_10_EXP__=4932, __GCC_ATOMIC_INT_LOCK_FREE=2, __FLT32_MAX_10_EXP__=38, __FLT64X_DECIMAL_DIG__=21, __FLT64_HAS_QUIET_NAN__=1, __ATOMIC_HLE_ACQUIRE=65536, __amd64=1, __DEPRECATED=1, __FLT64X_HAS_DENORM__=1, __DEC32_MIN__=1E-95, __cplusplus=201402L, __cpp_unicode_characters=200704, __FLT32X_HAS_DENORM__=1, __LDBL_MAX__=1.18973149535723176502126385303097021e+4932L, __UINT_FAST8_TYPE__, __LDBL_HAS_INFINITY__=1, __WCHAR_TYPE__, __GXX_WEAK__=1, __FXSR__=1, __DEC128_EPSILON__=1E-33, __GNUC_PATCHLEVEL__=0, __FLT64X_DENORM_MIN__=3.64519953188247460252840593361941982e-4951F, __FLT32_MAX__=3.40282346638528859811704183484516925e+38F, __FLT64X_MAX_10_EXP__=4932, __DECIMAL_BID_FORMAT__=1, __SSE2__=1, __GCC_ATOMIC_WCHAR_T_LOCK_FREE=2, __INT32_TYPE__, __DBL_MANT_DIG__=53, __unix__=1, __FLT_EVAL_METHOD_TS_18661_3__=0, __DEC128_MAX__=9.999999999999999999999999999999999E6144, __FLT_MIN__=1.17549435082228750796873653722224568e-38F, __GCC_ASM_FLAG_OUTPUTS__=1, __UINT_LEAST16_TYPE__, __FLT32X_HAS_QUIET_NAN__=1, __FLT_DECIMAL_DIG__=9, __GCC_IEC_559_COMPLEX=2, __DBL_DENORM_MIN__=4.94065645841246544176568792868221372e-324L, __ORDER_LITTLE_ENDIAN__=1234, __INT8_C, __DEC32_EPSILON__=1E-6, __SIG_ATOMIC_MAX__=0x7fffffff, __INTPTR_WIDTH__=64, __INTMAX_C, __FLT128_MAX_10_EXP__=4932, __SIZEOF_FLOAT80__=16, __FLT128_MIN_10_EXP__=4931, __cpp_inheriting_constructors=201511, __INT_LEAST16_MAX__=0x7fff, __UINT_LEAST8_MAX__=0xff, __INT_LEAST8_WIDTH__=8, __INT_FAST32_TYPE__, __cpp_lambdas=200907, __GCC_ATOMIC_CHAR16_T_LOCK_FREE=2, __STDC__=1, __FLT64X_MIN_EXP__=16381, __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8=1, __UINT_LEAST8_TYPE__, __cpp_aggregate_nsdmi=201304, __LDBL_MAX_EXP__=16384, __DEC64_MAX__=9.999999999999999E384, __x86_64__=1, __SSP_STRONG__=3, __cpp_rvalue_reference=200610, __PRAGMA_REDEFINE_EXTNAME=1, __FLT32_HAS_DENORM__=1, __FLT64X_EPSILON__=1.08420217248550443400745280086994171e-19F, __FLT64_MAX_10_EXP__=308, __CET__=3, __FLT32_HAS_QUIET_NAN__=1, __INT_LEAST64_MAX__=0x7fffffffffffffffL, __INT_FAST16_TYPE__, __DBL_HAS_INFINITY__=1, __UINT_LEAST16_MAX__=0xffff, __pie__=2, __FLT128_MANT_DIG__=113, __FLT128_DENORM_MIN__=6.47517511943802511092443895822764655e-4966F, __DEC64_MIN__=1E-383, __GNUG__=9, __GCC_ATOMIC_CHAR32_T_LOCK_FREE=2, __INT_LEAST32_TYPE__, __FLT64_MIN_EXP__=1021, __FLT64X_MAX_EXP__=16384, __LDBL_EPSILON__=1.08420217248550443400745280086994171e-19L, __FLT32X_DECIMAL_DIG__=17, __WINT_MAX__=0xffffffffU, __SIZEOF_PTRDIFF_T__=8, __INT_FAST8_MAX__=0x7f, __FLT64_EPSILON__=2.22044604925031308084726333618164062e-16F, __SSE__=1, __UINT8_TYPE__, __cpp_static_assert=200410, __GCC_IEC_559=2, __cpp_hex_float=201603, __SIZE_MAX__=0xffffffffffffffffUL, __cpp_ref_qualifiers=200710, __UINTPTR_TYPE__, __UINT_LEAST64_MAX__=0xffffffffffffffffUL, __cpp_variable_templates=201304, __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4=1, __WINT_WIDTH__=32, __FLOAT_WORD_ORDER__, __cpp_delegating_constructors=200604, __GCC_HAVE_SYNC_COMPARE_AND_SWAP_1=1, __SHRT_MAX__=0x7fff, __FLT32X_HAS_INFINITY__=1, __DEC128_MIN__=1E-6143, __FLT_HAS_QUIET_NAN__=1, __DEC64_MAX_EXP__=385, __INT_LEAST32_WIDTH__=32, __INT_LEAST64_TYPE__, __DEC32_SUBNORMAL_MIN__=0.000001E-95, __PIC__=2, __linux=1, __INT64_C, __cpp_runtime_arrays=198712, __INT_LEAST8_MAX__=0x7f, __UINT_LEAST32_MAX__=0xffffffffU, __DEC32_MANT_DIG__=7, __GCC_ATOMIC_CHAR_LOCK_FREE=2, __UINT64_C, __SCHAR_WIDTH__=8, __LDBL_DIG__=18, __SSE2_MATH__=1, __GNUC__=9, __GCC_ATOMIC_BOOL_LOCK_FREE=2, __GXX_EXPERIMENTAL_CXX0X__=1, __cpp_rvalue_references=200610, __UINT_FAST32_MAX__=0xffffffffffffffffUL, __INT64_TYPE__, __FLT_EVAL_METHOD__=0, __WINT_MIN__=0U, __SCHAR_MAX__=0x7f, __FLT32_MAX_EXP__=128, __INT_LEAST16_WIDTH__=16, __linux__=1, __FLT32_MIN_EXP__=125, __DBL_HAS_DENORM__=1, __ATOMIC_HLE_RELEASE=131072, __FLT_MANT_DIG__=24, __USER_LABEL_PREFIX__, __DEC32_MIN_EXP__=94, __WCHAR_MIN__=1, __INT32_MAX__=0x7fffffff, __x86_64=1, __INT_WIDTH__=32, __DBL_MIN__=2.22507385850720138309023271733240406e-308L, __FLT128_MAX_EXP__=16384, __cpp_decltype_auto=201304, __GCC_HAVE_SYNC_COMPARE_AND_SWAP_2=1, __has_include, __FLT32X_MANT_DIG__=53, __SIZEOF_LONG_LONG__=8, __DEC32_MAX_EXP__=97, __FLT64X_MANT_DIG__=64, __STDC_UTF_16__=1, __FLT_EPSILON__=1.19209289550781250000000000000000000e-7F, __FLT128_HAS_INFINITY__=1, __UINT_FAST8_MAX__=0xff, __CHAR_BIT__=8, __SHRT_WIDTH__=16, __k8=1, __cpp_threadsafe_static_init=200806, __FLT64X_HAS_INFINITY__=1, __FLT64X_DIG__=18, __DEC_EVAL_METHOD__=2, __BIGGEST_ALIGNMENT__=16, __INT32_C, __LONG_LONG_WIDTH__=64, __SIG_ATOMIC_MIN__=1, __DEC32_MAX__=9.999999E96, __ELF__=1, __FLT32X_DIG__=15, __SIZEOF_LONG_DOUBLE__=16, __FLT32X_EPSILON__=2.22044604925031308084726333618164062e-16F, __FLT128_DIG__=33, __SIZE_WIDTH__=64, __FINITE_MATH_ONLY__=0, __MMX__=1, __SIZEOF_SIZE_T__=8, __PTRDIFF_MAX__=0x7fffffffffffffffL, __UINT16_C, __PTRDIFF_WIDTH__=64, __INT_FAST32_MAX__=0x7fffffffffffffffL, __UINT32_MAX__=0xffffffffU, __FLT128_MIN_EXP__=16381, __UINT16_MAX__=0xffff, __unix=1, __STDC_ISO_10646__=201706L, __DBL_MIN_10_EXP__=307, __HAVE_SPECULATION_SAFE_VALUE=1, __UINT8_MAX__=0xff, __INT_FAST64_TYPE__, __FLT64X_MIN_10_EXP__=4931, __LDBL_DECIMAL_DIG__=21, __FLT64_HAS_INFINITY__=1, __GCC_ATOMIC_POINTER_LOCK_FREE=2, __LONG_WIDTH__=64, __FLT64_MANT_DIG__=53, __FLT32_MIN_10_EXP__=37, __has_include_next, __SIG_ATOMIC_TYPE__, __UINTMAX_MAX__=0xffffffffffffffffUL, __LONG_LONG_MAX__=0x7fffffffffffffffL, __DEC128_MIN_EXP__=6142, __NO_INLINE__=1, __FLT_MAX_10_EXP__=38, __LDBL_HAS_QUIET_NAN__=1, __FLT_HAS_DENORM__=1, __GLIBCXX_BITSIZE_INT_N_0=128, __UINT_LEAST64_TYPE__, __STDC_HOSTED__=1, __GXX_ABI_VERSION=1013, __FLT32_DIG__=6, __FLT_RADIX__=2, __SEG_FS=1, __VERSION__, __FLT64_MIN_10_EXP__=307, __GCC_ATOMIC_LLONG_LOCK_FREE=2, __gnu_linux__=1, __FLT32_DENORM_MIN__=1.40129846432481707092372958328991613e-45F, __cpp_raw_strings=200710, __SIZEOF_POINTER__=8, __cpp_sized_deallocation=201309, linux=1, __INT64_MAX__=0x7fffffffffffffffL, __EXCEPTIONS=1, __SIZEOF_INT__=4, __LDBL_MANT_DIG__=64, __ATOMIC_ACQUIRE=2, __DBL_HAS_QUIET_NAN__=1, __UINT_FAST32_TYPE__, unix=1, __FLT32X_MIN_EXP__=1021, __FLT64X_MAX__=1.18973149535723176502126385303097021e+4932F, __code_model_small__=1, __cpp_variadic_templates=200704, __FLT32_EPSILON__=1.19209289550781250000000000000000000e-7F, __k8__=1, __INTPTR_TYPE__, __UINT16_TYPE__, __SIZEOF_FLOAT__=4, __LP64__=1, __INT_FAST32_WIDTH__=64, __pic__=2, __UINTPTR_MAX__=0xffffffffffffffffUL, __GXX_RTTI=1, __INT_FAST64_WIDTH__=64, __UINTMAX_TYPE__, __cpp_range_based_for=200907, __DEC64_MIN_EXP__=382, __GCC_ATOMIC_SHORT_LOCK_FREE=2, __cpp_decltype=200707, __FLT32_DECIMAL_DIG__=9, __FLT32_MIN__=1.17549435082228750796873653722224568e-38F, __INT_FAST64_MAX__=0x7fffffffffffffffL, __INTPTR_MAX__=0x7fffffffffffffffL, __GCC_ATOMIC_TEST_AND_SET_TRUEVAL=1, __FLT_DIG__=6, __SIZE_TYPE__, __UINT_FAST64_TYPE__, __INT_FAST8_TYPE__, __DBL_MIN_EXP__=1021, __INT_MAX__=0x7fffffff, __amd64__=1, __FLT128_MIN__=3.36210314311209350626267781732175260e-4932F, __LDBL_MIN_10_EXP__=4931, __FLT_MAX_EXP__=128, __ORDER_BIG_ENDIAN__=4321, __PTRDIFF_TYPE__, __UINT64_TYPE__, __LDBL_MIN__=3.36210314311209350626267781732175260e-4932L, __SIZEOF_FLOAT128__=16, __FLT128_HAS_DENORM__=1, __WINT_TYPE__, __UINT_LEAST32_TYPE__, __FLT_MIN_10_EXP__=37, __FLT64_MAX__=1.79769313486231570814527423731704357e+308F, __FLT32X_MAX_10_EXP__=308, __SIZEOF_INT128__=16, __PIE__=2, __FLT64_DECIMAL_DIG__=17, __cpp_attributes=200809, __ATOMIC_RELAXED=0, __UINT8_C, __FLT64_MAX_EXP__=1024, __SIZEOF_WCHAR_T__=4, __ATOMIC_SEQ_CST=5, __FLT32X_MAX_EXP__=1024, __FLT128_HAS_QUIET_NAN__=1, __DBL_MAX_EXP__=1024, __FLT64X_MIN__=3.36210314311209350626267781732175260e-4932F, __cpp_return_type_deduction=201304, __DBL_DECIMAL_DIG__=17, __INTMAX_WIDTH__=64, __STDC_UTF_32__=1, __INT_FAST8_WIDTH__=8, __SIZEOF_LONG__=8, __FLT32X_MAX__=1.79769313486231570814527423731704357e+308F, __DBL_DIG__=15, __FLT64_HAS_DENORM__=1, __INT_LEAST32_MAX__=0x7fffffff, __UINT32_C, __INTMAX_MAX__=0x7fffffffffffffffL, __cpp_alias_templates=200704, __BYTE_ORDER__, __FLT64_DENORM_MIN__=4.94065645841246544176568792868221372e-324F, __FLT_DENORM_MIN__=1.40129846432481707092372958328991613e-45F, __INT8_MAX__=0x7f, __CHAR32_TYPE__, __LDBL_HAS_DENORM__=1, __FLT_MAX__=3.40282346638528859811704183484516925e+38F, __INT8_TYPE__, __SIZEOF_DOUBLE__=8, _LP64=1, __cpp_exceptions=199711, __DBL_MAX__=1.79769313486231570814527423731704357e+308L, __FLT64_MIN__=2.22507385850720138309023271733240406e-308F, __UINT_FAST16_MAX__=0xffffffffffffffffUL, __FLT128_EPSILON__=1.92592994438723585305597794258492732e-34F, __INTMAX_TYPE__, __DEC128_MAX_EXP__=6145, __ATOMIC_CONSUME=1, __GNUC_MINOR__=4, __GLIBCXX_TYPE_INT_N_0, __INT_FAST16_WIDTH__=64, __INT_LEAST16_TYPE__, __DBL_EPSILON__=2.22044604925031308084726333618164062e-16L, __FLT32X_DENORM_MIN__=4.94065645841246544176568792868221372e-324F, __DBL_MAX_10_EXP__=308, __cpp_unicode_literals=200710, __INT16_C, __cpp_generic_lambdas=201304, __INT_FAST16_MAX__=0x7fffffffffffffffL, __UINT32_TYPE__, __DEC64_SUBNORMAL_MIN__=0.000000000000001E-383, _STDC_PREDEF_H=1, __DEC128_MANT_DIG__=34, __SSE_MATH__=1, __UINT_FAST16_TYPE__, __cpp_user_defined_literals=200809, __FLT128_DECIMAL_DIG__=36, __FLT32X_MIN__=2.22507385850720138309023271733240406e-308F, _GNU_SOURCE=1, __DEC64_EPSILON__=1E-15, __cpp_init_captures=201304, __FLT32_HAS_INFINITY__=1, __SIZEOF_SHORT__=2, __ATOMIC_ACQ_REL=4, __ATOMIC_RELEASE=3] [19:23:16:128 DVL] [Main] Target: x86_64-linux-gnu [19:23:16:128 DVL] [Main] Deleting file: /tmp/codelite/78291/cltmp-PyU4MBQV.txt ( ) [19:23:16:128 DVL] [Main] Deleting file: /tmp/codelite/78291/cltmp-wEuuY3ZW.txt ( ) [19:23:16:129 DBG] [Main] Running command: clang++ -v -x c++ /dev/null -fsyntax-only [19:23:16:165 DVL] [Main] Output is: clang version 10.0.0-4ubuntu1 Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/bin Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-linux-gnu/9 Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/9 Selected GCC installation: /usr/bin/../lib/gcc/x86_64-linux-gnu/9 Candidate multilib: .;@m64 Selected multilib: .;@m64 (in-process) "/usr/lib/llvm-10/bin/clang" -cc1 -triple x86_64-pc-linux-gnu -fsyntax-only -disable-free -disable-llvm-verifier -discard-value-names -main-file-name null -mrelocation-model static -mthread-model posix -mframe-pointer=all -fmath-errno -fno-rounding-math -masm-verbose -mconstructor-aliases -munwind-tables -target-cpu x86-64 -dwarf-column-info -fno-split-dwarf-inlining -debugger-tuning=gdb -v -resource-dir /usr/lib/llvm-10/lib/clang/10.0.0 -internal-isystem /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9 -internal-isystem /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/x86_64-linux-gnu/c++/9 -internal-isystem /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/x86_64-linux-gnu/c++/9 -internal-isystem /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/backward -internal-isystem /usr/local/include -internal-isystem /usr/lib/llvm-10/lib/clang/10.0.0/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdeprecated-macro -fdebug-compilation-dir /home/thomas.fritz/.codelite -ferror-limit 19 -fmessage-length 0 -fgnuc-version=4.2.1 -fobjc-runtime=gcc -fcxx-exceptions -fexceptions -fdiagnostics-show-option -faddrsig -x c++ /dev/null clang -cc1 version 10.0.0 based upon LLVM 10.0.0 default target x86_64-pc-linux-gnu ignoring nonexistent directory "/include" ignoring duplicate directory "/usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/x86_64-linux-gnu/c++/9" #include "..." search starts here: #include <...> search starts here: /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9 /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/x86_64-linux-gnu/c++/9 /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/backward /usr/local/include /usr/lib/llvm-10/lib/clang/10.0.0/include /usr/include/x86_64-linux-gnu /usr/include End of search list. [19:23:16:166 DBG] [Main] Running command: clang++ -dumpmachine [19:23:16:204 DVL] [Main] Output is: x86_64-pc-linux-gnu [19:23:16:204 DBG] [Main] Running command: clang++ -dumpversion [19:23:16:244 DVL] [Main] Output is: 10.0.0 [19:23:16:244 DBG] [Main] Loading built-in macros for compiler ' clang-10.0.0 ' : clang++ -dM -E -xc++ /tmp/codelite/78291/cltmp-JbOsi4eM.txt [19:23:16:244 DBG] [Main] Running command: clang++ -dM -E -xc++ /tmp/codelite/78291/cltmp-JbOsi4eM.txt [19:23:16:286 DVL] [Main] Output is: #define _GNU_SOURCE 1 #define _LP64 1 #define __ATOMIC_ACQUIRE 2 #define __ATOMIC_ACQ_REL 4 #define __ATOMIC_CONSUME 1 #define __ATOMIC_RELAXED 0 #define __ATOMIC_RELEASE 3 #define __ATOMIC_SEQ_CST 5 #define __BIGGEST_ALIGNMENT__ 16 #define __BYTE_ORDER__ __ORDER_LITTLE_ENDIAN__ #define __CHAR16_TYPE__ unsigned short #define __CHAR32_TYPE__ unsigned int #define __CHAR_BIT__ 8 #define __CLANG_ATOMIC_BOOL_LOCK_FREE 2 #define __CLANG_ATOMIC_CHAR16_T_LOCK_FREE 2 #define __CLANG_ATOMIC_CHAR32_T_LOCK_FREE 2 #define __CLANG_ATOMIC_CHAR_LOCK_FREE 2 #define __CLANG_ATOMIC_INT_LOCK_FREE 2 #define __CLANG_ATOMIC_LLONG_LOCK_FREE 2 #define __CLANG_ATOMIC_LONG_LOCK_FREE 2 #define __CLANG_ATOMIC_POINTER_LOCK_FREE 2 #define __CLANG_ATOMIC_SHORT_LOCK_FREE 2 #define __CLANG_ATOMIC_WCHAR_T_LOCK_FREE 2 #define __CONSTANT_CFSTRINGS__ 1 #define __DBL_DECIMAL_DIG__ 17 #define __DBL_DENORM_MIN__ 4.9406564584124654e-324 #define __DBL_DIG__ 15 #define __DBL_EPSILON__ 2.2204460492503131e-16 #define __DBL_HAS_DENORM__ 1 #define __DBL_HAS_INFINITY__ 1 #define __DBL_HAS_QUIET_NAN__ 1 #define __DBL_MANT_DIG__ 53 #define __DBL_MAX_10_EXP__ 308 #define __DBL_MAX_EXP__ 1024 #define __DBL_MAX__ 1.7976931348623157e+308 #define __DBL_MIN_10_EXP__ (-307) #define __DBL_MIN_EXP__ (-1021) #define __DBL_MIN__ 2.2250738585072014e-308 #define __DECIMAL_DIG__ __LDBL_DECIMAL_DIG__ #define __DEPRECATED 1 #define __ELF__ 1 #define __EXCEPTIONS 1 #define __FINITE_MATH_ONLY__ 0 #define __FLOAT128__ 1 #define __FLT_DECIMAL_DIG__ 9 #define __FLT_DENORM_MIN__ 1.40129846e-45F #define __FLT_DIG__ 6 #define __FLT_EPSILON__ 1.19209290e-7F #define __FLT_EVAL_METHOD__ 0 #define __FLT_HAS_DENORM__ 1 #define __FLT_HAS_INFINITY__ 1 #define __FLT_HAS_QUIET_NAN__ 1 #define __FLT_MANT_DIG__ 24 #define __FLT_MAX_10_EXP__ 38 #define __FLT_MAX_EXP__ 128 #define __FLT_MAX__ 3.40282347e+38F #define __FLT_MIN_10_EXP__ (-37) #define __FLT_MIN_EXP__ (-125) #define __FLT_MIN__ 1.17549435e-38F #define __FLT_RADIX__ 2 #define __FXSR__ 1 #define __GCC_ASM_FLAG_OUTPUTS__ 1 #define __GCC_ATOMIC_BOOL_LOCK_FREE 2 #define __GCC_ATOMIC_CHAR16_T_LOCK_FREE 2 #define __GCC_ATOMIC_CHAR32_T_LOCK_FREE 2 #define __GCC_ATOMIC_CHAR_LOCK_FREE 2 #define __GCC_ATOMIC_INT_LOCK_FREE 2 #define __GCC_ATOMIC_LLONG_LOCK_FREE 2 #define __GCC_ATOMIC_LONG_LOCK_FREE 2 #define __GCC_ATOMIC_POINTER_LOCK_FREE 2 #define __GCC_ATOMIC_SHORT_LOCK_FREE 2 #define __GCC_ATOMIC_TEST_AND_SET_TRUEVAL 1 #define __GCC_ATOMIC_WCHAR_T_LOCK_FREE 2 #define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_1 1 #define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_2 1 #define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 1 #define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8 1 #define __GLIBCXX_BITSIZE_INT_N_0 128 #define __GLIBCXX_TYPE_INT_N_0 __int128 #define __GNUC_GNU_INLINE__ 1 #define __GNUC_MINOR__ 2 #define __GNUC_PATCHLEVEL__ 1 #define __GNUC__ 4 #define __GNUG__ 4 #define __GXX_ABI_VERSION 1002 #define __GXX_EXPERIMENTAL_CXX0X__ 1 #define __GXX_RTTI 1 #define __GXX_WEAK__ 1 #define __INT16_C_SUFFIX__ #define __INT16_FMTd__ "hd" #define __INT16_FMTi__ "hi" #define __INT16_MAX__ 32767 #define __INT16_TYPE__ short #define __INT32_C_SUFFIX__ #define __INT32_FMTd__ "d" #define __INT32_FMTi__ "i" #define __INT32_MAX__ 2147483647 #define __INT32_TYPE__ int #define __INT64_C_SUFFIX__ L #define __INT64_FMTd__ "ld" #define __INT64_FMTi__ "li" #define __INT64_MAX__ 9223372036854775807L #define __INT64_TYPE__ long int #define __INT8_C_SUFFIX__ #define __INT8_FMTd__ "hhd" #define __INT8_FMTi__ "hhi" #define __INT8_MAX__ 127 #define __INT8_TYPE__ signed char #define __INTMAX_C_SUFFIX__ L #define __INTMAX_FMTd__ "ld" #define __INTMAX_FMTi__ "li" #define __INTMAX_MAX__ 9223372036854775807L #define __INTMAX_TYPE__ long int #define __INTMAX_WIDTH__ 64 #define __INTPTR_FMTd__ "ld" #define __INTPTR_FMTi__ "li" #define __INTPTR_MAX__ 9223372036854775807L #define __INTPTR_TYPE__ long int #define __INTPTR_WIDTH__ 64 #define __INT_FAST16_FMTd__ "hd" #define __INT_FAST16_FMTi__ "hi" #define __INT_FAST16_MAX__ 32767 #define __INT_FAST16_TYPE__ short #define __INT_FAST32_FMTd__ "d" #define __INT_FAST32_FMTi__ "i" #define __INT_FAST32_MAX__ 2147483647 #define __INT_FAST32_TYPE__ int #define __INT_FAST64_FMTd__ "ld" #define __INT_FAST64_FMTi__ "li" #define __INT_FAST64_MAX__ 9223372036854775807L #define __INT_FAST64_TYPE__ long int #define __INT_FAST8_FMTd__ "hhd" #define __INT_FAST8_FMTi__ "hhi" #define __INT_FAST8_MAX__ 127 #define __INT_FAST8_TYPE__ signed char #define __INT_LEAST16_FMTd__ "hd" #define __INT_LEAST16_FMTi__ "hi" #define __INT_LEAST16_MAX__ 32767 #define __INT_LEAST16_TYPE__ short #define __INT_LEAST32_FMTd__ "d" #define __INT_LEAST32_FMTi__ "i" #define __INT_LEAST32_MAX__ 2147483647 #define __INT_LEAST32_TYPE__ int #define __INT_LEAST64_FMTd__ "ld" #define __INT_LEAST64_FMTi__ "li" #define __INT_LEAST64_MAX__ 9223372036854775807L #define __INT_LEAST64_TYPE__ long int #define __INT_LEAST8_FMTd__ "hhd" #define __INT_LEAST8_FMTi__ "hhi" #define __INT_LEAST8_MAX__ 127 #define __INT_LEAST8_TYPE__ signed char #define __INT_MAX__ 2147483647 #define __LDBL_DECIMAL_DIG__ 21 #define __LDBL_DENORM_MIN__ 3.64519953188247460253e-4951L #define __LDBL_DIG__ 18 #define __LDBL_EPSILON__ 1.08420217248550443401e-19L #define __LDBL_HAS_DENORM__ 1 #define __LDBL_HAS_INFINITY__ 1 #define __LDBL_HAS_QUIET_NAN__ 1 #define __LDBL_MANT_DIG__ 64 #define __LDBL_MAX_10_EXP__ 4932 #define __LDBL_MAX_EXP__ 16384 #define __LDBL_MAX__ 1.18973149535723176502e+4932L #define __LDBL_MIN_10_EXP__ (-4931) #define __LDBL_MIN_EXP__ (-16381) #define __LDBL_MIN__ 3.36210314311209350626e-4932L #define __LITTLE_ENDIAN__ 1 #define __LONG_LONG_MAX__ 9223372036854775807LL #define __LONG_MAX__ 9223372036854775807L #define __LP64__ 1 #define __MMX__ 1 #define __NO_INLINE__ 1 #define __NO_MATH_INLINES 1 #define __OBJC_BOOL_IS_BOOL 0 #define __OPENCL_MEMORY_SCOPE_ALL_SVM_DEVICES 3 #define __OPENCL_MEMORY_SCOPE_DEVICE 2 #define __OPENCL_MEMORY_SCOPE_SUB_GROUP 4 #define __OPENCL_MEMORY_SCOPE_WORK_GROUP 1 #define __OPENCL_MEMORY_SCOPE_WORK_ITEM 0 #define __ORDER_BIG_ENDIAN__ 4321 #define __ORDER_LITTLE_ENDIAN__ 1234 #define __ORDER_PDP_ENDIAN__ 3412 #define __POINTER_WIDTH__ 64 #define __PRAGMA_REDEFINE_EXTNAME 1 #define __PTRDIFF_FMTd__ "ld" #define __PTRDIFF_FMTi__ "li" #define __PTRDIFF_MAX__ 9223372036854775807L #define __PTRDIFF_TYPE__ long int #define __PTRDIFF_WIDTH__ 64 #define __REGISTER_PREFIX__ #define __SCHAR_MAX__ 127 #define __SEG_FS 1 #define __SEG_GS 1 #define __SHRT_MAX__ 32767 #define __SIG_ATOMIC_MAX__ 2147483647 #define __SIG_ATOMIC_WIDTH__ 32 #define __SIZEOF_DOUBLE__ 8 #define __SIZEOF_FLOAT128__ 16 #define __SIZEOF_FLOAT__ 4 #define __SIZEOF_INT128__ 16 #define __SIZEOF_INT__ 4 #define __SIZEOF_LONG_DOUBLE__ 16 #define __SIZEOF_LONG_LONG__ 8 #define __SIZEOF_LONG__ 8 #define __SIZEOF_POINTER__ 8 #define __SIZEOF_PTRDIFF_T__ 8 #define __SIZEOF_SHORT__ 2 #define __SIZEOF_SIZE_T__ 8 #define __SIZEOF_WCHAR_T__ 4 #define __SIZEOF_WINT_T__ 4 #define __SIZE_FMTX__ "lX" #define __SIZE_FMTo__ "lo" #define __SIZE_FMTu__ "lu" #define __SIZE_FMTx__ "lx" #define __SIZE_MAX__ 18446744073709551615UL #define __SIZE_TYPE__ long unsigned int #define __SIZE_WIDTH__ 64 #define __SSE2_MATH__ 1 #define __SSE2__ 1 #define __SSE_MATH__ 1 #define __SSE__ 1 #define __STDCPP_DEFAULT_NEW_ALIGNMENT__ 16UL #define __STDC_HOSTED__ 1 #define __STDC_UTF_16__ 1 #define __STDC_UTF_32__ 1 #define __STDC__ 1 #define __UINT16_C_SUFFIX__ #define __UINT16_FMTX__ "hX" #define __UINT16_FMTo__ "ho" #define __UINT16_FMTu__ "hu" #define __UINT16_FMTx__ "hx" #define __UINT16_MAX__ 65535 #define __UINT16_TYPE__ unsigned short #define __UINT32_C_SUFFIX__ U #define __UINT32_FMTX__ "X" #define __UINT32_FMTo__ "o" #define __UINT32_FMTu__ "u" #define __UINT32_FMTx__ "x" #define __UINT32_MAX__ 4294967295U #define __UINT32_TYPE__ unsigned int #define __UINT64_C_SUFFIX__ UL #define __UINT64_FMTX__ "lX" #define __UINT64_FMTo__ "lo" #define __UINT64_FMTu__ "lu" #define __UINT64_FMTx__ "lx" #define __UINT64_MAX__ 18446744073709551615UL #define __UINT64_TYPE__ long unsigned int #define __UINT8_C_SUFFIX__ #define __UINT8_FMTX__ "hhX" #define __UINT8_FMTo__ "hho" #define __UINT8_FMTu__ "hhu" #define __UINT8_FMTx__ "hhx" #define __UINT8_MAX__ 255 #define __UINT8_TYPE__ unsigned char #define __UINTMAX_C_SUFFIX__ UL #define __UINTMAX_FMTX__ "lX" #define __UINTMAX_FMTo__ "lo" #define __UINTMAX_FMTu__ "lu" #define __UINTMAX_FMTx__ "lx" #define __UINTMAX_MAX__ 18446744073709551615UL #define __UINTMAX_TYPE__ long unsigned int #define __UINTMAX_WIDTH__ 64 #define __UINTPTR_FMTX__ "lX" #define __UINTPTR_FMTo__ "lo" #define __UINTPTR_FMTu__ "lu" #define __UINTPTR_FMTx__ "lx" #define __UINTPTR_MAX__ 18446744073709551615UL #define __UINTPTR_TYPE__ long unsigned int #define __UINTPTR_WIDTH__ 64 #define __UINT_FAST16_FMTX__ "hX" #define __UINT_FAST16_FMTo__ "ho" #define __UINT_FAST16_FMTu__ "hu" #define __UINT_FAST16_FMTx__ "hx" #define __UINT_FAST16_MAX__ 65535 #define __UINT_FAST16_TYPE__ unsigned short #define __UINT_FAST32_FMTX__ "X" #define __UINT_FAST32_FMTo__ "o" #define __UINT_FAST32_FMTu__ "u" #define __UINT_FAST32_FMTx__ "x" #define __UINT_FAST32_MAX__ 4294967295U #define __UINT_FAST32_TYPE__ unsigned int #define __UINT_FAST64_FMTX__ "lX" #define __UINT_FAST64_FMTo__ "lo" #define __UINT_FAST64_FMTu__ "lu" #define __UINT_FAST64_FMTx__ "lx" #define __UINT_FAST64_MAX__ 18446744073709551615UL #define __UINT_FAST64_TYPE__ long unsigned int #define __UINT_FAST8_FMTX__ "hhX" #define __UINT_FAST8_FMTo__ "hho" #define __UINT_FAST8_FMTu__ "hhu" #define __UINT_FAST8_FMTx__ "hhx" #define __UINT_FAST8_MAX__ 255 #define __UINT_FAST8_TYPE__ unsigned char #define __UINT_LEAST16_FMTX__ "hX" #define __UINT_LEAST16_FMTo__ "ho" #define __UINT_LEAST16_FMTu__ "hu" #define __UINT_LEAST16_FMTx__ "hx" #define __UINT_LEAST16_MAX__ 65535 #define __UINT_LEAST16_TYPE__ unsigned short #define __UINT_LEAST32_FMTX__ "X" #define __UINT_LEAST32_FMTo__ "o" #define __UINT_LEAST32_FMTu__ "u" #define __UINT_LEAST32_FMTx__ "x" #define __UINT_LEAST32_MAX__ 4294967295U #define __UINT_LEAST32_TYPE__ unsigned int #define __UINT_LEAST64_FMTX__ "lX" #define __UINT_LEAST64_FMTo__ "lo" #define __UINT_LEAST64_FMTu__ "lu" #define __UINT_LEAST64_FMTx__ "lx" #define __UINT_LEAST64_MAX__ 18446744073709551615UL #define __UINT_LEAST64_TYPE__ long unsigned int #define __UINT_LEAST8_FMTX__ "hhX" #define __UINT_LEAST8_FMTo__ "hho" #define __UINT_LEAST8_FMTu__ "hhu" #define __UINT_LEAST8_FMTx__ "hhx" #define __UINT_LEAST8_MAX__ 255 #define __UINT_LEAST8_TYPE__ unsigned char #define __USER_LABEL_PREFIX__ #define __VERSION__ "Clang 10.0.0 " #define __WCHAR_MAX__ 2147483647 #define __WCHAR_TYPE__ int #define __WCHAR_WIDTH__ 32 #define __WINT_MAX__ 4294967295U #define __WINT_TYPE__ unsigned int #define __WINT_UNSIGNED__ 1 #define __WINT_WIDTH__ 32 #define __amd64 1 #define __amd64__ 1 #define __clang__ 1 #define __clang_major__ 10 #define __clang_minor__ 0 #define __clang_patchlevel__ 0 #define __clang_version__ "10.0.0 " #define __code_model_small_ 1 #define __cplusplus 201402L #define __cpp_aggregate_nsdmi 201304L #define __cpp_alias_templates 200704L #define __cpp_attributes 200809L #define __cpp_binary_literals 201304L #define __cpp_constexpr 201304L #define __cpp_constexpr_in_decltype 201711L #define __cpp_decltype 200707L #define __cpp_decltype_auto 201304L #define __cpp_delegating_constructors 200604L #define __cpp_digit_separators 201309L #define __cpp_exceptions 199711L #define __cpp_generic_lambdas 201304L #define __cpp_impl_destroying_delete 201806L #define __cpp_inheriting_constructors 201511L #define __cpp_init_captures 201304L #define __cpp_initializer_lists 200806L #define __cpp_lambdas 200907L #define __cpp_nsdmi 200809L #define __cpp_range_based_for 200907 #define __cpp_raw_strings 200710L #define __cpp_ref_qualifiers 200710L #define __cpp_return_type_deduction 201304L #define __cpp_rtti 199711L #define __cpp_rvalue_references 200610L #define __cpp_static_assert 200410 #define __cpp_threadsafe_static_init 200806L #define __cpp_unicode_characters 200704L #define __cpp_unicode_literals 200710L #define __cpp_user_defined_literals 200809L #define __cpp_variable_templates 201304L #define __cpp_variadic_templates 200704L #define __gnu_linux__ 1 #define __k8 1 #define __k8__ 1 #define __linux 1 #define __linux__ 1 #define __llvm__ 1 #define __private_extern__ extern #define __seg_fs __attribute__((address_space(257))) #define __seg_gs __attribute__((address_space(256))) #define __tune_k8__ 1 #define __unix 1 #define __unix__ 1 #define __x86_64 1 #define __x86_64__ 1 #define linux 1 #define unix 1 [19:23:16:293 DBG] [Main] Compiler builtin macros are written into: /tmp/codelite/78291/cltmp-JbOsi4eM.txt [19:23:16:294 DVL] [Main] GCC Metadata loaded for tool /usr/bin/clang++ [19:23:16:294 DVL] [Main] Name: clang-10.0.0 [19:23:16:294 DVL] [Main] Search paths: [/usr/include/c++/9, /usr/include/x86_64-linux-gnu/c++/9, /usr/include/c++/9/backward, /usr/local/include, /usr/lib/llvm-10/lib/clang/10.0.0/include, /usr/include/x86_64-linux-gnu, /usr/include] [19:23:16:294 DVL] [Main] Macros: [__LDBL_DIG__=18, __UINT64_FMTx__, __UINT32_FMTo__, __UINT16_MAX__=65535, __LDBL_DENORM_MIN__=3.64519953188247460253e-4951L, __STDC_UTF_32__=1, __UINTPTR_FMTx__, __clang_minor__=0, __SIZE_FMTu__, __SSE2_MATH__=1, __SIZE_FMTX__, __UINTMAX_FMTo__, __SIZEOF_SIZE_T__=8, __UINT8_C_SUFFIX__, __FLT_MANT_DIG__=24, __SIZEOF_LONG_LONG__=8, __INT64_FMTi__, __SIZEOF_INT128__=16, __UINT16_FMTx__, __SEG_GS=1, __UINT_FAST64_FMTo__, __SCHAR_MAX__=127, __REGISTER_PREFIX__, __UINT_FAST64_MAX__=18446744073709551615UL, __ORDER_PDP_ENDIAN__=3412, __UINT8_FMTu__, __SIZE_FMTx__, __SIZEOF_SHORT__=2, __OPENCL_MEMORY_SCOPE_SUB_GROUP=4, __LDBL_MAX_10_EXP__=4932, __LDBL_MANT_DIG__=64, __INT32_TYPE__, __WCHAR_TYPE__, __LDBL_DECIMAL_DIG__=21, __INT_LEAST8_TYPE__, __SHRT_MAX__=32767, __INT_LEAST64_MAX__=9223372036854775807L, __UINT64_TYPE__, __INTMAX_WIDTH__=64, __INT_LEAST16_TYPE__, __FLT_MIN__=1.17549435e-38F, __UINT16_C_SUFFIX__, __DBL_DECIMAL_DIG__=17, __DBL_MAX__=1.7976931348623157e+308, __cpp_range_based_for=200907, __FLT_DENORM_MIN__=1.40129846e-45F, __EXCEPTIONS=1, __INT_FAST32_TYPE__, __DEPRECATED=1, __cpp_rvalue_references=200610L, __UINT_FAST8_FMTx__, __SIZEOF_LONG__=8, __OPENCL_MEMORY_SCOPE_WORK_ITEM=0, __INT_FAST8_FMTd__, __DBL_MAX_10_EXP__=308, __LDBL_HAS_INFINITY__=1, __SSE_MATH__=1, __INT64_C_SUFFIX__, __ATOMIC_SEQ_CST=5, __UINT32_FMTu__, __UINT_LEAST16_FMTu__, __GCC_ATOMIC_WCHAR_T_LOCK_FREE=2, __DBL_MIN_EXP__=1021, __ATOMIC_RELEASE=3, __OPENCL_MEMORY_SCOPE_WORK_GROUP=1, __OBJC_BOOL_IS_BOOL=0, __UINT_LEAST32_TYPE__, __UINTPTR_FMTX__, __UINT_LEAST16_MAX__=65535, __SIZEOF_DOUBLE__=8, __UINT64_FMTX__, __GXX_WEAK__=1, __SIZEOF_PTRDIFF_T__=8, __FXSR__=1, __FLT_MIN_EXP__=125, __CHAR_BIT__=8, __UINT8_FMTx__, __SIZEOF_WCHAR_T__=4, __ATOMIC_RELAXED=0, __FLOAT128__=1, __UINTPTR_FMTo__, __INT32_MAX__=2147483647, __INTPTR_WIDTH__=64, __INT_LEAST32_MAX__=2147483647, __FLT_HAS_INFINITY__=1, __DECIMAL_DIG__, __GCC_ATOMIC_LLONG_LOCK_FREE=2, __cpp_unicode_characters=200704L, __UINT64_MAX__=18446744073709551615UL, __UINT16_FMTo__, __GCC_ATOMIC_SHORT_LOCK_FREE=2, __CLANG_ATOMIC_LLONG_LOCK_FREE=2, __INT_FAST64_TYPE__, __ORDER_BIG_ENDIAN__=4321, __WINT_TYPE__, __UINT16_FMTX__, __WCHAR_MAX__=2147483647, __STDC_HOSTED__=1, __unix__=1, __INT_LEAST16_FMTd__, __LDBL_MIN_EXP__=16381, __CLANG_ATOMIC_BOOL_LOCK_FREE=2, __INT_LEAST16_FMTi__, __STDC_UTF_16__=1, __UINT32_TYPE__, __LITTLE_ENDIAN__=1, __UINT8_TYPE__, __UINT16_FMTu__, __DBL_HAS_DENORM__=1, __NO_MATH_INLINES=1, __INT_FAST8_TYPE__, __FLT_RADIX__=2, __UINT_LEAST64_MAX__=18446744073709551615UL, __STDCPP_DEFAULT_NEW_ALIGNMENT__=16UL, __ATOMIC_ACQ_REL=4, __UINT_FAST16_FMTX__, __UINT32_FMTx__, __DBL_MIN_10_EXP__=307, __DBL_DENORM_MIN__=4.9406564584124654e-324, __SIZEOF_LONG_DOUBLE__=16, __ATOMIC_CONSUME=1, __GNUC_GNU_INLINE__=1, __cpp_ref_qualifiers=200710L, __CLANG_ATOMIC_CHAR16_T_LOCK_FREE=2, __CLANG_ATOMIC_WCHAR_T_LOCK_FREE=2, __NO_INLINE__=1, __LDBL_HAS_QUIET_NAN__=1, __FLT_HAS_DENORM__=1, __UINT_LEAST64_FMTu__, __PTRDIFF_FMTd__, __UINT_LEAST16_FMTx__, __UINTPTR_FMTu__, __UINT8_FMTX__, __CLANG_ATOMIC_CHAR_LOCK_FREE=2, __INT_LEAST32_TYPE__, __INT_LEAST16_MAX__=32767, __LP64__=1, __linux__=1, __UINT32_FMTX__, __CLANG_ATOMIC_CHAR32_T_LOCK_FREE=2, __INT_LEAST8_FMTi__, __INT_FAST8_FMTi__, __UINT_LEAST8_FMTx__, __x86_64=1, __FLT_DECIMAL_DIG__=9, __DBL_DIG__=15, __GCC_ATOMIC_BOOL_LOCK_FREE=2, __UINT_FAST16_FMTx__, __UINT_LEAST8_TYPE__, __GCC_ATOMIC_CHAR16_T_LOCK_FREE=2, __CLANG_ATOMIC_INT_LOCK_FREE=2, __DBL_MANT_DIG__=53, __CLANG_ATOMIC_LONG_LOCK_FREE=2, __SIZEOF_WINT_T__=4, __SSE__=1, __UINT_LEAST32_FMTX__, __cpp_nsdmi=200809L, __INTMAX_MAX__=9223372036854775807L, __CLANG_ATOMIC_POINTER_LOCK_FREE=2, __UINTMAX_FMTX__, __cpp_digit_separators=201309L, __UINT32_C_SUFFIX__, __UINT_FAST16_TYPE__, __SIZE_WIDTH__=64, __MMX__=1, __UINT_FAST32_TYPE__, __INT16_FMTi__, __SIZEOF_POINTER__=8, __DBL_EPSILON__=2.2204460492503131e-16, __cpp_alias_templates=200704L, __INT32_FMTi__, __SIZEOF_FLOAT128__=16, __LONG_LONG_MAX__=9223372036854775807L, __GCC_ASM_FLAG_OUTPUTS__=1, __INT_FAST8_MAX__=127, __FLT_MAX__=3.40282347e+38F, __GCC_ATOMIC_CHAR_LOCK_FREE=2, __GNUC__=4, __GCC_ATOMIC_LONG_LOCK_FREE=2, __INT_LEAST32_FMTd__, __cpp_return_type_deduction=201304L, __UINT_LEAST32_FMTo__, __GCC_ATOMIC_POINTER_LOCK_FREE=2, __INT_FAST64_MAX__=9223372036854775807L, __CLANG_ATOMIC_SHORT_LOCK_FREE=2, __PTRDIFF_TYPE__, __INT8_C_SUFFIX__, __INT_LEAST64_TYPE__, __INT32_C_SUFFIX__, __cpp_initializer_lists=200806L, __GXX_ABI_VERSION=1002, __GLIBCXX_TYPE_INT_N_0, __LDBL_EPSILON__=1.08420217248550443401e-19L, __FLT_EPSILON__=1.19209290e-7F, __INTMAX_FMTd__, __GXX_EXPERIMENTAL_CXX0X__=1, __INT64_TYPE__, __BIGGEST_ALIGNMENT__=16, __DBL_MAX_EXP__=1024, __UINT_LEAST64_FMTX__, __SIG_ATOMIC_WIDTH__=32, __INTMAX_TYPE__, __GXX_RTTI=1, __UINTMAX_MAX__=18446744073709551615UL, __INT64_MAX__=9223372036854775807L, __UINT_FAST32_FMTu__, __INT16_C_SUFFIX__, __INT16_MAX__=32767, __INT16_TYPE__, __INT_LEAST32_FMTi__, __INT32_FMTd__, __INT8_TYPE__, __SIZEOF_FLOAT__=4, __ATOMIC_ACQUIRE=2, __UINT_FAST8_FMTo__, __SIZE_FMTo__, __INT8_FMTi__, __GNUC_MINOR__=2, __LDBL_HAS_DENORM__=1, __ORDER_LITTLE_ENDIAN__=1234, __INT8_FMTd__, __LDBL_MAX__=1.18973149535723176502e+4932L, __INT_LEAST8_MAX__=127, __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4=1, __DBL_MIN__=2.2250738585072014e-308, __INTPTR_MAX__=9223372036854775807L, __UINT64_C_SUFFIX__, __UINT_LEAST16_FMTo__, __INT_LEAST8_FMTd__, __SEG_FS=1, __CONSTANT_CFSTRINGS__=1, __INT8_MAX__=127, __UINT_LEAST32_FMTu__, __cpp_variable_templates=201304L, __OPENCL_MEMORY_SCOPE_DEVICE=2, __GNUC_PATCHLEVEL__=1, __GNUG__=4, __STDC__=1, __POINTER_WIDTH__=64, __clang_patchlevel__=0, __INT_FAST32_MAX__=2147483647, __INTPTR_FMTd__, __GCC_HAVE_SYNC_COMPARE_AND_SWAP_2=1, __INTPTR_FMTi__, __FLT_MAX_10_EXP__=38, __CHAR16_TYPE__, __FLT_DIG__=6, __UINTMAX_C_SUFFIX__, __WINT_WIDTH__=32, __INTPTR_TYPE__, __FLT_MAX_EXP__=128, __UINTMAX_FMTx__, __SIG_ATOMIC_MAX__=2147483647, __VERSION__, __UINT64_FMTu__, __INT_FAST16_FMTd__, __cpp_constexpr_in_decltype=201711L, __x86_64__=1, __INT_FAST16_MAX__=32767, __INT64_FMTd__, __clang_version__, _GNU_SOURCE=1, __INT_FAST64_FMTd__, __GCC_ATOMIC_CHAR32_T_LOCK_FREE=2, __INT_FAST32_FMTd__, __UINT_FAST64_FMTu__, __INTMAX_C_SUFFIX__, __cpp_static_assert=200410, __UINT_LEAST16_FMTX__, __INTMAX_FMTi__, __UINTMAX_FMTu__, __UINTMAX_TYPE__, __PTRDIFF_WIDTH__=64, __UINTPTR_MAX__=18446744073709551615UL, __LDBL_MIN__=3.36210314311209350626e-4932L, __INT_FAST16_FMTi__, __UINTPTR_WIDTH__=64, __INT16_FMTd__, __UINT_FAST16_FMTo__, __DBL_HAS_INFINITY__=1, __UINT_FAST16_FMTu__, __INT_LEAST64_FMTi__, __UINT_LEAST16_TYPE__, __PTRDIFF_MAX__=9223372036854775807L, __UINT_FAST32_FMTX__, __UINT64_FMTo__, __UINT_FAST8_TYPE__, __INT_LEAST64_FMTd__, __UINT_FAST32_FMTo__, __UINT_FAST32_FMTx__, __UINT_LEAST64_FMTo__, __BYTE_ORDER__, __UINT_FAST64_FMTX__, __SIZE_MAX__=18446744073709551615UL, __UINT_FAST64_FMTx__, __unix=1, __LONG_MAX__=9223372036854775807L, __GCC_HAVE_SYNC_COMPARE_AND_SWAP_1=1, __UINT_FAST64_TYPE__, __LDBL_MIN_10_EXP__=4931, __PRAGMA_REDEFINE_EXTNAME=1, __UINT_FAST8_FMTX__, __UINT8_FMTo__, __seg_fs=257, __INT_FAST64_FMTi__, __UINT_FAST8_MAX__=255, __FLT_EVAL_METHOD__=0, __cpp_unicode_literals=200710L, __UINT_LEAST32_FMTx__, __UINT_FAST32_MAX__=4294967295U, __UINT_LEAST32_MAX__=4294967295U, __FLT_HAS_QUIET_NAN__=1, __UINT_LEAST64_FMTx__, __UINT_LEAST64_TYPE__, __cpp_constexpr=201304L, __cpp_binary_literals=201304L, __PTRDIFF_FMTi__, __UINT_FAST8_FMTu__, __UINT_LEAST8_FMTX__, __UINT_LEAST8_FMTu__, __UINT_LEAST8_MAX__=255, __llvm__=1, __ELF__=1, __INT_FAST16_TYPE__, __USER_LABEL_PREFIX__, __INT_FAST32_FMTi__, __WCHAR_WIDTH__=32, __UINTPTR_TYPE__, __k8=1, __WINT_MAX__=4294967295U, __DBL_HAS_QUIET_NAN__=1, __clang__=1, __WINT_UNSIGNED__=1, __LDBL_MAX_EXP__=16384, __amd64__=1, __clang_major__=10, __FINITE_MATH_ONLY__=0, __code_model_small_=1, __cplusplus=201402L, __SIZEOF_INT__=4, __cpp_aggregate_nsdmi=201304L, __cpp_attributes=200809L, _LP64=1, __cpp_decltype=200707L, __amd64=1, __cpp_decltype_auto=201304L, __CHAR32_TYPE__, __cpp_delegating_constructors=200604L, __SSE2__=1, __cpp_exceptions=199711L, __cpp_generic_lambdas=201304L, __GCC_ATOMIC_INT_LOCK_FREE=2, __cpp_impl_destroying_delete=201806L, __GCC_ATOMIC_TEST_AND_SET_TRUEVAL=1, __cpp_inheriting_constructors=201511L, __cpp_init_captures=201304L, __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8=1, __cpp_lambdas=200907L, __cpp_raw_strings=200710L, __SIZE_TYPE__, __GLIBCXX_BITSIZE_INT_N_0=128, __cpp_rtti=199711L, __cpp_threadsafe_static_init=200806L, __UINT16_TYPE__, __INT_MAX__=2147483647, __cpp_user_defined_literals=200809L, __UINTMAX_WIDTH__=64, __cpp_variadic_templates=200704L, __gnu_linux__=1, __UINT_LEAST8_FMTo__, __k8__=1, __linux=1, __UINT32_MAX__=4294967295U, __OPENCL_MEMORY_SCOPE_ALL_SVM_DEVICES=3, __private_extern__, __seg_gs=256, __tune_k8__=1, __UINT8_MAX__=255, __FLT_MIN_10_EXP__=37, linux=1, __UINT_FAST16_MAX__=65535, unix=1] [19:23:16:298 DVL] [Main] Target: x86_64-pc-linux-gnu [19:23:16:298 DVL] [Main] Deleting file: /tmp/codelite/78291/cltmp-JbOsi4eM.txt ( ) [19:23:16:299 DVL] [Main] Deleting file: /tmp/codelite/78291/cltmp-xXrjzhfO.txt ( ) [19:23:16:299 DBG] [Main] Running command: x86_64-linux-gnu-g++ -v -x c++ /dev/null -fsyntax-only [19:23:16:312 DVL] [Main] Output is: Using built-in specs. COLLECT_GCC=x86_64-linux-gnu-g++ COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/9/lto-wrapper OFFLOAD_TARGET_NAMES=nvptx-none:hsa OFFLOAD_TARGET_DEFAULT=1 Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu 9.4.0-1ubuntu1~20.04.1' --with-bugurl=file:///usr/share/doc/gcc-9/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,gm2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-9 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-9-Av3uEd/gcc-9-9.4.0/debian/tmp-nvptx/usr,hsa --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu Thread model: posix gcc version 9.4.0 (Ubuntu 9.4.0-1ubuntu1~20.04.1) COLLECT_GCC_OPTIONS='-v' '-fsyntax-only' '-shared-libgcc' '-mtune=generic' '-march=x86-64' /usr/lib/gcc/x86_64-linux-gnu/9/cc1plus -quiet -v -imultiarch x86_64-linux-gnu -D_GNU_SOURCE /dev/null -quiet -dumpbase null -mtune=generic -march=x86-64 -auxbase null -version -fsyntax-only -o /dev/null -fasynchronous-unwind-tables -fstack-protector-strong -Wformat -Wformat-security -fstack-clash-protection -fcf-protection GNU C++14 (Ubuntu 9.4.0-1ubuntu1~20.04.1) version 9.4.0 (x86_64-linux-gnu) compiled by GNU C version 9.4.0, GMP version 6.2.0, MPFR version 4.0.2, MPC version 1.1.0, isl version isl-0.22.1-GMP GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 ignoring duplicate directory "/usr/include/x86_64-linux-gnu/c++/9" ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu" ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/9/include-fixed" ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/9/../../../../x86_64-linux-gnu/include" #include "..." search starts here: #include <...> search starts here: /usr/include/c++/9 /usr/include/x86_64-linux-gnu/c++/9 /usr/include/c++/9/backward /usr/lib/gcc/x86_64-linux-gnu/9/include /usr/local/include /usr/include/x86_64-linux-gnu /usr/include End of search list. GNU C++14 (Ubuntu 9.4.0-1ubuntu1~20.04.1) version 9.4.0 (x86_64-linux-gnu) compiled by GNU C version 9.4.0, GMP version 6.2.0, MPFR version 4.0.2, MPC version 1.1.0, isl version isl-0.22.1-GMP GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 Compiler executable checksum: 65fe925b83d3956b533de4aaba7dace0 COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/ LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../:/lib/:/usr/lib/ COLLECT_GCC_OPTIONS='-v' '-fsyntax-only' '-shared-libgcc' '-mtune=generic' '-march=x86-64' [19:23:16:313 DBG] [Main] Running command: x86_64-linux-gnu-g++ -dumpmachine [19:23:16:319 DVL] [Main] Output is: x86_64-linux-gnu [19:23:16:320 DBG] [Main] Running command: x86_64-linux-gnu-g++ -dumpversion [19:23:16:325 DVL] [Main] Output is: 9 [19:23:16:325 DBG] [Main] Loading built-in macros for compiler ' Cross GCC ( x86_64-linux-gnu )-9 ' : x86_64-linux-gnu-g++ -dM -E -xc++ /tmp/codelite/78291/cltmp-DicQGIwz.txt [19:23:16:325 DBG] [Main] Running command: x86_64-linux-gnu-g++ -dM -E -xc++ /tmp/codelite/78291/cltmp-DicQGIwz.txt [19:23:16:336 DVL] [Main] Output is: #define __SSP_STRONG__ 3 #define __DBL_MIN_EXP__ (-1021) #define __FLT32X_MAX_EXP__ 1024 #define __cpp_attributes 200809 #define __UINT_LEAST16_MAX__ 0xffff #define __ATOMIC_ACQUIRE 2 #define __FLT128_MAX_10_EXP__ 4932 #define __FLT_MIN__ 1.17549435082228750796873653722224568e-38F #define __GCC_IEC_559_COMPLEX 2 #define __cpp_aggregate_nsdmi 201304 #define __UINT_LEAST8_TYPE__ unsigned char #define __SIZEOF_FLOAT80__ 16 #define __INTMAX_C(c) c ## L #define __CHAR_BIT__ 8 #define __UINT8_MAX__ 0xff #define __WINT_MAX__ 0xffffffffU #define __FLT32_MIN_EXP__ (-125) #define __cpp_static_assert 200410 #define __ORDER_LITTLE_ENDIAN__ 1234 #define __SIZE_MAX__ 0xffffffffffffffffUL #define __WCHAR_MAX__ 0x7fffffff #define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_1 1 #define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_2 1 #define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 1 #define __DBL_DENORM_MIN__ double(4.94065645841246544176568792868221372e-324L) #define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8 1 #define __GCC_ATOMIC_CHAR_LOCK_FREE 2 #define __GCC_IEC_559 2 #define __FLT32X_DECIMAL_DIG__ 17 #define __FLT_EVAL_METHOD__ 0 #define __unix__ 1 #define __cpp_binary_literals 201304 #define __FLT64_DECIMAL_DIG__ 17 #define __CET__ 3 #define __GCC_ATOMIC_CHAR32_T_LOCK_FREE 2 #define __x86_64 1 #define __cpp_variadic_templates 200704 #define __UINT_FAST64_MAX__ 0xffffffffffffffffUL #define __SIG_ATOMIC_TYPE__ int #define __DBL_MIN_10_EXP__ (-307) #define __FINITE_MATH_ONLY__ 0 #define __cpp_variable_templates 201304 #define __GNUC_PATCHLEVEL__ 0 #define __FLT32_HAS_DENORM__ 1 #define __UINT_FAST8_MAX__ 0xff #define __cpp_rvalue_reference 200610 #define __has_include(STR) __has_include__(STR) #define __DEC64_MAX_EXP__ 385 #define __INT8_C(c) c #define __INT_LEAST8_WIDTH__ 8 #define __UINT_LEAST64_MAX__ 0xffffffffffffffffUL #define __SHRT_MAX__ 0x7fff #define __LDBL_MAX__ 1.18973149535723176502126385303097021e+4932L #define __FLT64X_MAX_10_EXP__ 4932 #define __UINT_LEAST8_MAX__ 0xff #define __GCC_ATOMIC_BOOL_LOCK_FREE 2 #define __FLT128_DENORM_MIN__ 6.47517511943802511092443895822764655e-4966F128 #define __UINTMAX_TYPE__ long unsigned int #define __linux 1 #define __DEC32_EPSILON__ 1E-6DF #define __FLT_EVAL_METHOD_TS_18661_3__ 0 #define __unix 1 #define __UINT32_MAX__ 0xffffffffU #define __GXX_EXPERIMENTAL_CXX0X__ 1 #define __LDBL_MAX_EXP__ 16384 #define __FLT128_MIN_EXP__ (-16381) #define __WINT_MIN__ 0U #define __linux__ 1 #define __FLT128_MIN_10_EXP__ (-4931) #define __INT_LEAST16_WIDTH__ 16 #define __SCHAR_MAX__ 0x7f #define __FLT128_MANT_DIG__ 113 #define __WCHAR_MIN__ (-__WCHAR_MAX__ - 1) #define __INT64_C(c) c ## L #define __DBL_DIG__ 15 #define __GCC_ATOMIC_POINTER_LOCK_FREE 2 #define __FLT64X_MANT_DIG__ 64 #define __SIZEOF_INT__ 4 #define __SIZEOF_POINTER__ 8 #define __GCC_ATOMIC_CHAR16_T_LOCK_FREE 2 #define __USER_LABEL_PREFIX__ #define __FLT64X_EPSILON__ 1.08420217248550443400745280086994171e-19F64x #define __STDC_HOSTED__ 1 #define __LDBL_HAS_INFINITY__ 1 #define __FLT32_DIG__ 6 #define __FLT_EPSILON__ 1.19209289550781250000000000000000000e-7F #define __GXX_WEAK__ 1 #define __SHRT_WIDTH__ 16 #define __LDBL_MIN__ 3.36210314311209350626267781732175260e-4932L #define __DEC32_MAX__ 9.999999E96DF #define __cpp_threadsafe_static_init 200806 #define __FLT64X_DENORM_MIN__ 3.64519953188247460252840593361941982e-4951F64x #define __FLT32X_HAS_INFINITY__ 1 #define __INT32_MAX__ 0x7fffffff #define __INT_WIDTH__ 32 #define __SIZEOF_LONG__ 8 #define __STDC_IEC_559__ 1 #define __STDC_ISO_10646__ 201706L #define __UINT16_C(c) c #define __PTRDIFF_WIDTH__ 64 #define __DECIMAL_DIG__ 21 #define __FLT64_EPSILON__ 2.22044604925031308084726333618164062e-16F64 #define __gnu_linux__ 1 #define __INTMAX_WIDTH__ 64 #define __FLT64_MIN_EXP__ (-1021) #define __has_include_next(STR) __has_include_next__(STR) #define __FLT64X_MIN_10_EXP__ (-4931) #define __LDBL_HAS_QUIET_NAN__ 1 #define __FLT64_MANT_DIG__ 53 #define __GNUC__ 9 #define __GXX_RTTI 1 #define __pie__ 2 #define __MMX__ 1 #define __cpp_delegating_constructors 200604 #define __FLT_HAS_DENORM__ 1 #define __SIZEOF_LONG_DOUBLE__ 16 #define __BIGGEST_ALIGNMENT__ 16 #define __STDC_UTF_16__ 1 #define __FLT64_MAX_10_EXP__ 308 #define __FLT32_HAS_INFINITY__ 1 #define __DBL_MAX__ double(1.79769313486231570814527423731704357e+308L) #define __cpp_raw_strings 200710 #define __INT_FAST32_MAX__ 0x7fffffffffffffffL #define __DBL_HAS_INFINITY__ 1 #define __HAVE_SPECULATION_SAFE_VALUE 1 #define __DEC32_MIN_EXP__ (-94) #define __INTPTR_WIDTH__ 64 #define __FLT32X_HAS_DENORM__ 1 #define __INT_FAST16_TYPE__ long int #define __LDBL_HAS_DENORM__ 1 #define __cplusplus 201402L #define __cpp_ref_qualifiers 200710 #define __DEC128_MAX__ 9.999999999999999999999999999999999E6144DL #define __INT_LEAST32_MAX__ 0x7fffffff #define __DEC32_MIN__ 1E-95DF #define __DEPRECATED 1 #define __cpp_rvalue_references 200610 #define __DBL_MAX_EXP__ 1024 #define __WCHAR_WIDTH__ 32 #define __FLT32_MAX__ 3.40282346638528859811704183484516925e+38F32 #define __DEC128_EPSILON__ 1E-33DL #define __SSE2_MATH__ 1 #define __ATOMIC_HLE_RELEASE 131072 #define __PTRDIFF_MAX__ 0x7fffffffffffffffL #define __amd64 1 #define __ATOMIC_HLE_ACQUIRE 65536 #define __FLT32_HAS_QUIET_NAN__ 1 #define __GNUG__ 9 #define __LONG_LONG_MAX__ 0x7fffffffffffffffLL #define __SIZEOF_SIZE_T__ 8 #define __cpp_nsdmi 200809 #define __FLT64X_MIN_EXP__ (-16381) #define __SIZEOF_WINT_T__ 4 #define __LONG_LONG_WIDTH__ 64 #define __cpp_initializer_lists 200806 #define __FLT32_MAX_EXP__ 128 #define __cpp_hex_float 201603 #define __GCC_HAVE_DWARF2_CFI_ASM 1 #define __GXX_ABI_VERSION 1013 #define __FLT128_HAS_INFINITY__ 1 #define __FLT_MIN_EXP__ (-125) #define __cpp_lambdas 200907 #define __FLT64X_HAS_QUIET_NAN__ 1 #define __INT_FAST64_TYPE__ long int #define __FLT64_DENORM_MIN__ 4.94065645841246544176568792868221372e-324F64 #define __DBL_MIN__ double(2.22507385850720138309023271733240406e-308L) #define __PIE__ 2 #define __LP64__ 1 #define __FLT32X_EPSILON__ 2.22044604925031308084726333618164062e-16F32x #define __DECIMAL_BID_FORMAT__ 1 #define __FLT64_MIN_10_EXP__ (-307) #define __FLT64X_DECIMAL_DIG__ 21 #define __DEC128_MIN__ 1E-6143DL #define __REGISTER_PREFIX__ #define __UINT16_MAX__ 0xffff #define __FLT32_MIN__ 1.17549435082228750796873653722224568e-38F32 #define __UINT8_TYPE__ unsigned char #define __NO_INLINE__ 1 #define __FLT_MANT_DIG__ 24 #define __LDBL_DECIMAL_DIG__ 21 #define __VERSION__ "9.4.0" #define __UINT64_C(c) c ## UL #define __cpp_unicode_characters 200704 #define _STDC_PREDEF_H 1 #define __cpp_decltype_auto 201304 #define __GCC_ATOMIC_INT_LOCK_FREE 2 #define __FLT128_MAX_EXP__ 16384 #define __FLT32_MANT_DIG__ 24 #define __FLOAT_WORD_ORDER__ __ORDER_LITTLE_ENDIAN__ #define __STDC_IEC_559_COMPLEX__ 1 #define __FLT128_HAS_DENORM__ 1 #define __FLT128_DIG__ 33 #define __SCHAR_WIDTH__ 8 #define __INT32_C(c) c #define __DEC64_EPSILON__ 1E-15DD #define __ORDER_PDP_ENDIAN__ 3412 #define __DEC128_MIN_EXP__ (-6142) #define __FLT32_MAX_10_EXP__ 38 #define __INT_FAST32_TYPE__ long int #define __UINT_LEAST16_TYPE__ short unsigned int #define __FLT64X_HAS_INFINITY__ 1 #define unix 1 #define __DBL_HAS_DENORM__ 1 #define __INT16_MAX__ 0x7fff #define __cpp_rtti 199711 #define __SIZE_TYPE__ long unsigned int #define __UINT64_MAX__ 0xffffffffffffffffUL #define __FLT64X_DIG__ 18 #define __INT8_TYPE__ signed char #define __cpp_digit_separators 201309 #define __ELF__ 1 #define __GCC_ASM_FLAG_OUTPUTS__ 1 #define __FLT_RADIX__ 2 #define __INT_LEAST16_TYPE__ short int #define __LDBL_EPSILON__ 1.08420217248550443400745280086994171e-19L #define __UINTMAX_C(c) c ## UL #define __GLIBCXX_BITSIZE_INT_N_0 128 #define __k8 1 #define __SIG_ATOMIC_MAX__ 0x7fffffff #define __GCC_ATOMIC_WCHAR_T_LOCK_FREE 2 #define __SIZEOF_PTRDIFF_T__ 8 #define __FLT32X_MANT_DIG__ 53 #define __x86_64__ 1 #define __FLT32X_MIN_EXP__ (-1021) #define __DEC32_SUBNORMAL_MIN__ 0.000001E-95DF #define __INT_FAST16_MAX__ 0x7fffffffffffffffL #define __FLT64_DIG__ 15 #define __UINT_FAST32_MAX__ 0xffffffffffffffffUL #define __UINT_LEAST64_TYPE__ long unsigned int #define __FLT_HAS_QUIET_NAN__ 1 #define __FLT_MAX_10_EXP__ 38 #define __LONG_MAX__ 0x7fffffffffffffffL #define __FLT64X_HAS_DENORM__ 1 #define __DEC128_SUBNORMAL_MIN__ 0.000000000000000000000000000000001E-6143DL #define __FLT_HAS_INFINITY__ 1 #define __cpp_unicode_literals 200710 #define __UINT_FAST16_TYPE__ long unsigned int #define __DEC64_MAX__ 9.999999999999999E384DD #define __INT_FAST32_WIDTH__ 64 #define __CHAR16_TYPE__ short unsigned int #define __PRAGMA_REDEFINE_EXTNAME 1 #define __SIZE_WIDTH__ 64 #define __SEG_FS 1 #define __INT_LEAST16_MAX__ 0x7fff #define __DEC64_MANT_DIG__ 16 #define __INT64_MAX__ 0x7fffffffffffffffL #define __UINT_LEAST32_MAX__ 0xffffffffU #define __SEG_GS 1 #define __FLT32_DENORM_MIN__ 1.40129846432481707092372958328991613e-45F32 #define __GCC_ATOMIC_LONG_LOCK_FREE 2 #define __SIG_ATOMIC_WIDTH__ 32 #define __INT_LEAST64_TYPE__ long int #define __INT16_TYPE__ short int #define __INT_LEAST8_TYPE__ signed char #define __DEC32_MAX_EXP__ 97 #define __INT_FAST8_MAX__ 0x7f #define __FLT128_MAX__ 1.18973149535723176508575932662800702e+4932F128 #define __INTPTR_MAX__ 0x7fffffffffffffffL #define __cpp_sized_deallocation 201309 #define linux 1 #define __cpp_range_based_for 200907 #define __FLT64_HAS_QUIET_NAN__ 1 #define __FLT32_MIN_10_EXP__ (-37) #define __SSE2__ 1 #define __EXCEPTIONS 1 #define __LDBL_MANT_DIG__ 64 #define __DBL_HAS_QUIET_NAN__ 1 #define __FLT64_HAS_INFINITY__ 1 #define __FLT64X_MAX__ 1.18973149535723176502126385303097021e+4932F64x #define __SIG_ATOMIC_MIN__ (-__SIG_ATOMIC_MAX__ - 1) #define __code_model_small__ 1 #define __cpp_return_type_deduction 201304 #define __k8__ 1 #define __INTPTR_TYPE__ long int #define __UINT16_TYPE__ short unsigned int #define __WCHAR_TYPE__ int #define __SIZEOF_FLOAT__ 4 #define __pic__ 2 #define __UINTPTR_MAX__ 0xffffffffffffffffUL #define __INT_FAST64_WIDTH__ 64 #define __DEC64_MIN_EXP__ (-382) #define __cpp_decltype 200707 #define __FLT32_DECIMAL_DIG__ 9 #define __INT_FAST64_MAX__ 0x7fffffffffffffffL #define __GCC_ATOMIC_TEST_AND_SET_TRUEVAL 1 #define __FLT_DIG__ 6 #define __FLT64X_MAX_EXP__ 16384 #define __UINT_FAST64_TYPE__ long unsigned int #define __INT_MAX__ 0x7fffffff #define __amd64__ 1 #define __INT64_TYPE__ long int #define __FLT_MAX_EXP__ 128 #define __ORDER_BIG_ENDIAN__ 4321 #define __DBL_MANT_DIG__ 53 #define __cpp_inheriting_constructors 201511 #define __SIZEOF_FLOAT128__ 16 #define __INT_LEAST64_MAX__ 0x7fffffffffffffffL #define __DEC64_MIN__ 1E-383DD #define __WINT_TYPE__ unsigned int #define __UINT_LEAST32_TYPE__ unsigned int #define __SIZEOF_SHORT__ 2 #define __SSE__ 1 #define __LDBL_MIN_EXP__ (-16381) #define __FLT64_MAX__ 1.79769313486231570814527423731704357e+308F64 #define __WINT_WIDTH__ 32 #define __INT_LEAST8_MAX__ 0x7f #define __FLT32X_MAX_10_EXP__ 308 #define __SIZEOF_INT128__ 16 #define __LDBL_MAX_10_EXP__ 4932 #define __ATOMIC_RELAXED 0 #define __DBL_EPSILON__ double(2.22044604925031308084726333618164062e-16L) #define __FLT128_MIN__ 3.36210314311209350626267781732175260e-4932F128 #define _LP64 1 #define __UINT8_C(c) c #define __FLT64_MAX_EXP__ 1024 #define __INT_LEAST32_TYPE__ int #define __SIZEOF_WCHAR_T__ 4 #define __FLT128_HAS_QUIET_NAN__ 1 #define __INT_FAST8_TYPE__ signed char #define __FLT64X_MIN__ 3.36210314311209350626267781732175260e-4932F64x #define __GNUC_STDC_INLINE__ 1 #define __FLT64_HAS_DENORM__ 1 #define __FLT32_EPSILON__ 1.19209289550781250000000000000000000e-7F32 #define __DBL_DECIMAL_DIG__ 17 #define __STDC_UTF_32__ 1 #define __INT_FAST8_WIDTH__ 8 #define __FXSR__ 1 #define __DEC_EVAL_METHOD__ 2 #define __FLT32X_MAX__ 1.79769313486231570814527423731704357e+308F32x #define __cpp_runtime_arrays 198712 #define __UINT64_TYPE__ long unsigned int #define __UINT32_C(c) c ## U #define __INTMAX_MAX__ 0x7fffffffffffffffL #define __cpp_alias_templates 200704 #define __BYTE_ORDER__ __ORDER_LITTLE_ENDIAN__ #define __FLT_DENORM_MIN__ 1.40129846432481707092372958328991613e-45F #define __INT8_MAX__ 0x7f #define __LONG_WIDTH__ 64 #define __PIC__ 2 #define __UINT_FAST32_TYPE__ long unsigned int #define __CHAR32_TYPE__ unsigned int #define __FLT_MAX__ 3.40282346638528859811704183484516925e+38F #define __cpp_constexpr 201304 #define __INT32_TYPE__ int #define __SIZEOF_DOUBLE__ 8 #define __cpp_exceptions 199711 #define __FLT_MIN_10_EXP__ (-37) #define __FLT64_MIN__ 2.22507385850720138309023271733240406e-308F64 #define __INT_LEAST32_WIDTH__ 32 #define __INTMAX_TYPE__ long int #define __DEC128_MAX_EXP__ 6145 #define __FLT32X_HAS_QUIET_NAN__ 1 #define __ATOMIC_CONSUME 1 #define __GNUC_MINOR__ 4 #define __GLIBCXX_TYPE_INT_N_0 __int128 #define __INT_FAST16_WIDTH__ 64 #define __UINTMAX_MAX__ 0xffffffffffffffffUL #define __DEC32_MANT_DIG__ 7 #define __FLT32X_DENORM_MIN__ 4.94065645841246544176568792868221372e-324F32x #define __DBL_MAX_10_EXP__ 308 #define __LDBL_DENORM_MIN__ 3.64519953188247460252840593361941982e-4951L #define __INT16_C(c) c #define __cpp_generic_lambdas 201304 #define __STDC__ 1 #define __FLT32X_DIG__ 15 #define __PTRDIFF_TYPE__ long int #define __ATOMIC_SEQ_CST 5 #define __UINT32_TYPE__ unsigned int #define __FLT32X_MIN_10_EXP__ (-307) #define __UINTPTR_TYPE__ long unsigned int #define __DEC64_SUBNORMAL_MIN__ 0.000000000000001E-383DD #define __DEC128_MANT_DIG__ 34 #define __LDBL_MIN_10_EXP__ (-4931) #define __FLT128_EPSILON__ 1.92592994438723585305597794258492732e-34F128 #define __SSE_MATH__ 1 #define __SIZEOF_LONG_LONG__ 8 #define __cpp_user_defined_literals 200809 #define __FLT128_DECIMAL_DIG__ 36 #define __GCC_ATOMIC_LLONG_LOCK_FREE 2 #define __FLT32X_MIN__ 2.22507385850720138309023271733240406e-308F32x #define __LDBL_DIG__ 18 #define __FLT_DECIMAL_DIG__ 9 #define __UINT_FAST16_MAX__ 0xffffffffffffffffUL #define __GCC_ATOMIC_SHORT_LOCK_FREE 2 #define __INT_LEAST64_WIDTH__ 64 #define __UINT_FAST8_TYPE__ unsigned char #define _GNU_SOURCE 1 #define __cpp_init_captures 201304 #define __ATOMIC_ACQ_REL 4 #define __ATOMIC_RELEASE 3 [19:23:16:343 DBG] [Main] Compiler builtin macros are written into: /tmp/codelite/78291/cltmp-DicQGIwz.txt [19:23:16:344 DVL] [Main] GCC Metadata loaded for tool /usr/bin/x86_64-linux-gnu-g++ [19:23:16:344 DVL] [Main] Name: Cross GCC ( x86_64-linux-gnu )-9 [19:23:16:344 DVL] [Main] Search paths: [/usr/include/c++/9, /usr/include/x86_64-linux-gnu/c++/9, /usr/include/c++/9/backward, /usr/lib/gcc/x86_64-linux-gnu/9/include, /usr/local/include, /usr/include/x86_64-linux-gnu, /usr/include] [19:23:16:345 DVL] [Main] Macros: [__INT_LEAST8_TYPE__, __INT16_TYPE__, __GCC_ATOMIC_LONG_LOCK_FREE=2, __SEG_GS=1, __FLT32X_MIN_10_EXP__=307, __LONG_MAX__=0x7fffffffffffffffL, __FLT64_DIG__=15, __UINTMAX_C, __GCC_HAVE_DWARF2_CFI_ASM=1, __FLT128_MAX__=1.18973149535723176508575932662800702e+4932F, __DEC128_SUBNORMAL_MIN__=0.000000000000000000000000000000001E-6143, __UINT64_MAX__=0xffffffffffffffffUL, __STDC_IEC_559__=1, __GNUC_STDC_INLINE__=1, __cpp_rtti=199711, __INT16_MAX__=0x7fff, __SIG_ATOMIC_WIDTH__=32, __LDBL_DENORM_MIN__=3.64519953188247460252840593361941982e-4951L, __FLT_MIN_EXP__=125, __cpp_nsdmi=200809, __LDBL_MIN_EXP__=16381, __ORDER_PDP_ENDIAN__=3412, __WCHAR_WIDTH__=32, __CHAR16_TYPE__, __STDC_IEC_559_COMPLEX__=1, __DEC64_MANT_DIG__=16, __cpp_constexpr=201304, __INT_LEAST64_WIDTH__=64, __FLT32_MANT_DIG__=24, __FLT_HAS_INFINITY__=1, __DECIMAL_DIG__=21, __REGISTER_PREFIX__, __UINT_FAST64_MAX__=0xffffffffffffffffUL, __cpp_binary_literals=201304, __FLT64X_HAS_QUIET_NAN__=1, __cpp_digit_separators=201309, __cpp_initializer_lists=200806, __WCHAR_MAX__=0x7fffffff, __SIZEOF_WINT_T__=4, __LDBL_MAX_10_EXP__=4932, __GCC_ATOMIC_INT_LOCK_FREE=2, __FLT32_MAX_10_EXP__=38, __FLT64X_DECIMAL_DIG__=21, __FLT64_HAS_QUIET_NAN__=1, __ATOMIC_HLE_ACQUIRE=65536, __amd64=1, __DEPRECATED=1, __FLT64X_HAS_DENORM__=1, __DEC32_MIN__=1E-95, __cplusplus=201402L, __cpp_unicode_characters=200704, __FLT32X_HAS_DENORM__=1, __LDBL_MAX__=1.18973149535723176502126385303097021e+4932L, __UINT_FAST8_TYPE__, __LDBL_HAS_INFINITY__=1, __WCHAR_TYPE__, __GXX_WEAK__=1, __FXSR__=1, __DEC128_EPSILON__=1E-33, __GNUC_PATCHLEVEL__=0, __FLT64X_DENORM_MIN__=3.64519953188247460252840593361941982e-4951F, __FLT32_MAX__=3.40282346638528859811704183484516925e+38F, __FLT64X_MAX_10_EXP__=4932, __DECIMAL_BID_FORMAT__=1, __SSE2__=1, __GCC_ATOMIC_WCHAR_T_LOCK_FREE=2, __INT32_TYPE__, __DBL_MANT_DIG__=53, __unix__=1, __FLT_EVAL_METHOD_TS_18661_3__=0, __DEC128_MAX__=9.999999999999999999999999999999999E6144, __FLT_MIN__=1.17549435082228750796873653722224568e-38F, __GCC_ASM_FLAG_OUTPUTS__=1, __UINT_LEAST16_TYPE__, __FLT32X_HAS_QUIET_NAN__=1, __FLT_DECIMAL_DIG__=9, __GCC_IEC_559_COMPLEX=2, __DBL_DENORM_MIN__=4.94065645841246544176568792868221372e-324L, __ORDER_LITTLE_ENDIAN__=1234, __INT8_C, __DEC32_EPSILON__=1E-6, __SIG_ATOMIC_MAX__=0x7fffffff, __INTPTR_WIDTH__=64, __INTMAX_C, __FLT128_MAX_10_EXP__=4932, __SIZEOF_FLOAT80__=16, __FLT128_MIN_10_EXP__=4931, __cpp_inheriting_constructors=201511, __INT_LEAST16_MAX__=0x7fff, __UINT_LEAST8_MAX__=0xff, __INT_LEAST8_WIDTH__=8, __INT_FAST32_TYPE__, __cpp_lambdas=200907, __GCC_ATOMIC_CHAR16_T_LOCK_FREE=2, __STDC__=1, __FLT64X_MIN_EXP__=16381, __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8=1, __UINT_LEAST8_TYPE__, __cpp_aggregate_nsdmi=201304, __LDBL_MAX_EXP__=16384, __DEC64_MAX__=9.999999999999999E384, __x86_64__=1, __SSP_STRONG__=3, __cpp_rvalue_reference=200610, __PRAGMA_REDEFINE_EXTNAME=1, __FLT32_HAS_DENORM__=1, __FLT64X_EPSILON__=1.08420217248550443400745280086994171e-19F, __FLT64_MAX_10_EXP__=308, __CET__=3, __FLT32_HAS_QUIET_NAN__=1, __INT_LEAST64_MAX__=0x7fffffffffffffffL, __INT_FAST16_TYPE__, __DBL_HAS_INFINITY__=1, __UINT_LEAST16_MAX__=0xffff, __pie__=2, __FLT128_MANT_DIG__=113, __FLT128_DENORM_MIN__=6.47517511943802511092443895822764655e-4966F, __DEC64_MIN__=1E-383, __GNUG__=9, __GCC_ATOMIC_CHAR32_T_LOCK_FREE=2, __INT_LEAST32_TYPE__, __FLT64_MIN_EXP__=1021, __FLT64X_MAX_EXP__=16384, __LDBL_EPSILON__=1.08420217248550443400745280086994171e-19L, __FLT32X_DECIMAL_DIG__=17, __WINT_MAX__=0xffffffffU, __SIZEOF_PTRDIFF_T__=8, __INT_FAST8_MAX__=0x7f, __FLT64_EPSILON__=2.22044604925031308084726333618164062e-16F, __SSE__=1, __UINT8_TYPE__, __cpp_static_assert=200410, __GCC_IEC_559=2, __cpp_hex_float=201603, __SIZE_MAX__=0xffffffffffffffffUL, __cpp_ref_qualifiers=200710, __UINTPTR_TYPE__, __UINT_LEAST64_MAX__=0xffffffffffffffffUL, __cpp_variable_templates=201304, __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4=1, __WINT_WIDTH__=32, __FLOAT_WORD_ORDER__, __cpp_delegating_constructors=200604, __GCC_HAVE_SYNC_COMPARE_AND_SWAP_1=1, __SHRT_MAX__=0x7fff, __FLT32X_HAS_INFINITY__=1, __DEC128_MIN__=1E-6143, __FLT_HAS_QUIET_NAN__=1, __DEC64_MAX_EXP__=385, __INT_LEAST32_WIDTH__=32, __INT_LEAST64_TYPE__, __DEC32_SUBNORMAL_MIN__=0.000001E-95, __PIC__=2, __linux=1, __INT64_C, __cpp_runtime_arrays=198712, __INT_LEAST8_MAX__=0x7f, __UINT_LEAST32_MAX__=0xffffffffU, __DEC32_MANT_DIG__=7, __GCC_ATOMIC_CHAR_LOCK_FREE=2, __UINT64_C, __SCHAR_WIDTH__=8, __LDBL_DIG__=18, __SSE2_MATH__=1, __GNUC__=9, __GCC_ATOMIC_BOOL_LOCK_FREE=2, __GXX_EXPERIMENTAL_CXX0X__=1, __cpp_rvalue_references=200610, __UINT_FAST32_MAX__=0xffffffffffffffffUL, __INT64_TYPE__, __FLT_EVAL_METHOD__=0, __WINT_MIN__=0U, __SCHAR_MAX__=0x7f, __FLT32_MAX_EXP__=128, __INT_LEAST16_WIDTH__=16, __linux__=1, __FLT32_MIN_EXP__=125, __DBL_HAS_DENORM__=1, __ATOMIC_HLE_RELEASE=131072, __FLT_MANT_DIG__=24, __USER_LABEL_PREFIX__, __DEC32_MIN_EXP__=94, __WCHAR_MIN__=1, __INT32_MAX__=0x7fffffff, __x86_64=1, __INT_WIDTH__=32, __DBL_MIN__=2.22507385850720138309023271733240406e-308L, __FLT128_MAX_EXP__=16384, __cpp_decltype_auto=201304, __GCC_HAVE_SYNC_COMPARE_AND_SWAP_2=1, __has_include, __FLT32X_MANT_DIG__=53, __SIZEOF_LONG_LONG__=8, __DEC32_MAX_EXP__=97, __FLT64X_MANT_DIG__=64, __STDC_UTF_16__=1, __FLT_EPSILON__=1.19209289550781250000000000000000000e-7F, __FLT128_HAS_INFINITY__=1, __UINT_FAST8_MAX__=0xff, __CHAR_BIT__=8, __SHRT_WIDTH__=16, __k8=1, __cpp_threadsafe_static_init=200806, __FLT64X_HAS_INFINITY__=1, __FLT64X_DIG__=18, __DEC_EVAL_METHOD__=2, __BIGGEST_ALIGNMENT__=16, __INT32_C, __LONG_LONG_WIDTH__=64, __SIG_ATOMIC_MIN__=1, __DEC32_MAX__=9.999999E96, __ELF__=1, __FLT32X_DIG__=15, __SIZEOF_LONG_DOUBLE__=16, __FLT32X_EPSILON__=2.22044604925031308084726333618164062e-16F, __FLT128_DIG__=33, __SIZE_WIDTH__=64, __FINITE_MATH_ONLY__=0, __MMX__=1, __SIZEOF_SIZE_T__=8, __PTRDIFF_MAX__=0x7fffffffffffffffL, __UINT16_C, __PTRDIFF_WIDTH__=64, __INT_FAST32_MAX__=0x7fffffffffffffffL, __UINT32_MAX__=0xffffffffU, __FLT128_MIN_EXP__=16381, __UINT16_MAX__=0xffff, __unix=1, __STDC_ISO_10646__=201706L, __DBL_MIN_10_EXP__=307, __HAVE_SPECULATION_SAFE_VALUE=1, __UINT8_MAX__=0xff, __INT_FAST64_TYPE__, __FLT64X_MIN_10_EXP__=4931, __LDBL_DECIMAL_DIG__=21, __FLT64_HAS_INFINITY__=1, __GCC_ATOMIC_POINTER_LOCK_FREE=2, __LONG_WIDTH__=64, __FLT64_MANT_DIG__=53, __FLT32_MIN_10_EXP__=37, __has_include_next, __SIG_ATOMIC_TYPE__, __UINTMAX_MAX__=0xffffffffffffffffUL, __LONG_LONG_MAX__=0x7fffffffffffffffL, __DEC128_MIN_EXP__=6142, __NO_INLINE__=1, __FLT_MAX_10_EXP__=38, __LDBL_HAS_QUIET_NAN__=1, __FLT_HAS_DENORM__=1, __GLIBCXX_BITSIZE_INT_N_0=128, __UINT_LEAST64_TYPE__, __STDC_HOSTED__=1, __GXX_ABI_VERSION=1013, __FLT32_DIG__=6, __FLT_RADIX__=2, __SEG_FS=1, __VERSION__, __FLT64_MIN_10_EXP__=307, __GCC_ATOMIC_LLONG_LOCK_FREE=2, __gnu_linux__=1, __FLT32_DENORM_MIN__=1.40129846432481707092372958328991613e-45F, __cpp_raw_strings=200710, __SIZEOF_POINTER__=8, __cpp_sized_deallocation=201309, linux=1, __INT64_MAX__=0x7fffffffffffffffL, __EXCEPTIONS=1, __SIZEOF_INT__=4, __LDBL_MANT_DIG__=64, __ATOMIC_ACQUIRE=2, __DBL_HAS_QUIET_NAN__=1, __UINT_FAST32_TYPE__, unix=1, __FLT32X_MIN_EXP__=1021, __FLT64X_MAX__=1.18973149535723176502126385303097021e+4932F, __code_model_small__=1, __cpp_variadic_templates=200704, __FLT32_EPSILON__=1.19209289550781250000000000000000000e-7F, __k8__=1, __INTPTR_TYPE__, __UINT16_TYPE__, __SIZEOF_FLOAT__=4, __LP64__=1, __INT_FAST32_WIDTH__=64, __pic__=2, __UINTPTR_MAX__=0xffffffffffffffffUL, __GXX_RTTI=1, __INT_FAST64_WIDTH__=64, __UINTMAX_TYPE__, __cpp_range_based_for=200907, __DEC64_MIN_EXP__=382, __GCC_ATOMIC_SHORT_LOCK_FREE=2, __cpp_decltype=200707, __FLT32_DECIMAL_DIG__=9, __FLT32_MIN__=1.17549435082228750796873653722224568e-38F, __INT_FAST64_MAX__=0x7fffffffffffffffL, __INTPTR_MAX__=0x7fffffffffffffffL, __GCC_ATOMIC_TEST_AND_SET_TRUEVAL=1, __FLT_DIG__=6, __SIZE_TYPE__, __UINT_FAST64_TYPE__, __INT_FAST8_TYPE__, __DBL_MIN_EXP__=1021, __INT_MAX__=0x7fffffff, __amd64__=1, __FLT128_MIN__=3.36210314311209350626267781732175260e-4932F, __LDBL_MIN_10_EXP__=4931, __FLT_MAX_EXP__=128, __ORDER_BIG_ENDIAN__=4321, __PTRDIFF_TYPE__, __UINT64_TYPE__, __LDBL_MIN__=3.36210314311209350626267781732175260e-4932L, __SIZEOF_FLOAT128__=16, __FLT128_HAS_DENORM__=1, __WINT_TYPE__, __UINT_LEAST32_TYPE__, __FLT_MIN_10_EXP__=37, __FLT64_MAX__=1.79769313486231570814527423731704357e+308F, __FLT32X_MAX_10_EXP__=308, __SIZEOF_INT128__=16, __PIE__=2, __FLT64_DECIMAL_DIG__=17, __cpp_attributes=200809, __ATOMIC_RELAXED=0, __UINT8_C, __FLT64_MAX_EXP__=1024, __SIZEOF_WCHAR_T__=4, __ATOMIC_SEQ_CST=5, __FLT32X_MAX_EXP__=1024, __FLT128_HAS_QUIET_NAN__=1, __DBL_MAX_EXP__=1024, __FLT64X_MIN__=3.36210314311209350626267781732175260e-4932F, __cpp_return_type_deduction=201304, __DBL_DECIMAL_DIG__=17, __INTMAX_WIDTH__=64, __STDC_UTF_32__=1, __INT_FAST8_WIDTH__=8, __SIZEOF_LONG__=8, __FLT32X_MAX__=1.79769313486231570814527423731704357e+308F, __DBL_DIG__=15, __FLT64_HAS_DENORM__=1, __INT_LEAST32_MAX__=0x7fffffff, __UINT32_C, __INTMAX_MAX__=0x7fffffffffffffffL, __cpp_alias_templates=200704, __BYTE_ORDER__, __FLT64_DENORM_MIN__=4.94065645841246544176568792868221372e-324F, __FLT_DENORM_MIN__=1.40129846432481707092372958328991613e-45F, __INT8_MAX__=0x7f, __CHAR32_TYPE__, __LDBL_HAS_DENORM__=1, __FLT_MAX__=3.40282346638528859811704183484516925e+38F, __INT8_TYPE__, __SIZEOF_DOUBLE__=8, _LP64=1, __cpp_exceptions=199711, __DBL_MAX__=1.79769313486231570814527423731704357e+308L, __FLT64_MIN__=2.22507385850720138309023271733240406e-308F, __UINT_FAST16_MAX__=0xffffffffffffffffUL, __FLT128_EPSILON__=1.92592994438723585305597794258492732e-34F, __INTMAX_TYPE__, __DEC128_MAX_EXP__=6145, __ATOMIC_CONSUME=1, __GNUC_MINOR__=4, __GLIBCXX_TYPE_INT_N_0, __INT_FAST16_WIDTH__=64, __INT_LEAST16_TYPE__, __DBL_EPSILON__=2.22044604925031308084726333618164062e-16L, __FLT32X_DENORM_MIN__=4.94065645841246544176568792868221372e-324F, __DBL_MAX_10_EXP__=308, __cpp_unicode_literals=200710, __INT16_C, __cpp_generic_lambdas=201304, __INT_FAST16_MAX__=0x7fffffffffffffffL, __UINT32_TYPE__, __DEC64_SUBNORMAL_MIN__=0.000000000000001E-383, _STDC_PREDEF_H=1, __DEC128_MANT_DIG__=34, __SSE_MATH__=1, __UINT_FAST16_TYPE__, __cpp_user_defined_literals=200809, __FLT128_DECIMAL_DIG__=36, __FLT32X_MIN__=2.22507385850720138309023271733240406e-308F, _GNU_SOURCE=1, __DEC64_EPSILON__=1E-15, __cpp_init_captures=201304, __FLT32_HAS_INFINITY__=1, __SIZEOF_SHORT__=2, __ATOMIC_ACQ_REL=4, __ATOMIC_RELEASE=3] [19:23:16:350 DVL] [Main] Target: x86_64-linux-gnu [19:23:16:350 DVL] [Main] Deleting file: /tmp/codelite/78291/cltmp-DicQGIwz.txt ( ) [19:23:16:350 DVL] [Main] Deleting file: /tmp/codelite/78291/cltmp-IpQ1u5Nc.txt ( ) [19:23:16:361 DBG] [Main] Handler: BuiltIn C++ Code Completion registerd. Priority: 50 . Type: 0 [19:23:16:361 DBG] Parsing connection string: tcp://127.0.0.1:13[19:23:16:361 DB646 G] [Main] Service providers: BuiltIn C++ Code Completion(50) [19:23:16:361 DBG] [Main] sorting providers for type: 0 [19:23:16:361 DBG] [Main] Service providers: BuiltIn C++ Code Completion(75) [19:23:16:361 ERR] Failed to create single instance socket: CreateServer: bind() error: Address already in use [19:23:16:383 WRN] [Main] Plugin AutoSave is not enabled [19:23:16:384 WRN] [Main] Plugin CMakePlugin is not enabled [19:23:16:385 WRN] [Main] Plugin Source Code Formatter is not enabled [19:23:16:385 WRN] [Main] Plugin Diff Plugin is not enabled [19:23:16:386 WRN] [Main] Plugin Copyright is not enabled [19:23:16:388 WRN] [Main] Plugin DatabaseExplorer is not enabled [19:23:16:389 WRN] [Main] Plugin Docker is not enabled [19:23:16:390 WRN] [Main] Plugin EOSWiki is not enabled [19:23:16:391 WRN] [Main] Plugin EditorConfig is not enabled [19:23:16:391 WRN] [Main] Plugin ExternalTools is not enabled [19:23:16:392 WRN] [Main] Plugin HelpPlugin is not enabled [19:23:16:420 WRN] [Main] Plugin LLDBDebuggerPlugin is not enabled [19:23:16:421 WRN] [Main] Plugin LanguageServerPlugin is not enabled [19:23:16:422 WRN] [Main] Plugin MemCheck is not enabled [19:23:16:422 WRN] [Main] Plugin Outline is not enabled [19:23:16:423 WRN] [Main] Plugin PHPLint is not enabled [19:23:16:424 WRN] [Main] Plugin PHPRefactoring is not enabled [19:23:16:424 WRN] [Main] Plugin QMakePlugin is not enabled [19:23:16:425 WRN] [Main] Plugin Remoty is not enabled [19:23:16:426 WRN] [Main] Plugin Rust is not enabled [19:23:16:427 WRN] [Main] Plugin SFTP is not enabled [19:23:16:427 WRN] [Main] Plugin SmartCompletion is not enabled [19:23:16:428 WRN] [Main] Plugin SnipWiz is not enabled [19:23:16:429 WRN] [Main] Plugin SpellCheck is not enabled [19:23:16:430 WRN] [Main] Plugin Subversion is not enabled [19:23:16:431 WRN] [Main] Plugin Tail is not enabled [19:23:16:432 WRN] [Main] Plugin UnitTestPP is not enabled [19:23:16:433 WRN] [Main] Plugin WebTools is not enabled [19:23:16:433 WRN] [Main] Plugin Wizards is not enabled [19:23:16:434 WRN] [Main] Plugin Word Completion is not enabled [19:23:16:435 WRN] [Main] Plugin ZoomNavigator is not enabled [19:23:16:435 WRN] [Main] Plugin Abbreviation is not enabled [19:23:16:436 WRN] [Main] Plugin CodeLite Vim is not enabled [19:23:16:438 WRN] [Main] Plugin PHP is not enabled [19:23:16:438 WRN] [Main] Plugin CppChecker is not enabled [19:23:16:440 WRN] [Main] Plugin CScope is not enabled [19:23:16:441 WRN] [Main] Plugin Git is not enabled [19:23:16:443 WRN] [Main] Plugin wxcrafter is not enabled [19:23:16:444 WRN] [Main] Plugin wxFormBuilder is not enabled [19:23:16:445 DBG] [Main] Loading debuggers from: /usr/lib/codelite/debuggers [19:23:16:445 DBG] [Main] Attempting to load debugger: /usr/lib/codelite/debuggers/DebuggerGDB.so [19:23:16:448 DBG] [Main] Loaded debugger: GNU gdb debugger, Version: v2.0 [19:23:16:523 DBG] [Main] Install path: /usr/share/codelite [19:23:16:523 DBG] [Main] Startup Path: /home/thomas.fritz/.codelite [19:23:17:456 DBG] [Main] Install path: /usr/share/codelite [19:23:17:456 DBG] [Main] Startup Path: /home/thomas.fritz/.codelite [19:23:17:456 DBG] [Main] Using Scintilla 3.7.2 [19:23:17:457 DVL] [Main] clKeyboardManager: updating menu &File [19:23:17:457 DVL] [Main] clKeyboardManager: updating menu &Edit [19:23:17:457 DVL] [Main] clKeyboardManager: updating menu &View [19:23:17:457 DVL] [Main] clKeyboardManager: updating menu &Search [19:23:17:457 DVL] [Main] clKeyboardManager: updating menu &Workspace [19:23:17:457 DVL] [Main] clKeyboardManager: updating menu &Build [19:23:17:457 DVL] [Main] clKeyboardManager: updating menu &Debugger [19:23:17:457 DVL] [Main] clKeyboardManager: updating menu &Plugins [19:23:17:457 DVL] [Main] clKeyboardManager: updating menu Perspective [19:23:17:457 DVL] [Main] clKeyboardManager: updating menu Settin&gs [19:23:17:457 DVL] [Main] clKeyboardManager: updating menu He&lp [19:23:17:458 DBG] [Main] Keyboard manager: Initializing keyboard manager [19:23:17:462 DVL] [Main] clKeyboardManager: updating menu &File [19:23:17:462 DVL] [Main] clKeyboardManager: updating menu &Edit [19:23:17:463 DVL] [Main] clKeyboardManager: updating menu &View [19:23:17:463 DVL] [Main] clKeyboardManager: updating menu &Search [19:23:17:463 DVL] [Main] clKeyboardManager: updating menu &Workspace [19:23:17:464 DVL] [Main] clKeyboardManager: updating menu &Build [19:23:17:464 DVL] [Main] clKeyboardManager: updating menu &Debugger [19:23:17:464 DVL] [Main] clKeyboardManager: updating menu &Plugins [19:23:17:464 DVL] [Main] clKeyboardManager: updating menu Perspective [19:23:17:464 DVL] [Main] clKeyboardManager: updating menu Settin&gs [19:23:17:464 DVL] [Main] clKeyboardManager: updating menu He&lp [19:23:17:464 DBG] [Main] clKeyboardManager: appending global entries ```

Note all the entries [Main] Plugin <plugin name> is not enabled towards the bottom of the log. I have no clue what to make of this log output, but maybe you can find something suspicious in it?

About your second suggestion: I'm already using the inofficial version you supply, that's what I meant when I said I installed CodeLite 16.0 through the ppa for Ubuntu focal fossa. In the official package in Ubuntu's repo (that being version 13. the "Manage Plugins" menu is also broken, but this time it won't even show me any plugins to select:

Screenshot_20230121_193839

Might be a related bug since the log file for this one seems similar at first glance: ``` [21:30:25:545 ERR] Failed to create single instance socket: CreateServer: bind() error: Address already in use [11:45:51:568 ERR] Failed to create single instance socket: CreateServer: bind() error: Address already in use [15:26:24:048 ERR] Failed to create single instance socket: CreateServer: bind() error: Address already in use [15:26:24:104 ERR] [Main] Failed to read file content: /home/thomas.fritz/.codelite/config/plugins.conf . Success [09:58:32:402 ERR] Failed to create single instance socket: CreateServer: bind() error: Address already in use [14:09:06:942 ERR] Failed to create single instance socket: CreateServer: bind() error: Address already in use [11:21:58:488 ERR] [Main] Failed to open file: /usr/share/codelite/LICENSE . Success [11:46:28:796 SYS] [Main] Restarting CodeLite: /usr/bin/codelite [11:46:54:716 SYS] [Main] Restarting CodeLite: /usr/bin/codelite [11:55:49:444 SYS] [Main] Restarting CodeLite: /usr/bin/codelite [11:56:36:883 SYS] [Main] Restarting CodeLite: /usr/bin/codelite [12:04:32:841 SYS] [Main] Restarting CodeLite: /usr/bin/codelite [12:37:19:873 SYS] [Main] Restarting CodeLite: /usr/bin/codelite [12:38:24:963 SYS] [Main] Restarting CodeLite: /usr/bin/codelite [19:21:43:781 ERR] Failed to create single instance socket: CreateServer: bind() error: Address already in use [19:22:43:399 SYS] [Main] Log verbosity is now set to: Developer [19:23:13:961 DBG] ZombieReaperPOSIX: going down [19:23:13:962 DBG] [Main] Handler: BuiltIn C++ Code Completion Uregisterd. Priority: 75 . Type: 0 [19:23:13:975 DBG] [Main] DestroyCurrent() is called [19:23:14:012 DBG] [Main] Bye [19:23:14:012 SYS] [Main] Restarting CodeLite: /usr/bin/codelite [19:23:14:095 DBG] [Main] Starting codelite... [19:23:14:492 DBG] [Main] Loading users lexers [19:23:14:493 DBG] [Main] Loading users lexers...done [19:23:14:618 DBG] [Main] Loading JSON file: /home/thomas.fritz/.codelite/lexers/lexers.json (contains 813 lexers) ... ... [19:23:15:811 DBG] [Main] Loading JSON file...done [19:23:15:840 DBG] [Main] ZombieReaperPOSIX: started [19:23:15:840 DBG] [Main] Loading bitmap resources: /usr/share/codelite/codelite-bitmaps-light.zip [19:23:15:841 DBG] [Main] Loading bitmap resources: /usr/share/codelite/codelite-bitmaps-dark.zip ... ... [19:23:16:085 DBG] [Main] Running command: g++ -v -x c++ /dev/null -fsyntax-only [19:23:16:097 DVL] [Main] Output is: Using built-in specs. COLLECT_GCC=g++ COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/9/lto-wrapper OFFLOAD_TARGET_NAMES=nvptx-none:hsa OFFLOAD_TARGET_DEFAULT=1 Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu 9.4.0-1ubuntu1~20.04.1' --with-bugurl=file:///usr/share/doc/gcc-9/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,gm2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-9 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-9-Av3uEd/gcc-9-9.4.0/debian/tmp-nvptx/usr,hsa --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu Thread model: posix gcc version 9.4.0 (Ubuntu 9.4.0-1ubuntu1~20.04.1) COLLECT_GCC_OPTIONS='-v' '-fsyntax-only' '-shared-libgcc' '-mtune=generic' '-march=x86-64' /usr/lib/gcc/x86_64-linux-gnu/9/cc1plus -quiet -v -imultiarch x86_64-linux-gnu -D_GNU_SOURCE /dev/null -quiet -dumpbase null -mtune=generic -march=x86-64 -auxbase null -version -fsyntax-only -o /dev/null -fasynchronous-unwind-tables -fstack-protector-strong -Wformat -Wformat-security -fstack-clash-protection -fcf-protection GNU C++14 (Ubuntu 9.4.0-1ubuntu1~20.04.1) version 9.4.0 (x86_64-linux-gnu) compiled by GNU C version 9.4.0, GMP version 6.2.0, MPFR version 4.0.2, MPC version 1.1.0, isl version isl-0.22.1-GMP GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 ignoring duplicate directory "/usr/include/x86_64-linux-gnu/c++/9" ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu" ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/9/include-fixed" ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/9/../../../../x86_64-linux-gnu/include" #include "..." search starts here: #include <...> search starts here: /usr/include/c++/9 /usr/include/x86_64-linux-gnu/c++/9 /usr/include/c++/9/backward /usr/lib/gcc/x86_64-linux-gnu/9/include /usr/local/include /usr/include/x86_64-linux-gnu /usr/include End of search list. GNU C++14 (Ubuntu 9.4.0-1ubuntu1~20.04.1) version 9.4.0 (x86_64-linux-gnu) compiled by GNU C version 9.4.0, GMP version 6.2.0, MPFR version 4.0.2, MPC version 1.1.0, isl version isl-0.22.1-GMP GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 Compiler executable checksum: 65fe925b83d3956b533de4aaba7dace0 COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/ LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../:/lib/:/usr/lib/ COLLECT_GCC_OPTIONS='-v' '-fsyntax-only' '-shared-libgcc' '-mtune=generic' '-march=x86-64' [19:23:16:099 DBG] [Main] Running command: g++ -dumpmachine [19:23:16:104 DVL] [Main] Output is: x86_64-linux-gnu [19:23:16:104 DBG] [Main] Running command: g++ -dumpversion [19:23:16:108 DVL] [Main] Output is: 9 [19:23:16:108 DBG] [Main] Loading built-in macros for compiler ' GCC-9 ' : g++ -dM -E -xc++ /tmp/codelite/78291/cltmp-PyU4MBQV.txt [19:23:16:108 DBG] [Main] Running command: g++ -dM -E -xc++ /tmp/codelite/78291/cltmp-PyU4MBQV.txt [19:23:16:118 DVL] [Main] Output is: #define __SSP_STRONG__ 3 #define __DBL_MIN_EXP__ (-1021) #define __FLT32X_MAX_EXP__ 1024 #define __cpp_attributes 200809 #define __UINT_LEAST16_MAX__ 0xffff #define __ATOMIC_ACQUIRE 2 #define __FLT128_MAX_10_EXP__ 4932 #define __FLT_MIN__ 1.17549435082228750796873653722224568e-38F #define __GCC_IEC_559_COMPLEX 2 #define __cpp_aggregate_nsdmi 201304 #define __UINT_LEAST8_TYPE__ unsigned char #define __SIZEOF_FLOAT80__ 16 #define __INTMAX_C(c) c ## L #define __CHAR_BIT__ 8 #define __UINT8_MAX__ 0xff #define __WINT_MAX__ 0xffffffffU #define __FLT32_MIN_EXP__ (-125) #define __cpp_static_assert 200410 #define __ORDER_LITTLE_ENDIAN__ 1234 #define __SIZE_MAX__ 0xffffffffffffffffUL #define __WCHAR_MAX__ 0x7fffffff #define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_1 1 #define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_2 1 #define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 1 #define __DBL_DENORM_MIN__ double(4.94065645841246544176568792868221372e-324L) #define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8 1 #define __GCC_ATOMIC_CHAR_LOCK_FREE 2 #define __GCC_IEC_559 2 #define __FLT32X_DECIMAL_DIG__ 17 #define __FLT_EVAL_METHOD__ 0 #define __unix__ 1 #define __cpp_binary_literals 201304 #define __FLT64_DECIMAL_DIG__ 17 #define __CET__ 3 #define __GCC_ATOMIC_CHAR32_T_LOCK_FREE 2 #define __x86_64 1 #define __cpp_variadic_templates 200704 #define __UINT_FAST64_MAX__ 0xffffffffffffffffUL #define __SIG_ATOMIC_TYPE__ int #define __DBL_MIN_10_EXP__ (-307) #define __FINITE_MATH_ONLY__ 0 #define __cpp_variable_templates 201304 #define __GNUC_PATCHLEVEL__ 0 #define __FLT32_HAS_DENORM__ 1 #define __UINT_FAST8_MAX__ 0xff #define __cpp_rvalue_reference 200610 #define __has_include(STR) __has_include__(STR) #define __DEC64_MAX_EXP__ 385 #define __INT8_C(c) c #define __INT_LEAST8_WIDTH__ 8 #define __UINT_LEAST64_MAX__ 0xffffffffffffffffUL #define __SHRT_MAX__ 0x7fff #define __LDBL_MAX__ 1.18973149535723176502126385303097021e+4932L #define __FLT64X_MAX_10_EXP__ 4932 #define __UINT_LEAST8_MAX__ 0xff #define __GCC_ATOMIC_BOOL_LOCK_FREE 2 #define __FLT128_DENORM_MIN__ 6.47517511943802511092443895822764655e-4966F128 #define __UINTMAX_TYPE__ long unsigned int #define __linux 1 #define __DEC32_EPSILON__ 1E-6DF #define __FLT_EVAL_METHOD_TS_18661_3__ 0 #define __unix 1 #define __UINT32_MAX__ 0xffffffffU #define __GXX_EXPERIMENTAL_CXX0X__ 1 #define __LDBL_MAX_EXP__ 16384 #define __FLT128_MIN_EXP__ (-16381) #define __WINT_MIN__ 0U #define __linux__ 1 #define __FLT128_MIN_10_EXP__ (-4931) #define __INT_LEAST16_WIDTH__ 16 #define __SCHAR_MAX__ 0x7f #define __FLT128_MANT_DIG__ 113 #define __WCHAR_MIN__ (-__WCHAR_MAX__ - 1) #define __INT64_C(c) c ## L #define __DBL_DIG__ 15 #define __GCC_ATOMIC_POINTER_LOCK_FREE 2 #define __FLT64X_MANT_DIG__ 64 #define __SIZEOF_INT__ 4 #define __SIZEOF_POINTER__ 8 #define __GCC_ATOMIC_CHAR16_T_LOCK_FREE 2 #define __USER_LABEL_PREFIX__ #define __FLT64X_EPSILON__ 1.08420217248550443400745280086994171e-19F64x #define __STDC_HOSTED__ 1 #define __LDBL_HAS_INFINITY__ 1 #define __FLT32_DIG__ 6 #define __FLT_EPSILON__ 1.19209289550781250000000000000000000e-7F #define __GXX_WEAK__ 1 #define __SHRT_WIDTH__ 16 #define __LDBL_MIN__ 3.36210314311209350626267781732175260e-4932L #define __DEC32_MAX__ 9.999999E96DF #define __cpp_threadsafe_static_init 200806 #define __FLT64X_DENORM_MIN__ 3.64519953188247460252840593361941982e-4951F64x #define __FLT32X_HAS_INFINITY__ 1 #define __INT32_MAX__ 0x7fffffff #define __INT_WIDTH__ 32 #define __SIZEOF_LONG__ 8 #define __STDC_IEC_559__ 1 #define __STDC_ISO_10646__ 201706L #define __UINT16_C(c) c #define __PTRDIFF_WIDTH__ 64 #define __DECIMAL_DIG__ 21 #define __FLT64_EPSILON__ 2.22044604925031308084726333618164062e-16F64 #define __gnu_linux__ 1 #define __INTMAX_WIDTH__ 64 #define __FLT64_MIN_EXP__ (-1021) #define __has_include_next(STR) __has_include_next__(STR) #define __FLT64X_MIN_10_EXP__ (-4931) #define __LDBL_HAS_QUIET_NAN__ 1 #define __FLT64_MANT_DIG__ 53 #define __GNUC__ 9 #define __GXX_RTTI 1 #define __pie__ 2 #define __MMX__ 1 #define __cpp_delegating_constructors 200604 #define __FLT_HAS_DENORM__ 1 #define __SIZEOF_LONG_DOUBLE__ 16 #define __BIGGEST_ALIGNMENT__ 16 #define __STDC_UTF_16__ 1 #define __FLT64_MAX_10_EXP__ 308 #define __FLT32_HAS_INFINITY__ 1 #define __DBL_MAX__ double(1.79769313486231570814527423731704357e+308L) #define __cpp_raw_strings 200710 #define __INT_FAST32_MAX__ 0x7fffffffffffffffL #define __DBL_HAS_INFINITY__ 1 #define __HAVE_SPECULATION_SAFE_VALUE 1 #define __DEC32_MIN_EXP__ (-94) #define __INTPTR_WIDTH__ 64 #define __FLT32X_HAS_DENORM__ 1 #define __INT_FAST16_TYPE__ long int #define __LDBL_HAS_DENORM__ 1 #define __cplusplus 201402L #define __cpp_ref_qualifiers 200710 #define __DEC128_MAX__ 9.999999999999999999999999999999999E6144DL #define __INT_LEAST32_MAX__ 0x7fffffff #define __DEC32_MIN__ 1E-95DF #define __DEPRECATED 1 #define __cpp_rvalue_references 200610 #define __DBL_MAX_EXP__ 1024 #define __WCHAR_WIDTH__ 32 #define __FLT32_MAX__ 3.40282346638528859811704183484516925e+38F32 #define __DEC128_EPSILON__ 1E-33DL #define __SSE2_MATH__ 1 #define __ATOMIC_HLE_RELEASE 131072 #define __PTRDIFF_MAX__ 0x7fffffffffffffffL #define __amd64 1 #define __ATOMIC_HLE_ACQUIRE 65536 #define __FLT32_HAS_QUIET_NAN__ 1 #define __GNUG__ 9 #define __LONG_LONG_MAX__ 0x7fffffffffffffffLL #define __SIZEOF_SIZE_T__ 8 #define __cpp_nsdmi 200809 #define __FLT64X_MIN_EXP__ (-16381) #define __SIZEOF_WINT_T__ 4 #define __LONG_LONG_WIDTH__ 64 #define __cpp_initializer_lists 200806 #define __FLT32_MAX_EXP__ 128 #define __cpp_hex_float 201603 #define __GCC_HAVE_DWARF2_CFI_ASM 1 #define __GXX_ABI_VERSION 1013 #define __FLT128_HAS_INFINITY__ 1 #define __FLT_MIN_EXP__ (-125) #define __cpp_lambdas 200907 #define __FLT64X_HAS_QUIET_NAN__ 1 #define __INT_FAST64_TYPE__ long int #define __FLT64_DENORM_MIN__ 4.94065645841246544176568792868221372e-324F64 #define __DBL_MIN__ double(2.22507385850720138309023271733240406e-308L) #define __PIE__ 2 #define __LP64__ 1 #define __FLT32X_EPSILON__ 2.22044604925031308084726333618164062e-16F32x #define __DECIMAL_BID_FORMAT__ 1 #define __FLT64_MIN_10_EXP__ (-307) #define __FLT64X_DECIMAL_DIG__ 21 #define __DEC128_MIN__ 1E-6143DL #define __REGISTER_PREFIX__ #define __UINT16_MAX__ 0xffff #define __FLT32_MIN__ 1.17549435082228750796873653722224568e-38F32 #define __UINT8_TYPE__ unsigned char #define __NO_INLINE__ 1 #define __FLT_MANT_DIG__ 24 #define __LDBL_DECIMAL_DIG__ 21 #define __VERSION__ "9.4.0" #define __UINT64_C(c) c ## UL #define __cpp_unicode_characters 200704 #define _STDC_PREDEF_H 1 #define __cpp_decltype_auto 201304 #define __GCC_ATOMIC_INT_LOCK_FREE 2 #define __FLT128_MAX_EXP__ 16384 #define __FLT32_MANT_DIG__ 24 #define __FLOAT_WORD_ORDER__ __ORDER_LITTLE_ENDIAN__ #define __STDC_IEC_559_COMPLEX__ 1 #define __FLT128_HAS_DENORM__ 1 #define __FLT128_DIG__ 33 #define __SCHAR_WIDTH__ 8 #define __INT32_C(c) c #define __DEC64_EPSILON__ 1E-15DD #define __ORDER_PDP_ENDIAN__ 3412 #define __DEC128_MIN_EXP__ (-6142) #define __FLT32_MAX_10_EXP__ 38 #define __INT_FAST32_TYPE__ long int #define __UINT_LEAST16_TYPE__ short unsigned int #define __FLT64X_HAS_INFINITY__ 1 #define unix 1 #define __DBL_HAS_DENORM__ 1 #define __INT16_MAX__ 0x7fff #define __cpp_rtti 199711 #define __SIZE_TYPE__ long unsigned int #define __UINT64_MAX__ 0xffffffffffffffffUL #define __FLT64X_DIG__ 18 #define __INT8_TYPE__ signed char #define __cpp_digit_separators 201309 #define __ELF__ 1 #define __GCC_ASM_FLAG_OUTPUTS__ 1 #define __FLT_RADIX__ 2 #define __INT_LEAST16_TYPE__ short int #define __LDBL_EPSILON__ 1.08420217248550443400745280086994171e-19L #define __UINTMAX_C(c) c ## UL #define __GLIBCXX_BITSIZE_INT_N_0 128 #define __k8 1 #define __SIG_ATOMIC_MAX__ 0x7fffffff #define __GCC_ATOMIC_WCHAR_T_LOCK_FREE 2 #define __SIZEOF_PTRDIFF_T__ 8 #define __FLT32X_MANT_DIG__ 53 #define __x86_64__ 1 #define __FLT32X_MIN_EXP__ (-1021) #define __DEC32_SUBNORMAL_MIN__ 0.000001E-95DF #define __INT_FAST16_MAX__ 0x7fffffffffffffffL #define __FLT64_DIG__ 15 #define __UINT_FAST32_MAX__ 0xffffffffffffffffUL #define __UINT_LEAST64_TYPE__ long unsigned int #define __FLT_HAS_QUIET_NAN__ 1 #define __FLT_MAX_10_EXP__ 38 #define __LONG_MAX__ 0x7fffffffffffffffL #define __FLT64X_HAS_DENORM__ 1 #define __DEC128_SUBNORMAL_MIN__ 0.000000000000000000000000000000001E-6143DL #define __FLT_HAS_INFINITY__ 1 #define __cpp_unicode_literals 200710 #define __UINT_FAST16_TYPE__ long unsigned int #define __DEC64_MAX__ 9.999999999999999E384DD #define __INT_FAST32_WIDTH__ 64 #define __CHAR16_TYPE__ short unsigned int #define __PRAGMA_REDEFINE_EXTNAME 1 #define __SIZE_WIDTH__ 64 #define __SEG_FS 1 #define __INT_LEAST16_MAX__ 0x7fff #define __DEC64_MANT_DIG__ 16 #define __INT64_MAX__ 0x7fffffffffffffffL #define __UINT_LEAST32_MAX__ 0xffffffffU #define __SEG_GS 1 #define __FLT32_DENORM_MIN__ 1.40129846432481707092372958328991613e-45F32 #define __GCC_ATOMIC_LONG_LOCK_FREE 2 #define __SIG_ATOMIC_WIDTH__ 32 #define __INT_LEAST64_TYPE__ long int #define __INT16_TYPE__ short int #define __INT_LEAST8_TYPE__ signed char #define __DEC32_MAX_EXP__ 97 #define __INT_FAST8_MAX__ 0x7f #define __FLT128_MAX__ 1.18973149535723176508575932662800702e+4932F128 #define __INTPTR_MAX__ 0x7fffffffffffffffL #define __cpp_sized_deallocation 201309 #define linux 1 #define __cpp_range_based_for 200907 #define __FLT64_HAS_QUIET_NAN__ 1 #define __FLT32_MIN_10_EXP__ (-37) #define __SSE2__ 1 #define __EXCEPTIONS 1 #define __LDBL_MANT_DIG__ 64 #define __DBL_HAS_QUIET_NAN__ 1 #define __FLT64_HAS_INFINITY__ 1 #define __FLT64X_MAX__ 1.18973149535723176502126385303097021e+4932F64x #define __SIG_ATOMIC_MIN__ (-__SIG_ATOMIC_MAX__ - 1) #define __code_model_small__ 1 #define __cpp_return_type_deduction 201304 #define __k8__ 1 #define __INTPTR_TYPE__ long int #define __UINT16_TYPE__ short unsigned int #define __WCHAR_TYPE__ int #define __SIZEOF_FLOAT__ 4 #define __pic__ 2 #define __UINTPTR_MAX__ 0xffffffffffffffffUL #define __INT_FAST64_WIDTH__ 64 #define __DEC64_MIN_EXP__ (-382) #define __cpp_decltype 200707 #define __FLT32_DECIMAL_DIG__ 9 #define __INT_FAST64_MAX__ 0x7fffffffffffffffL #define __GCC_ATOMIC_TEST_AND_SET_TRUEVAL 1 #define __FLT_DIG__ 6 #define __FLT64X_MAX_EXP__ 16384 #define __UINT_FAST64_TYPE__ long unsigned int #define __INT_MAX__ 0x7fffffff #define __amd64__ 1 #define __INT64_TYPE__ long int #define __FLT_MAX_EXP__ 128 #define __ORDER_BIG_ENDIAN__ 4321 #define __DBL_MANT_DIG__ 53 #define __cpp_inheriting_constructors 201511 #define __SIZEOF_FLOAT128__ 16 #define __INT_LEAST64_MAX__ 0x7fffffffffffffffL #define __DEC64_MIN__ 1E-383DD #define __WINT_TYPE__ unsigned int #define __UINT_LEAST32_TYPE__ unsigned int #define __SIZEOF_SHORT__ 2 #define __SSE__ 1 #define __LDBL_MIN_EXP__ (-16381) #define __FLT64_MAX__ 1.79769313486231570814527423731704357e+308F64 #define __WINT_WIDTH__ 32 #define __INT_LEAST8_MAX__ 0x7f #define __FLT32X_MAX_10_EXP__ 308 #define __SIZEOF_INT128__ 16 #define __LDBL_MAX_10_EXP__ 4932 #define __ATOMIC_RELAXED 0 #define __DBL_EPSILON__ double(2.22044604925031308084726333618164062e-16L) #define __FLT128_MIN__ 3.36210314311209350626267781732175260e-4932F128 #define _LP64 1 #define __UINT8_C(c) c #define __FLT64_MAX_EXP__ 1024 #define __INT_LEAST32_TYPE__ int #define __SIZEOF_WCHAR_T__ 4 #define __FLT128_HAS_QUIET_NAN__ 1 #define __INT_FAST8_TYPE__ signed char #define __FLT64X_MIN__ 3.36210314311209350626267781732175260e-4932F64x #define __GNUC_STDC_INLINE__ 1 #define __FLT64_HAS_DENORM__ 1 #define __FLT32_EPSILON__ 1.19209289550781250000000000000000000e-7F32 #define __DBL_DECIMAL_DIG__ 17 #define __STDC_UTF_32__ 1 #define __INT_FAST8_WIDTH__ 8 #define __FXSR__ 1 #define __DEC_EVAL_METHOD__ 2 #define __FLT32X_MAX__ 1.79769313486231570814527423731704357e+308F32x #define __cpp_runtime_arrays 198712 #define __UINT64_TYPE__ long unsigned int #define __UINT32_C(c) c ## U #define __INTMAX_MAX__ 0x7fffffffffffffffL #define __cpp_alias_templates 200704 #define __BYTE_ORDER__ __ORDER_LITTLE_ENDIAN__ #define __FLT_DENORM_MIN__ 1.40129846432481707092372958328991613e-45F #define __INT8_MAX__ 0x7f #define __LONG_WIDTH__ 64 #define __PIC__ 2 #define __UINT_FAST32_TYPE__ long unsigned int #define __CHAR32_TYPE__ unsigned int #define __FLT_MAX__ 3.40282346638528859811704183484516925e+38F #define __cpp_constexpr 201304 #define __INT32_TYPE__ int #define __SIZEOF_DOUBLE__ 8 #define __cpp_exceptions 199711 #define __FLT_MIN_10_EXP__ (-37) #define __FLT64_MIN__ 2.22507385850720138309023271733240406e-308F64 #define __INT_LEAST32_WIDTH__ 32 #define __INTMAX_TYPE__ long int #define __DEC128_MAX_EXP__ 6145 #define __FLT32X_HAS_QUIET_NAN__ 1 #define __ATOMIC_CONSUME 1 #define __GNUC_MINOR__ 4 #define __GLIBCXX_TYPE_INT_N_0 __int128 #define __INT_FAST16_WIDTH__ 64 #define __UINTMAX_MAX__ 0xffffffffffffffffUL #define __DEC32_MANT_DIG__ 7 #define __FLT32X_DENORM_MIN__ 4.94065645841246544176568792868221372e-324F32x #define __DBL_MAX_10_EXP__ 308 #define __LDBL_DENORM_MIN__ 3.64519953188247460252840593361941982e-4951L #define __INT16_C(c) c #define __cpp_generic_lambdas 201304 #define __STDC__ 1 #define __FLT32X_DIG__ 15 #define __PTRDIFF_TYPE__ long int #define __ATOMIC_SEQ_CST 5 #define __UINT32_TYPE__ unsigned int #define __FLT32X_MIN_10_EXP__ (-307) #define __UINTPTR_TYPE__ long unsigned int #define __DEC64_SUBNORMAL_MIN__ 0.000000000000001E-383DD #define __DEC128_MANT_DIG__ 34 #define __LDBL_MIN_10_EXP__ (-4931) #define __FLT128_EPSILON__ 1.92592994438723585305597794258492732e-34F128 #define __SSE_MATH__ 1 #define __SIZEOF_LONG_LONG__ 8 #define __cpp_user_defined_literals 200809 #define __FLT128_DECIMAL_DIG__ 36 #define __GCC_ATOMIC_LLONG_LOCK_FREE 2 #define __FLT32X_MIN__ 2.22507385850720138309023271733240406e-308F32x #define __LDBL_DIG__ 18 #define __FLT_DECIMAL_DIG__ 9 #define __UINT_FAST16_MAX__ 0xffffffffffffffffUL #define __GCC_ATOMIC_SHORT_LOCK_FREE 2 #define __INT_LEAST64_WIDTH__ 64 #define __UINT_FAST8_TYPE__ unsigned char #define _GNU_SOURCE 1 #define __cpp_init_captures 201304 #define __ATOMIC_ACQ_REL 4 #define __ATOMIC_RELEASE 3 [19:23:16:123 DBG] [Main] Compiler builtin macros are written into: /tmp/codelite/78291/cltmp-PyU4MBQV.txt [19:23:16:124 DVL] [Main] GCC Metadata loaded for tool /usr/bin/g++ [19:23:16:124 DVL] [Main] Name: GCC-9 [19:23:16:124 DVL] [Main] Search paths: [/usr/include/c++/9, /usr/include/x86_64-linux-gnu/c++/9, /usr/include/c++/9/backward, /usr/lib/gcc/x86_64-linux-gnu/9/include, /usr/local/include, /usr/include/x86_64-linux-gnu, /usr/include] [19:23:16:124 DVL] [Main] Macros: [__INT_LEAST8_TYPE__, __INT16_TYPE__, __GCC_ATOMIC_LONG_LOCK_FREE=2, __SEG_GS=1, __FLT32X_MIN_10_EXP__=307, __LONG_MAX__=0x7fffffffffffffffL, __FLT64_DIG__=15, __UINTMAX_C, __GCC_HAVE_DWARF2_CFI_ASM=1, __FLT128_MAX__=1.18973149535723176508575932662800702e+4932F, __DEC128_SUBNORMAL_MIN__=0.000000000000000000000000000000001E-6143, __UINT64_MAX__=0xffffffffffffffffUL, __STDC_IEC_559__=1, __GNUC_STDC_INLINE__=1, __cpp_rtti=199711, __INT16_MAX__=0x7fff, __SIG_ATOMIC_WIDTH__=32, __LDBL_DENORM_MIN__=3.64519953188247460252840593361941982e-4951L, __FLT_MIN_EXP__=125, __cpp_nsdmi=200809, __LDBL_MIN_EXP__=16381, __ORDER_PDP_ENDIAN__=3412, __WCHAR_WIDTH__=32, __CHAR16_TYPE__, __STDC_IEC_559_COMPLEX__=1, __DEC64_MANT_DIG__=16, __cpp_constexpr=201304, __INT_LEAST64_WIDTH__=64, __FLT32_MANT_DIG__=24, __FLT_HAS_INFINITY__=1, __DECIMAL_DIG__=21, __REGISTER_PREFIX__, __UINT_FAST64_MAX__=0xffffffffffffffffUL, __cpp_binary_literals=201304, __FLT64X_HAS_QUIET_NAN__=1, __cpp_digit_separators=201309, __cpp_initializer_lists=200806, __WCHAR_MAX__=0x7fffffff, __SIZEOF_WINT_T__=4, __LDBL_MAX_10_EXP__=4932, __GCC_ATOMIC_INT_LOCK_FREE=2, __FLT32_MAX_10_EXP__=38, __FLT64X_DECIMAL_DIG__=21, __FLT64_HAS_QUIET_NAN__=1, __ATOMIC_HLE_ACQUIRE=65536, __amd64=1, __DEPRECATED=1, __FLT64X_HAS_DENORM__=1, __DEC32_MIN__=1E-95, __cplusplus=201402L, __cpp_unicode_characters=200704, __FLT32X_HAS_DENORM__=1, __LDBL_MAX__=1.18973149535723176502126385303097021e+4932L, __UINT_FAST8_TYPE__, __LDBL_HAS_INFINITY__=1, __WCHAR_TYPE__, __GXX_WEAK__=1, __FXSR__=1, __DEC128_EPSILON__=1E-33, __GNUC_PATCHLEVEL__=0, __FLT64X_DENORM_MIN__=3.64519953188247460252840593361941982e-4951F, __FLT32_MAX__=3.40282346638528859811704183484516925e+38F, __FLT64X_MAX_10_EXP__=4932, __DECIMAL_BID_FORMAT__=1, __SSE2__=1, __GCC_ATOMIC_WCHAR_T_LOCK_FREE=2, __INT32_TYPE__, __DBL_MANT_DIG__=53, __unix__=1, __FLT_EVAL_METHOD_TS_18661_3__=0, __DEC128_MAX__=9.999999999999999999999999999999999E6144, __FLT_MIN__=1.17549435082228750796873653722224568e-38F, __GCC_ASM_FLAG_OUTPUTS__=1, __UINT_LEAST16_TYPE__, __FLT32X_HAS_QUIET_NAN__=1, __FLT_DECIMAL_DIG__=9, __GCC_IEC_559_COMPLEX=2, __DBL_DENORM_MIN__=4.94065645841246544176568792868221372e-324L, __ORDER_LITTLE_ENDIAN__=1234, __INT8_C, __DEC32_EPSILON__=1E-6, __SIG_ATOMIC_MAX__=0x7fffffff, __INTPTR_WIDTH__=64, __INTMAX_C, __FLT128_MAX_10_EXP__=4932, __SIZEOF_FLOAT80__=16, __FLT128_MIN_10_EXP__=4931, __cpp_inheriting_constructors=201511, __INT_LEAST16_MAX__=0x7fff, __UINT_LEAST8_MAX__=0xff, __INT_LEAST8_WIDTH__=8, __INT_FAST32_TYPE__, __cpp_lambdas=200907, __GCC_ATOMIC_CHAR16_T_LOCK_FREE=2, __STDC__=1, __FLT64X_MIN_EXP__=16381, __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8=1, __UINT_LEAST8_TYPE__, __cpp_aggregate_nsdmi=201304, __LDBL_MAX_EXP__=16384, __DEC64_MAX__=9.999999999999999E384, __x86_64__=1, __SSP_STRONG__=3, __cpp_rvalue_reference=200610, __PRAGMA_REDEFINE_EXTNAME=1, __FLT32_HAS_DENORM__=1, __FLT64X_EPSILON__=1.08420217248550443400745280086994171e-19F, __FLT64_MAX_10_EXP__=308, __CET__=3, __FLT32_HAS_QUIET_NAN__=1, __INT_LEAST64_MAX__=0x7fffffffffffffffL, __INT_FAST16_TYPE__, __DBL_HAS_INFINITY__=1, __UINT_LEAST16_MAX__=0xffff, __pie__=2, __FLT128_MANT_DIG__=113, __FLT128_DENORM_MIN__=6.47517511943802511092443895822764655e-4966F, __DEC64_MIN__=1E-383, __GNUG__=9, __GCC_ATOMIC_CHAR32_T_LOCK_FREE=2, __INT_LEAST32_TYPE__, __FLT64_MIN_EXP__=1021, __FLT64X_MAX_EXP__=16384, __LDBL_EPSILON__=1.08420217248550443400745280086994171e-19L, __FLT32X_DECIMAL_DIG__=17, __WINT_MAX__=0xffffffffU, __SIZEOF_PTRDIFF_T__=8, __INT_FAST8_MAX__=0x7f, __FLT64_EPSILON__=2.22044604925031308084726333618164062e-16F, __SSE__=1, __UINT8_TYPE__, __cpp_static_assert=200410, __GCC_IEC_559=2, __cpp_hex_float=201603, __SIZE_MAX__=0xffffffffffffffffUL, __cpp_ref_qualifiers=200710, __UINTPTR_TYPE__, __UINT_LEAST64_MAX__=0xffffffffffffffffUL, __cpp_variable_templates=201304, __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4=1, __WINT_WIDTH__=32, __FLOAT_WORD_ORDER__, __cpp_delegating_constructors=200604, __GCC_HAVE_SYNC_COMPARE_AND_SWAP_1=1, __SHRT_MAX__=0x7fff, __FLT32X_HAS_INFINITY__=1, __DEC128_MIN__=1E-6143, __FLT_HAS_QUIET_NAN__=1, __DEC64_MAX_EXP__=385, __INT_LEAST32_WIDTH__=32, __INT_LEAST64_TYPE__, __DEC32_SUBNORMAL_MIN__=0.000001E-95, __PIC__=2, __linux=1, __INT64_C, __cpp_runtime_arrays=198712, __INT_LEAST8_MAX__=0x7f, __UINT_LEAST32_MAX__=0xffffffffU, __DEC32_MANT_DIG__=7, __GCC_ATOMIC_CHAR_LOCK_FREE=2, __UINT64_C, __SCHAR_WIDTH__=8, __LDBL_DIG__=18, __SSE2_MATH__=1, __GNUC__=9, __GCC_ATOMIC_BOOL_LOCK_FREE=2, __GXX_EXPERIMENTAL_CXX0X__=1, __cpp_rvalue_references=200610, __UINT_FAST32_MAX__=0xffffffffffffffffUL, __INT64_TYPE__, __FLT_EVAL_METHOD__=0, __WINT_MIN__=0U, __SCHAR_MAX__=0x7f, __FLT32_MAX_EXP__=128, __INT_LEAST16_WIDTH__=16, __linux__=1, __FLT32_MIN_EXP__=125, __DBL_HAS_DENORM__=1, __ATOMIC_HLE_RELEASE=131072, __FLT_MANT_DIG__=24, __USER_LABEL_PREFIX__, __DEC32_MIN_EXP__=94, __WCHAR_MIN__=1, __INT32_MAX__=0x7fffffff, __x86_64=1, __INT_WIDTH__=32, __DBL_MIN__=2.22507385850720138309023271733240406e-308L, __FLT128_MAX_EXP__=16384, __cpp_decltype_auto=201304, __GCC_HAVE_SYNC_COMPARE_AND_SWAP_2=1, __has_include, __FLT32X_MANT_DIG__=53, __SIZEOF_LONG_LONG__=8, __DEC32_MAX_EXP__=97, __FLT64X_MANT_DIG__=64, __STDC_UTF_16__=1, __FLT_EPSILON__=1.19209289550781250000000000000000000e-7F, __FLT128_HAS_INFINITY__=1, __UINT_FAST8_MAX__=0xff, __CHAR_BIT__=8, __SHRT_WIDTH__=16, __k8=1, __cpp_threadsafe_static_init=200806, __FLT64X_HAS_INFINITY__=1, __FLT64X_DIG__=18, __DEC_EVAL_METHOD__=2, __BIGGEST_ALIGNMENT__=16, __INT32_C, __LONG_LONG_WIDTH__=64, __SIG_ATOMIC_MIN__=1, __DEC32_MAX__=9.999999E96, __ELF__=1, __FLT32X_DIG__=15, __SIZEOF_LONG_DOUBLE__=16, __FLT32X_EPSILON__=2.22044604925031308084726333618164062e-16F, __FLT128_DIG__=33, __SIZE_WIDTH__=64, __FINITE_MATH_ONLY__=0, __MMX__=1, __SIZEOF_SIZE_T__=8, __PTRDIFF_MAX__=0x7fffffffffffffffL, __UINT16_C, __PTRDIFF_WIDTH__=64, __INT_FAST32_MAX__=0x7fffffffffffffffL, __UINT32_MAX__=0xffffffffU, __FLT128_MIN_EXP__=16381, __UINT16_MAX__=0xffff, __unix=1, __STDC_ISO_10646__=201706L, __DBL_MIN_10_EXP__=307, __HAVE_SPECULATION_SAFE_VALUE=1, __UINT8_MAX__=0xff, __INT_FAST64_TYPE__, __FLT64X_MIN_10_EXP__=4931, __LDBL_DECIMAL_DIG__=21, __FLT64_HAS_INFINITY__=1, __GCC_ATOMIC_POINTER_LOCK_FREE=2, __LONG_WIDTH__=64, __FLT64_MANT_DIG__=53, __FLT32_MIN_10_EXP__=37, __has_include_next, __SIG_ATOMIC_TYPE__, __UINTMAX_MAX__=0xffffffffffffffffUL, __LONG_LONG_MAX__=0x7fffffffffffffffL, __DEC128_MIN_EXP__=6142, __NO_INLINE__=1, __FLT_MAX_10_EXP__=38, __LDBL_HAS_QUIET_NAN__=1, __FLT_HAS_DENORM__=1, __GLIBCXX_BITSIZE_INT_N_0=128, __UINT_LEAST64_TYPE__, __STDC_HOSTED__=1, __GXX_ABI_VERSION=1013, __FLT32_DIG__=6, __FLT_RADIX__=2, __SEG_FS=1, __VERSION__, __FLT64_MIN_10_EXP__=307, __GCC_ATOMIC_LLONG_LOCK_FREE=2, __gnu_linux__=1, __FLT32_DENORM_MIN__=1.40129846432481707092372958328991613e-45F, __cpp_raw_strings=200710, __SIZEOF_POINTER__=8, __cpp_sized_deallocation=201309, linux=1, __INT64_MAX__=0x7fffffffffffffffL, __EXCEPTIONS=1, __SIZEOF_INT__=4, __LDBL_MANT_DIG__=64, __ATOMIC_ACQUIRE=2, __DBL_HAS_QUIET_NAN__=1, __UINT_FAST32_TYPE__, unix=1, __FLT32X_MIN_EXP__=1021, __FLT64X_MAX__=1.18973149535723176502126385303097021e+4932F, __code_model_small__=1, __cpp_variadic_templates=200704, __FLT32_EPSILON__=1.19209289550781250000000000000000000e-7F, __k8__=1, __INTPTR_TYPE__, __UINT16_TYPE__, __SIZEOF_FLOAT__=4, __LP64__=1, __INT_FAST32_WIDTH__=64, __pic__=2, __UINTPTR_MAX__=0xffffffffffffffffUL, __GXX_RTTI=1, __INT_FAST64_WIDTH__=64, __UINTMAX_TYPE__, __cpp_range_based_for=200907, __DEC64_MIN_EXP__=382, __GCC_ATOMIC_SHORT_LOCK_FREE=2, __cpp_decltype=200707, __FLT32_DECIMAL_DIG__=9, __FLT32_MIN__=1.17549435082228750796873653722224568e-38F, __INT_FAST64_MAX__=0x7fffffffffffffffL, __INTPTR_MAX__=0x7fffffffffffffffL, __GCC_ATOMIC_TEST_AND_SET_TRUEVAL=1, __FLT_DIG__=6, __SIZE_TYPE__, __UINT_FAST64_TYPE__, __INT_FAST8_TYPE__, __DBL_MIN_EXP__=1021, __INT_MAX__=0x7fffffff, __amd64__=1, __FLT128_MIN__=3.36210314311209350626267781732175260e-4932F, __LDBL_MIN_10_EXP__=4931, __FLT_MAX_EXP__=128, __ORDER_BIG_ENDIAN__=4321, __PTRDIFF_TYPE__, __UINT64_TYPE__, __LDBL_MIN__=3.36210314311209350626267781732175260e-4932L, __SIZEOF_FLOAT128__=16, __FLT128_HAS_DENORM__=1, __WINT_TYPE__, __UINT_LEAST32_TYPE__, __FLT_MIN_10_EXP__=37, __FLT64_MAX__=1.79769313486231570814527423731704357e+308F, __FLT32X_MAX_10_EXP__=308, __SIZEOF_INT128__=16, __PIE__=2, __FLT64_DECIMAL_DIG__=17, __cpp_attributes=200809, __ATOMIC_RELAXED=0, __UINT8_C, __FLT64_MAX_EXP__=1024, __SIZEOF_WCHAR_T__=4, __ATOMIC_SEQ_CST=5, __FLT32X_MAX_EXP__=1024, __FLT128_HAS_QUIET_NAN__=1, __DBL_MAX_EXP__=1024, __FLT64X_MIN__=3.36210314311209350626267781732175260e-4932F, __cpp_return_type_deduction=201304, __DBL_DECIMAL_DIG__=17, __INTMAX_WIDTH__=64, __STDC_UTF_32__=1, __INT_FAST8_WIDTH__=8, __SIZEOF_LONG__=8, __FLT32X_MAX__=1.79769313486231570814527423731704357e+308F, __DBL_DIG__=15, __FLT64_HAS_DENORM__=1, __INT_LEAST32_MAX__=0x7fffffff, __UINT32_C, __INTMAX_MAX__=0x7fffffffffffffffL, __cpp_alias_templates=200704, __BYTE_ORDER__, __FLT64_DENORM_MIN__=4.94065645841246544176568792868221372e-324F, __FLT_DENORM_MIN__=1.40129846432481707092372958328991613e-45F, __INT8_MAX__=0x7f, __CHAR32_TYPE__, __LDBL_HAS_DENORM__=1, __FLT_MAX__=3.40282346638528859811704183484516925e+38F, __INT8_TYPE__, __SIZEOF_DOUBLE__=8, _LP64=1, __cpp_exceptions=199711, __DBL_MAX__=1.79769313486231570814527423731704357e+308L, __FLT64_MIN__=2.22507385850720138309023271733240406e-308F, __UINT_FAST16_MAX__=0xffffffffffffffffUL, __FLT128_EPSILON__=1.92592994438723585305597794258492732e-34F, __INTMAX_TYPE__, __DEC128_MAX_EXP__=6145, __ATOMIC_CONSUME=1, __GNUC_MINOR__=4, __GLIBCXX_TYPE_INT_N_0, __INT_FAST16_WIDTH__=64, __INT_LEAST16_TYPE__, __DBL_EPSILON__=2.22044604925031308084726333618164062e-16L, __FLT32X_DENORM_MIN__=4.94065645841246544176568792868221372e-324F, __DBL_MAX_10_EXP__=308, __cpp_unicode_literals=200710, __INT16_C, __cpp_generic_lambdas=201304, __INT_FAST16_MAX__=0x7fffffffffffffffL, __UINT32_TYPE__, __DEC64_SUBNORMAL_MIN__=0.000000000000001E-383, _STDC_PREDEF_H=1, __DEC128_MANT_DIG__=34, __SSE_MATH__=1, __UINT_FAST16_TYPE__, __cpp_user_defined_literals=200809, __FLT128_DECIMAL_DIG__=36, __FLT32X_MIN__=2.22507385850720138309023271733240406e-308F, _GNU_SOURCE=1, __DEC64_EPSILON__=1E-15, __cpp_init_captures=201304, __FLT32_HAS_INFINITY__=1, __SIZEOF_SHORT__=2, __ATOMIC_ACQ_REL=4, __ATOMIC_RELEASE=3] [19:23:16:128 DVL] [Main] Target: x86_64-linux-gnu [19:23:16:128 DVL] [Main] Deleting file: /tmp/codelite/78291/cltmp-PyU4MBQV.txt ( ) [19:23:16:128 DVL] [Main] Deleting file: /tmp/codelite/78291/cltmp-wEuuY3ZW.txt ( ) [19:23:16:129 DBG] [Main] Running command: clang++ -v -x c++ /dev/null -fsyntax-only [19:23:16:165 DVL] [Main] Output is: clang version 10.0.0-4ubuntu1 Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/bin Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-linux-gnu/9 Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/9 Selected GCC installation: /usr/bin/../lib/gcc/x86_64-linux-gnu/9 Candidate multilib: .;@m64 Selected multilib: .;@m64 (in-process) "/usr/lib/llvm-10/bin/clang" -cc1 -triple x86_64-pc-linux-gnu -fsyntax-only -disable-free -disable-llvm-verifier -discard-value-names -main-file-name null -mrelocation-model static -mthread-model posix -mframe-pointer=all -fmath-errno -fno-rounding-math -masm-verbose -mconstructor-aliases -munwind-tables -target-cpu x86-64 -dwarf-column-info -fno-split-dwarf-inlining -debugger-tuning=gdb -v -resource-dir /usr/lib/llvm-10/lib/clang/10.0.0 -internal-isystem /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9 -internal-isystem /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/x86_64-linux-gnu/c++/9 -internal-isystem /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/x86_64-linux-gnu/c++/9 -internal-isystem /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/backward -internal-isystem /usr/local/include -internal-isystem /usr/lib/llvm-10/lib/clang/10.0.0/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdeprecated-macro -fdebug-compilation-dir /home/thomas.fritz/.codelite -ferror-limit 19 -fmessage-length 0 -fgnuc-version=4.2.1 -fobjc-runtime=gcc -fcxx-exceptions -fexceptions -fdiagnostics-show-option -faddrsig -x c++ /dev/null clang -cc1 version 10.0.0 based upon LLVM 10.0.0 default target x86_64-pc-linux-gnu ignoring nonexistent directory "/include" ignoring duplicate directory "/usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/x86_64-linux-gnu/c++/9" #include "..." search starts here: #include <...> search starts here: /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9 /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/x86_64-linux-gnu/c++/9 /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/backward /usr/local/include /usr/lib/llvm-10/lib/clang/10.0.0/include /usr/include/x86_64-linux-gnu /usr/include End of search list. [19:23:16:166 DBG] [Main] Running command: clang++ -dumpmachine [19:23:16:204 DVL] [Main] Output is: x86_64-pc-linux-gnu [19:23:16:204 DBG] [Main] Running command: clang++ -dumpversion [19:23:16:244 DVL] [Main] Output is: 10.0.0 [19:23:16:244 DBG] [Main] Loading built-in macros for compiler ' clang-10.0.0 ' : clang++ -dM -E -xc++ /tmp/codelite/78291/cltmp-JbOsi4eM.txt [19:23:16:244 DBG] [Main] Running command: clang++ -dM -E -xc++ /tmp/codelite/78291/cltmp-JbOsi4eM.txt [19:23:16:286 DVL] [Main] Output is: #define _GNU_SOURCE 1 #define _LP64 1 #define __ATOMIC_ACQUIRE 2 #define __ATOMIC_ACQ_REL 4 #define __ATOMIC_CONSUME 1 #define __ATOMIC_RELAXED 0 #define __ATOMIC_RELEASE 3 #define __ATOMIC_SEQ_CST 5 #define __BIGGEST_ALIGNMENT__ 16 #define __BYTE_ORDER__ __ORDER_LITTLE_ENDIAN__ #define __CHAR16_TYPE__ unsigned short #define __CHAR32_TYPE__ unsigned int #define __CHAR_BIT__ 8 #define __CLANG_ATOMIC_BOOL_LOCK_FREE 2 #define __CLANG_ATOMIC_CHAR16_T_LOCK_FREE 2 #define __CLANG_ATOMIC_CHAR32_T_LOCK_FREE 2 #define __CLANG_ATOMIC_CHAR_LOCK_FREE 2 #define __CLANG_ATOMIC_INT_LOCK_FREE 2 #define __CLANG_ATOMIC_LLONG_LOCK_FREE 2 #define __CLANG_ATOMIC_LONG_LOCK_FREE 2 #define __CLANG_ATOMIC_POINTER_LOCK_FREE 2 #define __CLANG_ATOMIC_SHORT_LOCK_FREE 2 #define __CLANG_ATOMIC_WCHAR_T_LOCK_FREE 2 #define __CONSTANT_CFSTRINGS__ 1 #define __DBL_DECIMAL_DIG__ 17 #define __DBL_DENORM_MIN__ 4.9406564584124654e-324 #define __DBL_DIG__ 15 #define __DBL_EPSILON__ 2.2204460492503131e-16 #define __DBL_HAS_DENORM__ 1 #define __DBL_HAS_INFINITY__ 1 #define __DBL_HAS_QUIET_NAN__ 1 #define __DBL_MANT_DIG__ 53 #define __DBL_MAX_10_EXP__ 308 #define __DBL_MAX_EXP__ 1024 #define __DBL_MAX__ 1.7976931348623157e+308 #define __DBL_MIN_10_EXP__ (-307) #define __DBL_MIN_EXP__ (-1021) #define __DBL_MIN__ 2.2250738585072014e-308 #define __DECIMAL_DIG__ __LDBL_DECIMAL_DIG__ #define __DEPRECATED 1 #define __ELF__ 1 #define __EXCEPTIONS 1 #define __FINITE_MATH_ONLY__ 0 #define __FLOAT128__ 1 #define __FLT_DECIMAL_DIG__ 9 #define __FLT_DENORM_MIN__ 1.40129846e-45F #define __FLT_DIG__ 6 #define __FLT_EPSILON__ 1.19209290e-7F #define __FLT_EVAL_METHOD__ 0 #define __FLT_HAS_DENORM__ 1 #define __FLT_HAS_INFINITY__ 1 #define __FLT_HAS_QUIET_NAN__ 1 #define __FLT_MANT_DIG__ 24 #define __FLT_MAX_10_EXP__ 38 #define __FLT_MAX_EXP__ 128 #define __FLT_MAX__ 3.40282347e+38F #define __FLT_MIN_10_EXP__ (-37) #define __FLT_MIN_EXP__ (-125) #define __FLT_MIN__ 1.17549435e-38F #define __FLT_RADIX__ 2 #define __FXSR__ 1 #define __GCC_ASM_FLAG_OUTPUTS__ 1 #define __GCC_ATOMIC_BOOL_LOCK_FREE 2 #define __GCC_ATOMIC_CHAR16_T_LOCK_FREE 2 #define __GCC_ATOMIC_CHAR32_T_LOCK_FREE 2 #define __GCC_ATOMIC_CHAR_LOCK_FREE 2 #define __GCC_ATOMIC_INT_LOCK_FREE 2 #define __GCC_ATOMIC_LLONG_LOCK_FREE 2 #define __GCC_ATOMIC_LONG_LOCK_FREE 2 #define __GCC_ATOMIC_POINTER_LOCK_FREE 2 #define __GCC_ATOMIC_SHORT_LOCK_FREE 2 #define __GCC_ATOMIC_TEST_AND_SET_TRUEVAL 1 #define __GCC_ATOMIC_WCHAR_T_LOCK_FREE 2 #define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_1 1 #define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_2 1 #define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 1 #define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8 1 #define __GLIBCXX_BITSIZE_INT_N_0 128 #define __GLIBCXX_TYPE_INT_N_0 __int128 #define __GNUC_GNU_INLINE__ 1 #define __GNUC_MINOR__ 2 #define __GNUC_PATCHLEVEL__ 1 #define __GNUC__ 4 #define __GNUG__ 4 #define __GXX_ABI_VERSION 1002 #define __GXX_EXPERIMENTAL_CXX0X__ 1 #define __GXX_RTTI 1 #define __GXX_WEAK__ 1 #define __INT16_C_SUFFIX__ #define __INT16_FMTd__ "hd" #define __INT16_FMTi__ "hi" #define __INT16_MAX__ 32767 #define __INT16_TYPE__ short #define __INT32_C_SUFFIX__ #define __INT32_FMTd__ "d" #define __INT32_FMTi__ "i" #define __INT32_MAX__ 2147483647 #define __INT32_TYPE__ int #define __INT64_C_SUFFIX__ L #define __INT64_FMTd__ "ld" #define __INT64_FMTi__ "li" #define __INT64_MAX__ 9223372036854775807L #define __INT64_TYPE__ long int #define __INT8_C_SUFFIX__ #define __INT8_FMTd__ "hhd" #define __INT8_FMTi__ "hhi" #define __INT8_MAX__ 127 #define __INT8_TYPE__ signed char #define __INTMAX_C_SUFFIX__ L #define __INTMAX_FMTd__ "ld" #define __INTMAX_FMTi__ "li" #define __INTMAX_MAX__ 9223372036854775807L #define __INTMAX_TYPE__ long int #define __INTMAX_WIDTH__ 64 #define __INTPTR_FMTd__ "ld" #define __INTPTR_FMTi__ "li" #define __INTPTR_MAX__ 9223372036854775807L #define __INTPTR_TYPE__ long int #define __INTPTR_WIDTH__ 64 #define __INT_FAST16_FMTd__ "hd" #define __INT_FAST16_FMTi__ "hi" #define __INT_FAST16_MAX__ 32767 #define __INT_FAST16_TYPE__ short #define __INT_FAST32_FMTd__ "d" #define __INT_FAST32_FMTi__ "i" #define __INT_FAST32_MAX__ 2147483647 #define __INT_FAST32_TYPE__ int #define __INT_FAST64_FMTd__ "ld" #define __INT_FAST64_FMTi__ "li" #define __INT_FAST64_MAX__ 9223372036854775807L #define __INT_FAST64_TYPE__ long int #define __INT_FAST8_FMTd__ "hhd" #define __INT_FAST8_FMTi__ "hhi" #define __INT_FAST8_MAX__ 127 #define __INT_FAST8_TYPE__ signed char #define __INT_LEAST16_FMTd__ "hd" #define __INT_LEAST16_FMTi__ "hi" #define __INT_LEAST16_MAX__ 32767 #define __INT_LEAST16_TYPE__ short #define __INT_LEAST32_FMTd__ "d" #define __INT_LEAST32_FMTi__ "i" #define __INT_LEAST32_MAX__ 2147483647 #define __INT_LEAST32_TYPE__ int #define __INT_LEAST64_FMTd__ "ld" #define __INT_LEAST64_FMTi__ "li" #define __INT_LEAST64_MAX__ 9223372036854775807L #define __INT_LEAST64_TYPE__ long int #define __INT_LEAST8_FMTd__ "hhd" #define __INT_LEAST8_FMTi__ "hhi" #define __INT_LEAST8_MAX__ 127 #define __INT_LEAST8_TYPE__ signed char #define __INT_MAX__ 2147483647 #define __LDBL_DECIMAL_DIG__ 21 #define __LDBL_DENORM_MIN__ 3.64519953188247460253e-4951L #define __LDBL_DIG__ 18 #define __LDBL_EPSILON__ 1.08420217248550443401e-19L #define __LDBL_HAS_DENORM__ 1 #define __LDBL_HAS_INFINITY__ 1 #define __LDBL_HAS_QUIET_NAN__ 1 #define __LDBL_MANT_DIG__ 64 #define __LDBL_MAX_10_EXP__ 4932 #define __LDBL_MAX_EXP__ 16384 #define __LDBL_MAX__ 1.18973149535723176502e+4932L #define __LDBL_MIN_10_EXP__ (-4931) #define __LDBL_MIN_EXP__ (-16381) #define __LDBL_MIN__ 3.36210314311209350626e-4932L #define __LITTLE_ENDIAN__ 1 #define __LONG_LONG_MAX__ 9223372036854775807LL #define __LONG_MAX__ 9223372036854775807L #define __LP64__ 1 #define __MMX__ 1 #define __NO_INLINE__ 1 #define __NO_MATH_INLINES 1 #define __OBJC_BOOL_IS_BOOL 0 #define __OPENCL_MEMORY_SCOPE_ALL_SVM_DEVICES 3 #define __OPENCL_MEMORY_SCOPE_DEVICE 2 #define __OPENCL_MEMORY_SCOPE_SUB_GROUP 4 #define __OPENCL_MEMORY_SCOPE_WORK_GROUP 1 #define __OPENCL_MEMORY_SCOPE_WORK_ITEM 0 #define __ORDER_BIG_ENDIAN__ 4321 #define __ORDER_LITTLE_ENDIAN__ 1234 #define __ORDER_PDP_ENDIAN__ 3412 #define __POINTER_WIDTH__ 64 #define __PRAGMA_REDEFINE_EXTNAME 1 #define __PTRDIFF_FMTd__ "ld" #define __PTRDIFF_FMTi__ "li" #define __PTRDIFF_MAX__ 9223372036854775807L #define __PTRDIFF_TYPE__ long int #define __PTRDIFF_WIDTH__ 64 #define __REGISTER_PREFIX__ #define __SCHAR_MAX__ 127 #define __SEG_FS 1 #define __SEG_GS 1 #define __SHRT_MAX__ 32767 #define __SIG_ATOMIC_MAX__ 2147483647 #define __SIG_ATOMIC_WIDTH__ 32 #define __SIZEOF_DOUBLE__ 8 #define __SIZEOF_FLOAT128__ 16 #define __SIZEOF_FLOAT__ 4 #define __SIZEOF_INT128__ 16 #define __SIZEOF_INT__ 4 #define __SIZEOF_LONG_DOUBLE__ 16 #define __SIZEOF_LONG_LONG__ 8 #define __SIZEOF_LONG__ 8 #define __SIZEOF_POINTER__ 8 #define __SIZEOF_PTRDIFF_T__ 8 #define __SIZEOF_SHORT__ 2 #define __SIZEOF_SIZE_T__ 8 #define __SIZEOF_WCHAR_T__ 4 #define __SIZEOF_WINT_T__ 4 #define __SIZE_FMTX__ "lX" #define __SIZE_FMTo__ "lo" #define __SIZE_FMTu__ "lu" #define __SIZE_FMTx__ "lx" #define __SIZE_MAX__ 18446744073709551615UL #define __SIZE_TYPE__ long unsigned int #define __SIZE_WIDTH__ 64 #define __SSE2_MATH__ 1 #define __SSE2__ 1 #define __SSE_MATH__ 1 #define __SSE__ 1 #define __STDCPP_DEFAULT_NEW_ALIGNMENT__ 16UL #define __STDC_HOSTED__ 1 #define __STDC_UTF_16__ 1 #define __STDC_UTF_32__ 1 #define __STDC__ 1 #define __UINT16_C_SUFFIX__ #define __UINT16_FMTX__ "hX" #define __UINT16_FMTo__ "ho" #define __UINT16_FMTu__ "hu" #define __UINT16_FMTx__ "hx" #define __UINT16_MAX__ 65535 #define __UINT16_TYPE__ unsigned short #define __UINT32_C_SUFFIX__ U #define __UINT32_FMTX__ "X" #define __UINT32_FMTo__ "o" #define __UINT32_FMTu__ "u" #define __UINT32_FMTx__ "x" #define __UINT32_MAX__ 4294967295U #define __UINT32_TYPE__ unsigned int #define __UINT64_C_SUFFIX__ UL #define __UINT64_FMTX__ "lX" #define __UINT64_FMTo__ "lo" #define __UINT64_FMTu__ "lu" #define __UINT64_FMTx__ "lx" #define __UINT64_MAX__ 18446744073709551615UL #define __UINT64_TYPE__ long unsigned int #define __UINT8_C_SUFFIX__ #define __UINT8_FMTX__ "hhX" #define __UINT8_FMTo__ "hho" #define __UINT8_FMTu__ "hhu" #define __UINT8_FMTx__ "hhx" #define __UINT8_MAX__ 255 #define __UINT8_TYPE__ unsigned char #define __UINTMAX_C_SUFFIX__ UL #define __UINTMAX_FMTX__ "lX" #define __UINTMAX_FMTo__ "lo" #define __UINTMAX_FMTu__ "lu" #define __UINTMAX_FMTx__ "lx" #define __UINTMAX_MAX__ 18446744073709551615UL #define __UINTMAX_TYPE__ long unsigned int #define __UINTMAX_WIDTH__ 64 #define __UINTPTR_FMTX__ "lX" #define __UINTPTR_FMTo__ "lo" #define __UINTPTR_FMTu__ "lu" #define __UINTPTR_FMTx__ "lx" #define __UINTPTR_MAX__ 18446744073709551615UL #define __UINTPTR_TYPE__ long unsigned int #define __UINTPTR_WIDTH__ 64 #define __UINT_FAST16_FMTX__ "hX" #define __UINT_FAST16_FMTo__ "ho" #define __UINT_FAST16_FMTu__ "hu" #define __UINT_FAST16_FMTx__ "hx" #define __UINT_FAST16_MAX__ 65535 #define __UINT_FAST16_TYPE__ unsigned short #define __UINT_FAST32_FMTX__ "X" #define __UINT_FAST32_FMTo__ "o" #define __UINT_FAST32_FMTu__ "u" #define __UINT_FAST32_FMTx__ "x" #define __UINT_FAST32_MAX__ 4294967295U #define __UINT_FAST32_TYPE__ unsigned int #define __UINT_FAST64_FMTX__ "lX" #define __UINT_FAST64_FMTo__ "lo" #define __UINT_FAST64_FMTu__ "lu" #define __UINT_FAST64_FMTx__ "lx" #define __UINT_FAST64_MAX__ 18446744073709551615UL #define __UINT_FAST64_TYPE__ long unsigned int #define __UINT_FAST8_FMTX__ "hhX" #define __UINT_FAST8_FMTo__ "hho" #define __UINT_FAST8_FMTu__ "hhu" #define __UINT_FAST8_FMTx__ "hhx" #define __UINT_FAST8_MAX__ 255 #define __UINT_FAST8_TYPE__ unsigned char #define __UINT_LEAST16_FMTX__ "hX" #define __UINT_LEAST16_FMTo__ "ho" #define __UINT_LEAST16_FMTu__ "hu" #define __UINT_LEAST16_FMTx__ "hx" #define __UINT_LEAST16_MAX__ 65535 #define __UINT_LEAST16_TYPE__ unsigned short #define __UINT_LEAST32_FMTX__ "X" #define __UINT_LEAST32_FMTo__ "o" #define __UINT_LEAST32_FMTu__ "u" #define __UINT_LEAST32_FMTx__ "x" #define __UINT_LEAST32_MAX__ 4294967295U #define __UINT_LEAST32_TYPE__ unsigned int #define __UINT_LEAST64_FMTX__ "lX" #define __UINT_LEAST64_FMTo__ "lo" #define __UINT_LEAST64_FMTu__ "lu" #define __UINT_LEAST64_FMTx__ "lx" #define __UINT_LEAST64_MAX__ 18446744073709551615UL #define __UINT_LEAST64_TYPE__ long unsigned int #define __UINT_LEAST8_FMTX__ "hhX" #define __UINT_LEAST8_FMTo__ "hho" #define __UINT_LEAST8_FMTu__ "hhu" #define __UINT_LEAST8_FMTx__ "hhx" #define __UINT_LEAST8_MAX__ 255 #define __UINT_LEAST8_TYPE__ unsigned char #define __USER_LABEL_PREFIX__ #define __VERSION__ "Clang 10.0.0 " #define __WCHAR_MAX__ 2147483647 #define __WCHAR_TYPE__ int #define __WCHAR_WIDTH__ 32 #define __WINT_MAX__ 4294967295U #define __WINT_TYPE__ unsigned int #define __WINT_UNSIGNED__ 1 #define __WINT_WIDTH__ 32 #define __amd64 1 #define __amd64__ 1 #define __clang__ 1 #define __clang_major__ 10 #define __clang_minor__ 0 #define __clang_patchlevel__ 0 #define __clang_version__ "10.0.0 " #define __code_model_small_ 1 #define __cplusplus 201402L #define __cpp_aggregate_nsdmi 201304L #define __cpp_alias_templates 200704L #define __cpp_attributes 200809L #define __cpp_binary_literals 201304L #define __cpp_constexpr 201304L #define __cpp_constexpr_in_decltype 201711L #define __cpp_decltype 200707L #define __cpp_decltype_auto 201304L #define __cpp_delegating_constructors 200604L #define __cpp_digit_separators 201309L #define __cpp_exceptions 199711L #define __cpp_generic_lambdas 201304L #define __cpp_impl_destroying_delete 201806L #define __cpp_inheriting_constructors 201511L #define __cpp_init_captures 201304L #define __cpp_initializer_lists 200806L #define __cpp_lambdas 200907L #define __cpp_nsdmi 200809L #define __cpp_range_based_for 200907 #define __cpp_raw_strings 200710L #define __cpp_ref_qualifiers 200710L #define __cpp_return_type_deduction 201304L #define __cpp_rtti 199711L #define __cpp_rvalue_references 200610L #define __cpp_static_assert 200410 #define __cpp_threadsafe_static_init 200806L #define __cpp_unicode_characters 200704L #define __cpp_unicode_literals 200710L #define __cpp_user_defined_literals 200809L #define __cpp_variable_templates 201304L #define __cpp_variadic_templates 200704L #define __gnu_linux__ 1 #define __k8 1 #define __k8__ 1 #define __linux 1 #define __linux__ 1 #define __llvm__ 1 #define __private_extern__ extern #define __seg_fs __attribute__((address_space(257))) #define __seg_gs __attribute__((address_space(256))) #define __tune_k8__ 1 #define __unix 1 #define __unix__ 1 #define __x86_64 1 #define __x86_64__ 1 #define linux 1 #define unix 1 [19:23:16:293 DBG] [Main] Compiler builtin macros are written into: /tmp/codelite/78291/cltmp-JbOsi4eM.txt [19:23:16:294 DVL] [Main] GCC Metadata loaded for tool /usr/bin/clang++ [19:23:16:294 DVL] [Main] Name: clang-10.0.0 [19:23:16:294 DVL] [Main] Search paths: [/usr/include/c++/9, /usr/include/x86_64-linux-gnu/c++/9, /usr/include/c++/9/backward, /usr/local/include, /usr/lib/llvm-10/lib/clang/10.0.0/include, /usr/include/x86_64-linux-gnu, /usr/include] [19:23:16:294 DVL] [Main] Macros: [__LDBL_DIG__=18, __UINT64_FMTx__, __UINT32_FMTo__, __UINT16_MAX__=65535, __LDBL_DENORM_MIN__=3.64519953188247460253e-4951L, __STDC_UTF_32__=1, __UINTPTR_FMTx__, __clang_minor__=0, __SIZE_FMTu__, __SSE2_MATH__=1, __SIZE_FMTX__, __UINTMAX_FMTo__, __SIZEOF_SIZE_T__=8, __UINT8_C_SUFFIX__, __FLT_MANT_DIG__=24, __SIZEOF_LONG_LONG__=8, __INT64_FMTi__, __SIZEOF_INT128__=16, __UINT16_FMTx__, __SEG_GS=1, __UINT_FAST64_FMTo__, __SCHAR_MAX__=127, __REGISTER_PREFIX__, __UINT_FAST64_MAX__=18446744073709551615UL, __ORDER_PDP_ENDIAN__=3412, __UINT8_FMTu__, __SIZE_FMTx__, __SIZEOF_SHORT__=2, __OPENCL_MEMORY_SCOPE_SUB_GROUP=4, __LDBL_MAX_10_EXP__=4932, __LDBL_MANT_DIG__=64, __INT32_TYPE__, __WCHAR_TYPE__, __LDBL_DECIMAL_DIG__=21, __INT_LEAST8_TYPE__, __SHRT_MAX__=32767, __INT_LEAST64_MAX__=9223372036854775807L, __UINT64_TYPE__, __INTMAX_WIDTH__=64, __INT_LEAST16_TYPE__, __FLT_MIN__=1.17549435e-38F, __UINT16_C_SUFFIX__, __DBL_DECIMAL_DIG__=17, __DBL_MAX__=1.7976931348623157e+308, __cpp_range_based_for=200907, __FLT_DENORM_MIN__=1.40129846e-45F, __EXCEPTIONS=1, __INT_FAST32_TYPE__, __DEPRECATED=1, __cpp_rvalue_references=200610L, __UINT_FAST8_FMTx__, __SIZEOF_LONG__=8, __OPENCL_MEMORY_SCOPE_WORK_ITEM=0, __INT_FAST8_FMTd__, __DBL_MAX_10_EXP__=308, __LDBL_HAS_INFINITY__=1, __SSE_MATH__=1, __INT64_C_SUFFIX__, __ATOMIC_SEQ_CST=5, __UINT32_FMTu__, __UINT_LEAST16_FMTu__, __GCC_ATOMIC_WCHAR_T_LOCK_FREE=2, __DBL_MIN_EXP__=1021, __ATOMIC_RELEASE=3, __OPENCL_MEMORY_SCOPE_WORK_GROUP=1, __OBJC_BOOL_IS_BOOL=0, __UINT_LEAST32_TYPE__, __UINTPTR_FMTX__, __UINT_LEAST16_MAX__=65535, __SIZEOF_DOUBLE__=8, __UINT64_FMTX__, __GXX_WEAK__=1, __SIZEOF_PTRDIFF_T__=8, __FXSR__=1, __FLT_MIN_EXP__=125, __CHAR_BIT__=8, __UINT8_FMTx__, __SIZEOF_WCHAR_T__=4, __ATOMIC_RELAXED=0, __FLOAT128__=1, __UINTPTR_FMTo__, __INT32_MAX__=2147483647, __INTPTR_WIDTH__=64, __INT_LEAST32_MAX__=2147483647, __FLT_HAS_INFINITY__=1, __DECIMAL_DIG__, __GCC_ATOMIC_LLONG_LOCK_FREE=2, __cpp_unicode_characters=200704L, __UINT64_MAX__=18446744073709551615UL, __UINT16_FMTo__, __GCC_ATOMIC_SHORT_LOCK_FREE=2, __CLANG_ATOMIC_LLONG_LOCK_FREE=2, __INT_FAST64_TYPE__, __ORDER_BIG_ENDIAN__=4321, __WINT_TYPE__, __UINT16_FMTX__, __WCHAR_MAX__=2147483647, __STDC_HOSTED__=1, __unix__=1, __INT_LEAST16_FMTd__, __LDBL_MIN_EXP__=16381, __CLANG_ATOMIC_BOOL_LOCK_FREE=2, __INT_LEAST16_FMTi__, __STDC_UTF_16__=1, __UINT32_TYPE__, __LITTLE_ENDIAN__=1, __UINT8_TYPE__, __UINT16_FMTu__, __DBL_HAS_DENORM__=1, __NO_MATH_INLINES=1, __INT_FAST8_TYPE__, __FLT_RADIX__=2, __UINT_LEAST64_MAX__=18446744073709551615UL, __STDCPP_DEFAULT_NEW_ALIGNMENT__=16UL, __ATOMIC_ACQ_REL=4, __UINT_FAST16_FMTX__, __UINT32_FMTx__, __DBL_MIN_10_EXP__=307, __DBL_DENORM_MIN__=4.9406564584124654e-324, __SIZEOF_LONG_DOUBLE__=16, __ATOMIC_CONSUME=1, __GNUC_GNU_INLINE__=1, __cpp_ref_qualifiers=200710L, __CLANG_ATOMIC_CHAR16_T_LOCK_FREE=2, __CLANG_ATOMIC_WCHAR_T_LOCK_FREE=2, __NO_INLINE__=1, __LDBL_HAS_QUIET_NAN__=1, __FLT_HAS_DENORM__=1, __UINT_LEAST64_FMTu__, __PTRDIFF_FMTd__, __UINT_LEAST16_FMTx__, __UINTPTR_FMTu__, __UINT8_FMTX__, __CLANG_ATOMIC_CHAR_LOCK_FREE=2, __INT_LEAST32_TYPE__, __INT_LEAST16_MAX__=32767, __LP64__=1, __linux__=1, __UINT32_FMTX__, __CLANG_ATOMIC_CHAR32_T_LOCK_FREE=2, __INT_LEAST8_FMTi__, __INT_FAST8_FMTi__, __UINT_LEAST8_FMTx__, __x86_64=1, __FLT_DECIMAL_DIG__=9, __DBL_DIG__=15, __GCC_ATOMIC_BOOL_LOCK_FREE=2, __UINT_FAST16_FMTx__, __UINT_LEAST8_TYPE__, __GCC_ATOMIC_CHAR16_T_LOCK_FREE=2, __CLANG_ATOMIC_INT_LOCK_FREE=2, __DBL_MANT_DIG__=53, __CLANG_ATOMIC_LONG_LOCK_FREE=2, __SIZEOF_WINT_T__=4, __SSE__=1, __UINT_LEAST32_FMTX__, __cpp_nsdmi=200809L, __INTMAX_MAX__=9223372036854775807L, __CLANG_ATOMIC_POINTER_LOCK_FREE=2, __UINTMAX_FMTX__, __cpp_digit_separators=201309L, __UINT32_C_SUFFIX__, __UINT_FAST16_TYPE__, __SIZE_WIDTH__=64, __MMX__=1, __UINT_FAST32_TYPE__, __INT16_FMTi__, __SIZEOF_POINTER__=8, __DBL_EPSILON__=2.2204460492503131e-16, __cpp_alias_templates=200704L, __INT32_FMTi__, __SIZEOF_FLOAT128__=16, __LONG_LONG_MAX__=9223372036854775807L, __GCC_ASM_FLAG_OUTPUTS__=1, __INT_FAST8_MAX__=127, __FLT_MAX__=3.40282347e+38F, __GCC_ATOMIC_CHAR_LOCK_FREE=2, __GNUC__=4, __GCC_ATOMIC_LONG_LOCK_FREE=2, __INT_LEAST32_FMTd__, __cpp_return_type_deduction=201304L, __UINT_LEAST32_FMTo__, __GCC_ATOMIC_POINTER_LOCK_FREE=2, __INT_FAST64_MAX__=9223372036854775807L, __CLANG_ATOMIC_SHORT_LOCK_FREE=2, __PTRDIFF_TYPE__, __INT8_C_SUFFIX__, __INT_LEAST64_TYPE__, __INT32_C_SUFFIX__, __cpp_initializer_lists=200806L, __GXX_ABI_VERSION=1002, __GLIBCXX_TYPE_INT_N_0, __LDBL_EPSILON__=1.08420217248550443401e-19L, __FLT_EPSILON__=1.19209290e-7F, __INTMAX_FMTd__, __GXX_EXPERIMENTAL_CXX0X__=1, __INT64_TYPE__, __BIGGEST_ALIGNMENT__=16, __DBL_MAX_EXP__=1024, __UINT_LEAST64_FMTX__, __SIG_ATOMIC_WIDTH__=32, __INTMAX_TYPE__, __GXX_RTTI=1, __UINTMAX_MAX__=18446744073709551615UL, __INT64_MAX__=9223372036854775807L, __UINT_FAST32_FMTu__, __INT16_C_SUFFIX__, __INT16_MAX__=32767, __INT16_TYPE__, __INT_LEAST32_FMTi__, __INT32_FMTd__, __INT8_TYPE__, __SIZEOF_FLOAT__=4, __ATOMIC_ACQUIRE=2, __UINT_FAST8_FMTo__, __SIZE_FMTo__, __INT8_FMTi__, __GNUC_MINOR__=2, __LDBL_HAS_DENORM__=1, __ORDER_LITTLE_ENDIAN__=1234, __INT8_FMTd__, __LDBL_MAX__=1.18973149535723176502e+4932L, __INT_LEAST8_MAX__=127, __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4=1, __DBL_MIN__=2.2250738585072014e-308, __INTPTR_MAX__=9223372036854775807L, __UINT64_C_SUFFIX__, __UINT_LEAST16_FMTo__, __INT_LEAST8_FMTd__, __SEG_FS=1, __CONSTANT_CFSTRINGS__=1, __INT8_MAX__=127, __UINT_LEAST32_FMTu__, __cpp_variable_templates=201304L, __OPENCL_MEMORY_SCOPE_DEVICE=2, __GNUC_PATCHLEVEL__=1, __GNUG__=4, __STDC__=1, __POINTER_WIDTH__=64, __clang_patchlevel__=0, __INT_FAST32_MAX__=2147483647, __INTPTR_FMTd__, __GCC_HAVE_SYNC_COMPARE_AND_SWAP_2=1, __INTPTR_FMTi__, __FLT_MAX_10_EXP__=38, __CHAR16_TYPE__, __FLT_DIG__=6, __UINTMAX_C_SUFFIX__, __WINT_WIDTH__=32, __INTPTR_TYPE__, __FLT_MAX_EXP__=128, __UINTMAX_FMTx__, __SIG_ATOMIC_MAX__=2147483647, __VERSION__, __UINT64_FMTu__, __INT_FAST16_FMTd__, __cpp_constexpr_in_decltype=201711L, __x86_64__=1, __INT_FAST16_MAX__=32767, __INT64_FMTd__, __clang_version__, _GNU_SOURCE=1, __INT_FAST64_FMTd__, __GCC_ATOMIC_CHAR32_T_LOCK_FREE=2, __INT_FAST32_FMTd__, __UINT_FAST64_FMTu__, __INTMAX_C_SUFFIX__, __cpp_static_assert=200410, __UINT_LEAST16_FMTX__, __INTMAX_FMTi__, __UINTMAX_FMTu__, __UINTMAX_TYPE__, __PTRDIFF_WIDTH__=64, __UINTPTR_MAX__=18446744073709551615UL, __LDBL_MIN__=3.36210314311209350626e-4932L, __INT_FAST16_FMTi__, __UINTPTR_WIDTH__=64, __INT16_FMTd__, __UINT_FAST16_FMTo__, __DBL_HAS_INFINITY__=1, __UINT_FAST16_FMTu__, __INT_LEAST64_FMTi__, __UINT_LEAST16_TYPE__, __PTRDIFF_MAX__=9223372036854775807L, __UINT_FAST32_FMTX__, __UINT64_FMTo__, __UINT_FAST8_TYPE__, __INT_LEAST64_FMTd__, __UINT_FAST32_FMTo__, __UINT_FAST32_FMTx__, __UINT_LEAST64_FMTo__, __BYTE_ORDER__, __UINT_FAST64_FMTX__, __SIZE_MAX__=18446744073709551615UL, __UINT_FAST64_FMTx__, __unix=1, __LONG_MAX__=9223372036854775807L, __GCC_HAVE_SYNC_COMPARE_AND_SWAP_1=1, __UINT_FAST64_TYPE__, __LDBL_MIN_10_EXP__=4931, __PRAGMA_REDEFINE_EXTNAME=1, __UINT_FAST8_FMTX__, __UINT8_FMTo__, __seg_fs=257, __INT_FAST64_FMTi__, __UINT_FAST8_MAX__=255, __FLT_EVAL_METHOD__=0, __cpp_unicode_literals=200710L, __UINT_LEAST32_FMTx__, __UINT_FAST32_MAX__=4294967295U, __UINT_LEAST32_MAX__=4294967295U, __FLT_HAS_QUIET_NAN__=1, __UINT_LEAST64_FMTx__, __UINT_LEAST64_TYPE__, __cpp_constexpr=201304L, __cpp_binary_literals=201304L, __PTRDIFF_FMTi__, __UINT_FAST8_FMTu__, __UINT_LEAST8_FMTX__, __UINT_LEAST8_FMTu__, __UINT_LEAST8_MAX__=255, __llvm__=1, __ELF__=1, __INT_FAST16_TYPE__, __USER_LABEL_PREFIX__, __INT_FAST32_FMTi__, __WCHAR_WIDTH__=32, __UINTPTR_TYPE__, __k8=1, __WINT_MAX__=4294967295U, __DBL_HAS_QUIET_NAN__=1, __clang__=1, __WINT_UNSIGNED__=1, __LDBL_MAX_EXP__=16384, __amd64__=1, __clang_major__=10, __FINITE_MATH_ONLY__=0, __code_model_small_=1, __cplusplus=201402L, __SIZEOF_INT__=4, __cpp_aggregate_nsdmi=201304L, __cpp_attributes=200809L, _LP64=1, __cpp_decltype=200707L, __amd64=1, __cpp_decltype_auto=201304L, __CHAR32_TYPE__, __cpp_delegating_constructors=200604L, __SSE2__=1, __cpp_exceptions=199711L, __cpp_generic_lambdas=201304L, __GCC_ATOMIC_INT_LOCK_FREE=2, __cpp_impl_destroying_delete=201806L, __GCC_ATOMIC_TEST_AND_SET_TRUEVAL=1, __cpp_inheriting_constructors=201511L, __cpp_init_captures=201304L, __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8=1, __cpp_lambdas=200907L, __cpp_raw_strings=200710L, __SIZE_TYPE__, __GLIBCXX_BITSIZE_INT_N_0=128, __cpp_rtti=199711L, __cpp_threadsafe_static_init=200806L, __UINT16_TYPE__, __INT_MAX__=2147483647, __cpp_user_defined_literals=200809L, __UINTMAX_WIDTH__=64, __cpp_variadic_templates=200704L, __gnu_linux__=1, __UINT_LEAST8_FMTo__, __k8__=1, __linux=1, __UINT32_MAX__=4294967295U, __OPENCL_MEMORY_SCOPE_ALL_SVM_DEVICES=3, __private_extern__, __seg_gs=256, __tune_k8__=1, __UINT8_MAX__=255, __FLT_MIN_10_EXP__=37, linux=1, __UINT_FAST16_MAX__=65535, unix=1] [19:23:16:298 DVL] [Main] Target: x86_64-pc-linux-gnu [19:23:16:298 DVL] [Main] Deleting file: /tmp/codelite/78291/cltmp-JbOsi4eM.txt ( ) [19:23:16:299 DVL] [Main] Deleting file: /tmp/codelite/78291/cltmp-xXrjzhfO.txt ( ) [19:23:16:299 DBG] [Main] Running command: x86_64-linux-gnu-g++ -v -x c++ /dev/null -fsyntax-only [19:23:16:312 DVL] [Main] Output is: Using built-in specs. COLLECT_GCC=x86_64-linux-gnu-g++ COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/9/lto-wrapper OFFLOAD_TARGET_NAMES=nvptx-none:hsa OFFLOAD_TARGET_DEFAULT=1 Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu 9.4.0-1ubuntu1~20.04.1' --with-bugurl=file:///usr/share/doc/gcc-9/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,gm2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-9 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-9-Av3uEd/gcc-9-9.4.0/debian/tmp-nvptx/usr,hsa --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu Thread model: posix gcc version 9.4.0 (Ubuntu 9.4.0-1ubuntu1~20.04.1) COLLECT_GCC_OPTIONS='-v' '-fsyntax-only' '-shared-libgcc' '-mtune=generic' '-march=x86-64' /usr/lib/gcc/x86_64-linux-gnu/9/cc1plus -quiet -v -imultiarch x86_64-linux-gnu -D_GNU_SOURCE /dev/null -quiet -dumpbase null -mtune=generic -march=x86-64 -auxbase null -version -fsyntax-only -o /dev/null -fasynchronous-unwind-tables -fstack-protector-strong -Wformat -Wformat-security -fstack-clash-protection -fcf-protection GNU C++14 (Ubuntu 9.4.0-1ubuntu1~20.04.1) version 9.4.0 (x86_64-linux-gnu) compiled by GNU C version 9.4.0, GMP version 6.2.0, MPFR version 4.0.2, MPC version 1.1.0, isl version isl-0.22.1-GMP GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 ignoring duplicate directory "/usr/include/x86_64-linux-gnu/c++/9" ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu" ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/9/include-fixed" ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/9/../../../../x86_64-linux-gnu/include" #include "..." search starts here: #include <...> search starts here: /usr/include/c++/9 /usr/include/x86_64-linux-gnu/c++/9 /usr/include/c++/9/backward /usr/lib/gcc/x86_64-linux-gnu/9/include /usr/local/include /usr/include/x86_64-linux-gnu /usr/include End of search list. GNU C++14 (Ubuntu 9.4.0-1ubuntu1~20.04.1) version 9.4.0 (x86_64-linux-gnu) compiled by GNU C version 9.4.0, GMP version 6.2.0, MPFR version 4.0.2, MPC version 1.1.0, isl version isl-0.22.1-GMP GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 Compiler executable checksum: 65fe925b83d3956b533de4aaba7dace0 COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/ LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../:/lib/:/usr/lib/ COLLECT_GCC_OPTIONS='-v' '-fsyntax-only' '-shared-libgcc' '-mtune=generic' '-march=x86-64' [19:23:16:313 DBG] [Main] Running command: x86_64-linux-gnu-g++ -dumpmachine [19:23:16:319 DVL] [Main] Output is: x86_64-linux-gnu [19:23:16:320 DBG] [Main] Running command: x86_64-linux-gnu-g++ -dumpversion [19:23:16:325 DVL] [Main] Output is: 9 [19:23:16:325 DBG] [Main] Loading built-in macros for compiler ' Cross GCC ( x86_64-linux-gnu )-9 ' : x86_64-linux-gnu-g++ -dM -E -xc++ /tmp/codelite/78291/cltmp-DicQGIwz.txt [19:23:16:325 DBG] [Main] Running command: x86_64-linux-gnu-g++ -dM -E -xc++ /tmp/codelite/78291/cltmp-DicQGIwz.txt [19:23:16:336 DVL] [Main] Output is: #define __SSP_STRONG__ 3 #define __DBL_MIN_EXP__ (-1021) #define __FLT32X_MAX_EXP__ 1024 #define __cpp_attributes 200809 #define __UINT_LEAST16_MAX__ 0xffff #define __ATOMIC_ACQUIRE 2 #define __FLT128_MAX_10_EXP__ 4932 #define __FLT_MIN__ 1.17549435082228750796873653722224568e-38F #define __GCC_IEC_559_COMPLEX 2 #define __cpp_aggregate_nsdmi 201304 #define __UINT_LEAST8_TYPE__ unsigned char #define __SIZEOF_FLOAT80__ 16 #define __INTMAX_C(c) c ## L #define __CHAR_BIT__ 8 #define __UINT8_MAX__ 0xff #define __WINT_MAX__ 0xffffffffU #define __FLT32_MIN_EXP__ (-125) #define __cpp_static_assert 200410 #define __ORDER_LITTLE_ENDIAN__ 1234 #define __SIZE_MAX__ 0xffffffffffffffffUL #define __WCHAR_MAX__ 0x7fffffff #define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_1 1 #define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_2 1 #define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 1 #define __DBL_DENORM_MIN__ double(4.94065645841246544176568792868221372e-324L) #define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8 1 #define __GCC_ATOMIC_CHAR_LOCK_FREE 2 #define __GCC_IEC_559 2 #define __FLT32X_DECIMAL_DIG__ 17 #define __FLT_EVAL_METHOD__ 0 #define __unix__ 1 #define __cpp_binary_literals 201304 #define __FLT64_DECIMAL_DIG__ 17 #define __CET__ 3 #define __GCC_ATOMIC_CHAR32_T_LOCK_FREE 2 #define __x86_64 1 #define __cpp_variadic_templates 200704 #define __UINT_FAST64_MAX__ 0xffffffffffffffffUL #define __SIG_ATOMIC_TYPE__ int #define __DBL_MIN_10_EXP__ (-307) #define __FINITE_MATH_ONLY__ 0 #define __cpp_variable_templates 201304 #define __GNUC_PATCHLEVEL__ 0 #define __FLT32_HAS_DENORM__ 1 #define __UINT_FAST8_MAX__ 0xff #define __cpp_rvalue_reference 200610 #define __has_include(STR) __has_include__(STR) #define __DEC64_MAX_EXP__ 385 #define __INT8_C(c) c #define __INT_LEAST8_WIDTH__ 8 #define __UINT_LEAST64_MAX__ 0xffffffffffffffffUL #define __SHRT_MAX__ 0x7fff #define __LDBL_MAX__ 1.18973149535723176502126385303097021e+4932L #define __FLT64X_MAX_10_EXP__ 4932 #define __UINT_LEAST8_MAX__ 0xff #define __GCC_ATOMIC_BOOL_LOCK_FREE 2 #define __FLT128_DENORM_MIN__ 6.47517511943802511092443895822764655e-4966F128 #define __UINTMAX_TYPE__ long unsigned int #define __linux 1 #define __DEC32_EPSILON__ 1E-6DF #define __FLT_EVAL_METHOD_TS_18661_3__ 0 #define __unix 1 #define __UINT32_MAX__ 0xffffffffU #define __GXX_EXPERIMENTAL_CXX0X__ 1 #define __LDBL_MAX_EXP__ 16384 #define __FLT128_MIN_EXP__ (-16381) #define __WINT_MIN__ 0U #define __linux__ 1 #define __FLT128_MIN_10_EXP__ (-4931) #define __INT_LEAST16_WIDTH__ 16 #define __SCHAR_MAX__ 0x7f #define __FLT128_MANT_DIG__ 113 #define __WCHAR_MIN__ (-__WCHAR_MAX__ - 1) #define __INT64_C(c) c ## L #define __DBL_DIG__ 15 #define __GCC_ATOMIC_POINTER_LOCK_FREE 2 #define __FLT64X_MANT_DIG__ 64 #define __SIZEOF_INT__ 4 #define __SIZEOF_POINTER__ 8 #define __GCC_ATOMIC_CHAR16_T_LOCK_FREE 2 #define __USER_LABEL_PREFIX__ #define __FLT64X_EPSILON__ 1.08420217248550443400745280086994171e-19F64x #define __STDC_HOSTED__ 1 #define __LDBL_HAS_INFINITY__ 1 #define __FLT32_DIG__ 6 #define __FLT_EPSILON__ 1.19209289550781250000000000000000000e-7F #define __GXX_WEAK__ 1 #define __SHRT_WIDTH__ 16 #define __LDBL_MIN__ 3.36210314311209350626267781732175260e-4932L #define __DEC32_MAX__ 9.999999E96DF #define __cpp_threadsafe_static_init 200806 #define __FLT64X_DENORM_MIN__ 3.64519953188247460252840593361941982e-4951F64x #define __FLT32X_HAS_INFINITY__ 1 #define __INT32_MAX__ 0x7fffffff #define __INT_WIDTH__ 32 #define __SIZEOF_LONG__ 8 #define __STDC_IEC_559__ 1 #define __STDC_ISO_10646__ 201706L #define __UINT16_C(c) c #define __PTRDIFF_WIDTH__ 64 #define __DECIMAL_DIG__ 21 #define __FLT64_EPSILON__ 2.22044604925031308084726333618164062e-16F64 #define __gnu_linux__ 1 #define __INTMAX_WIDTH__ 64 #define __FLT64_MIN_EXP__ (-1021) #define __has_include_next(STR) __has_include_next__(STR) #define __FLT64X_MIN_10_EXP__ (-4931) #define __LDBL_HAS_QUIET_NAN__ 1 #define __FLT64_MANT_DIG__ 53 #define __GNUC__ 9 #define __GXX_RTTI 1 #define __pie__ 2 #define __MMX__ 1 #define __cpp_delegating_constructors 200604 #define __FLT_HAS_DENORM__ 1 #define __SIZEOF_LONG_DOUBLE__ 16 #define __BIGGEST_ALIGNMENT__ 16 #define __STDC_UTF_16__ 1 #define __FLT64_MAX_10_EXP__ 308 #define __FLT32_HAS_INFINITY__ 1 #define __DBL_MAX__ double(1.79769313486231570814527423731704357e+308L) #define __cpp_raw_strings 200710 #define __INT_FAST32_MAX__ 0x7fffffffffffffffL #define __DBL_HAS_INFINITY__ 1 #define __HAVE_SPECULATION_SAFE_VALUE 1 #define __DEC32_MIN_EXP__ (-94) #define __INTPTR_WIDTH__ 64 #define __FLT32X_HAS_DENORM__ 1 #define __INT_FAST16_TYPE__ long int #define __LDBL_HAS_DENORM__ 1 #define __cplusplus 201402L #define __cpp_ref_qualifiers 200710 #define __DEC128_MAX__ 9.999999999999999999999999999999999E6144DL #define __INT_LEAST32_MAX__ 0x7fffffff #define __DEC32_MIN__ 1E-95DF #define __DEPRECATED 1 #define __cpp_rvalue_references 200610 #define __DBL_MAX_EXP__ 1024 #define __WCHAR_WIDTH__ 32 #define __FLT32_MAX__ 3.40282346638528859811704183484516925e+38F32 #define __DEC128_EPSILON__ 1E-33DL #define __SSE2_MATH__ 1 #define __ATOMIC_HLE_RELEASE 131072 #define __PTRDIFF_MAX__ 0x7fffffffffffffffL #define __amd64 1 #define __ATOMIC_HLE_ACQUIRE 65536 #define __FLT32_HAS_QUIET_NAN__ 1 #define __GNUG__ 9 #define __LONG_LONG_MAX__ 0x7fffffffffffffffLL #define __SIZEOF_SIZE_T__ 8 #define __cpp_nsdmi 200809 #define __FLT64X_MIN_EXP__ (-16381) #define __SIZEOF_WINT_T__ 4 #define __LONG_LONG_WIDTH__ 64 #define __cpp_initializer_lists 200806 #define __FLT32_MAX_EXP__ 128 #define __cpp_hex_float 201603 #define __GCC_HAVE_DWARF2_CFI_ASM 1 #define __GXX_ABI_VERSION 1013 #define __FLT128_HAS_INFINITY__ 1 #define __FLT_MIN_EXP__ (-125) #define __cpp_lambdas 200907 #define __FLT64X_HAS_QUIET_NAN__ 1 #define __INT_FAST64_TYPE__ long int #define __FLT64_DENORM_MIN__ 4.94065645841246544176568792868221372e-324F64 #define __DBL_MIN__ double(2.22507385850720138309023271733240406e-308L) #define __PIE__ 2 #define __LP64__ 1 #define __FLT32X_EPSILON__ 2.22044604925031308084726333618164062e-16F32x #define __DECIMAL_BID_FORMAT__ 1 #define __FLT64_MIN_10_EXP__ (-307) #define __FLT64X_DECIMAL_DIG__ 21 #define __DEC128_MIN__ 1E-6143DL #define __REGISTER_PREFIX__ #define __UINT16_MAX__ 0xffff #define __FLT32_MIN__ 1.17549435082228750796873653722224568e-38F32 #define __UINT8_TYPE__ unsigned char #define __NO_INLINE__ 1 #define __FLT_MANT_DIG__ 24 #define __LDBL_DECIMAL_DIG__ 21 #define __VERSION__ "9.4.0" #define __UINT64_C(c) c ## UL #define __cpp_unicode_characters 200704 #define _STDC_PREDEF_H 1 #define __cpp_decltype_auto 201304 #define __GCC_ATOMIC_INT_LOCK_FREE 2 #define __FLT128_MAX_EXP__ 16384 #define __FLT32_MANT_DIG__ 24 #define __FLOAT_WORD_ORDER__ __ORDER_LITTLE_ENDIAN__ #define __STDC_IEC_559_COMPLEX__ 1 #define __FLT128_HAS_DENORM__ 1 #define __FLT128_DIG__ 33 #define __SCHAR_WIDTH__ 8 #define __INT32_C(c) c #define __DEC64_EPSILON__ 1E-15DD #define __ORDER_PDP_ENDIAN__ 3412 #define __DEC128_MIN_EXP__ (-6142) #define __FLT32_MAX_10_EXP__ 38 #define __INT_FAST32_TYPE__ long int #define __UINT_LEAST16_TYPE__ short unsigned int #define __FLT64X_HAS_INFINITY__ 1 #define unix 1 #define __DBL_HAS_DENORM__ 1 #define __INT16_MAX__ 0x7fff #define __cpp_rtti 199711 #define __SIZE_TYPE__ long unsigned int #define __UINT64_MAX__ 0xffffffffffffffffUL #define __FLT64X_DIG__ 18 #define __INT8_TYPE__ signed char #define __cpp_digit_separators 201309 #define __ELF__ 1 #define __GCC_ASM_FLAG_OUTPUTS__ 1 #define __FLT_RADIX__ 2 #define __INT_LEAST16_TYPE__ short int #define __LDBL_EPSILON__ 1.08420217248550443400745280086994171e-19L #define __UINTMAX_C(c) c ## UL #define __GLIBCXX_BITSIZE_INT_N_0 128 #define __k8 1 #define __SIG_ATOMIC_MAX__ 0x7fffffff #define __GCC_ATOMIC_WCHAR_T_LOCK_FREE 2 #define __SIZEOF_PTRDIFF_T__ 8 #define __FLT32X_MANT_DIG__ 53 #define __x86_64__ 1 #define __FLT32X_MIN_EXP__ (-1021) #define __DEC32_SUBNORMAL_MIN__ 0.000001E-95DF #define __INT_FAST16_MAX__ 0x7fffffffffffffffL #define __FLT64_DIG__ 15 #define __UINT_FAST32_MAX__ 0xffffffffffffffffUL #define __UINT_LEAST64_TYPE__ long unsigned int #define __FLT_HAS_QUIET_NAN__ 1 #define __FLT_MAX_10_EXP__ 38 #define __LONG_MAX__ 0x7fffffffffffffffL #define __FLT64X_HAS_DENORM__ 1 #define __DEC128_SUBNORMAL_MIN__ 0.000000000000000000000000000000001E-6143DL #define __FLT_HAS_INFINITY__ 1 #define __cpp_unicode_literals 200710 #define __UINT_FAST16_TYPE__ long unsigned int #define __DEC64_MAX__ 9.999999999999999E384DD #define __INT_FAST32_WIDTH__ 64 #define __CHAR16_TYPE__ short unsigned int #define __PRAGMA_REDEFINE_EXTNAME 1 #define __SIZE_WIDTH__ 64 #define __SEG_FS 1 #define __INT_LEAST16_MAX__ 0x7fff #define __DEC64_MANT_DIG__ 16 #define __INT64_MAX__ 0x7fffffffffffffffL #define __UINT_LEAST32_MAX__ 0xffffffffU #define __SEG_GS 1 #define __FLT32_DENORM_MIN__ 1.40129846432481707092372958328991613e-45F32 #define __GCC_ATOMIC_LONG_LOCK_FREE 2 #define __SIG_ATOMIC_WIDTH__ 32 #define __INT_LEAST64_TYPE__ long int #define __INT16_TYPE__ short int #define __INT_LEAST8_TYPE__ signed char #define __DEC32_MAX_EXP__ 97 #define __INT_FAST8_MAX__ 0x7f #define __FLT128_MAX__ 1.18973149535723176508575932662800702e+4932F128 #define __INTPTR_MAX__ 0x7fffffffffffffffL #define __cpp_sized_deallocation 201309 #define linux 1 #define __cpp_range_based_for 200907 #define __FLT64_HAS_QUIET_NAN__ 1 #define __FLT32_MIN_10_EXP__ (-37) #define __SSE2__ 1 #define __EXCEPTIONS 1 #define __LDBL_MANT_DIG__ 64 #define __DBL_HAS_QUIET_NAN__ 1 #define __FLT64_HAS_INFINITY__ 1 #define __FLT64X_MAX__ 1.18973149535723176502126385303097021e+4932F64x #define __SIG_ATOMIC_MIN__ (-__SIG_ATOMIC_MAX__ - 1) #define __code_model_small__ 1 #define __cpp_return_type_deduction 201304 #define __k8__ 1 #define __INTPTR_TYPE__ long int #define __UINT16_TYPE__ short unsigned int #define __WCHAR_TYPE__ int #define __SIZEOF_FLOAT__ 4 #define __pic__ 2 #define __UINTPTR_MAX__ 0xffffffffffffffffUL #define __INT_FAST64_WIDTH__ 64 #define __DEC64_MIN_EXP__ (-382) #define __cpp_decltype 200707 #define __FLT32_DECIMAL_DIG__ 9 #define __INT_FAST64_MAX__ 0x7fffffffffffffffL #define __GCC_ATOMIC_TEST_AND_SET_TRUEVAL 1 #define __FLT_DIG__ 6 #define __FLT64X_MAX_EXP__ 16384 #define __UINT_FAST64_TYPE__ long unsigned int #define __INT_MAX__ 0x7fffffff #define __amd64__ 1 #define __INT64_TYPE__ long int #define __FLT_MAX_EXP__ 128 #define __ORDER_BIG_ENDIAN__ 4321 #define __DBL_MANT_DIG__ 53 #define __cpp_inheriting_constructors 201511 #define __SIZEOF_FLOAT128__ 16 #define __INT_LEAST64_MAX__ 0x7fffffffffffffffL #define __DEC64_MIN__ 1E-383DD #define __WINT_TYPE__ unsigned int #define __UINT_LEAST32_TYPE__ unsigned int #define __SIZEOF_SHORT__ 2 #define __SSE__ 1 #define __LDBL_MIN_EXP__ (-16381) #define __FLT64_MAX__ 1.79769313486231570814527423731704357e+308F64 #define __WINT_WIDTH__ 32 #define __INT_LEAST8_MAX__ 0x7f #define __FLT32X_MAX_10_EXP__ 308 #define __SIZEOF_INT128__ 16 #define __LDBL_MAX_10_EXP__ 4932 #define __ATOMIC_RELAXED 0 #define __DBL_EPSILON__ double(2.22044604925031308084726333618164062e-16L) #define __FLT128_MIN__ 3.36210314311209350626267781732175260e-4932F128 #define _LP64 1 #define __UINT8_C(c) c #define __FLT64_MAX_EXP__ 1024 #define __INT_LEAST32_TYPE__ int #define __SIZEOF_WCHAR_T__ 4 #define __FLT128_HAS_QUIET_NAN__ 1 #define __INT_FAST8_TYPE__ signed char #define __FLT64X_MIN__ 3.36210314311209350626267781732175260e-4932F64x #define __GNUC_STDC_INLINE__ 1 #define __FLT64_HAS_DENORM__ 1 #define __FLT32_EPSILON__ 1.19209289550781250000000000000000000e-7F32 #define __DBL_DECIMAL_DIG__ 17 #define __STDC_UTF_32__ 1 #define __INT_FAST8_WIDTH__ 8 #define __FXSR__ 1 #define __DEC_EVAL_METHOD__ 2 #define __FLT32X_MAX__ 1.79769313486231570814527423731704357e+308F32x #define __cpp_runtime_arrays 198712 #define __UINT64_TYPE__ long unsigned int #define __UINT32_C(c) c ## U #define __INTMAX_MAX__ 0x7fffffffffffffffL #define __cpp_alias_templates 200704 #define __BYTE_ORDER__ __ORDER_LITTLE_ENDIAN__ #define __FLT_DENORM_MIN__ 1.40129846432481707092372958328991613e-45F #define __INT8_MAX__ 0x7f #define __LONG_WIDTH__ 64 #define __PIC__ 2 #define __UINT_FAST32_TYPE__ long unsigned int #define __CHAR32_TYPE__ unsigned int #define __FLT_MAX__ 3.40282346638528859811704183484516925e+38F #define __cpp_constexpr 201304 #define __INT32_TYPE__ int #define __SIZEOF_DOUBLE__ 8 #define __cpp_exceptions 199711 #define __FLT_MIN_10_EXP__ (-37) #define __FLT64_MIN__ 2.22507385850720138309023271733240406e-308F64 #define __INT_LEAST32_WIDTH__ 32 #define __INTMAX_TYPE__ long int #define __DEC128_MAX_EXP__ 6145 #define __FLT32X_HAS_QUIET_NAN__ 1 #define __ATOMIC_CONSUME 1 #define __GNUC_MINOR__ 4 #define __GLIBCXX_TYPE_INT_N_0 __int128 #define __INT_FAST16_WIDTH__ 64 #define __UINTMAX_MAX__ 0xffffffffffffffffUL #define __DEC32_MANT_DIG__ 7 #define __FLT32X_DENORM_MIN__ 4.94065645841246544176568792868221372e-324F32x #define __DBL_MAX_10_EXP__ 308 #define __LDBL_DENORM_MIN__ 3.64519953188247460252840593361941982e-4951L #define __INT16_C(c) c #define __cpp_generic_lambdas 201304 #define __STDC__ 1 #define __FLT32X_DIG__ 15 #define __PTRDIFF_TYPE__ long int #define __ATOMIC_SEQ_CST 5 #define __UINT32_TYPE__ unsigned int #define __FLT32X_MIN_10_EXP__ (-307) #define __UINTPTR_TYPE__ long unsigned int #define __DEC64_SUBNORMAL_MIN__ 0.000000000000001E-383DD #define __DEC128_MANT_DIG__ 34 #define __LDBL_MIN_10_EXP__ (-4931) #define __FLT128_EPSILON__ 1.92592994438723585305597794258492732e-34F128 #define __SSE_MATH__ 1 #define __SIZEOF_LONG_LONG__ 8 #define __cpp_user_defined_literals 200809 #define __FLT128_DECIMAL_DIG__ 36 #define __GCC_ATOMIC_LLONG_LOCK_FREE 2 #define __FLT32X_MIN__ 2.22507385850720138309023271733240406e-308F32x #define __LDBL_DIG__ 18 #define __FLT_DECIMAL_DIG__ 9 #define __UINT_FAST16_MAX__ 0xffffffffffffffffUL #define __GCC_ATOMIC_SHORT_LOCK_FREE 2 #define __INT_LEAST64_WIDTH__ 64 #define __UINT_FAST8_TYPE__ unsigned char #define _GNU_SOURCE 1 #define __cpp_init_captures 201304 #define __ATOMIC_ACQ_REL 4 #define __ATOMIC_RELEASE 3 [19:23:16:343 DBG] [Main] Compiler builtin macros are written into: /tmp/codelite/78291/cltmp-DicQGIwz.txt [19:23:16:344 DVL] [Main] GCC Metadata loaded for tool /usr/bin/x86_64-linux-gnu-g++ [19:23:16:344 DVL] [Main] Name: Cross GCC ( x86_64-linux-gnu )-9 [19:23:16:344 DVL] [Main] Search paths: [/usr/include/c++/9, /usr/include/x86_64-linux-gnu/c++/9, /usr/include/c++/9/backward, /usr/lib/gcc/x86_64-linux-gnu/9/include, /usr/local/include, /usr/include/x86_64-linux-gnu, /usr/include] [19:23:16:345 DVL] [Main] Macros: [__INT_LEAST8_TYPE__, __INT16_TYPE__, __GCC_ATOMIC_LONG_LOCK_FREE=2, __SEG_GS=1, __FLT32X_MIN_10_EXP__=307, __LONG_MAX__=0x7fffffffffffffffL, __FLT64_DIG__=15, __UINTMAX_C, __GCC_HAVE_DWARF2_CFI_ASM=1, __FLT128_MAX__=1.18973149535723176508575932662800702e+4932F, __DEC128_SUBNORMAL_MIN__=0.000000000000000000000000000000001E-6143, __UINT64_MAX__=0xffffffffffffffffUL, __STDC_IEC_559__=1, __GNUC_STDC_INLINE__=1, __cpp_rtti=199711, __INT16_MAX__=0x7fff, __SIG_ATOMIC_WIDTH__=32, __LDBL_DENORM_MIN__=3.64519953188247460252840593361941982e-4951L, __FLT_MIN_EXP__=125, __cpp_nsdmi=200809, __LDBL_MIN_EXP__=16381, __ORDER_PDP_ENDIAN__=3412, __WCHAR_WIDTH__=32, __CHAR16_TYPE__, __STDC_IEC_559_COMPLEX__=1, __DEC64_MANT_DIG__=16, __cpp_constexpr=201304, __INT_LEAST64_WIDTH__=64, __FLT32_MANT_DIG__=24, __FLT_HAS_INFINITY__=1, __DECIMAL_DIG__=21, __REGISTER_PREFIX__, __UINT_FAST64_MAX__=0xffffffffffffffffUL, __cpp_binary_literals=201304, __FLT64X_HAS_QUIET_NAN__=1, __cpp_digit_separators=201309, __cpp_initializer_lists=200806, __WCHAR_MAX__=0x7fffffff, __SIZEOF_WINT_T__=4, __LDBL_MAX_10_EXP__=4932, __GCC_ATOMIC_INT_LOCK_FREE=2, __FLT32_MAX_10_EXP__=38, __FLT64X_DECIMAL_DIG__=21, __FLT64_HAS_QUIET_NAN__=1, __ATOMIC_HLE_ACQUIRE=65536, __amd64=1, __DEPRECATED=1, __FLT64X_HAS_DENORM__=1, __DEC32_MIN__=1E-95, __cplusplus=201402L, __cpp_unicode_characters=200704, __FLT32X_HAS_DENORM__=1, __LDBL_MAX__=1.18973149535723176502126385303097021e+4932L, __UINT_FAST8_TYPE__, __LDBL_HAS_INFINITY__=1, __WCHAR_TYPE__, __GXX_WEAK__=1, __FXSR__=1, __DEC128_EPSILON__=1E-33, __GNUC_PATCHLEVEL__=0, __FLT64X_DENORM_MIN__=3.64519953188247460252840593361941982e-4951F, __FLT32_MAX__=3.40282346638528859811704183484516925e+38F, __FLT64X_MAX_10_EXP__=4932, __DECIMAL_BID_FORMAT__=1, __SSE2__=1, __GCC_ATOMIC_WCHAR_T_LOCK_FREE=2, __INT32_TYPE__, __DBL_MANT_DIG__=53, __unix__=1, __FLT_EVAL_METHOD_TS_18661_3__=0, __DEC128_MAX__=9.999999999999999999999999999999999E6144, __FLT_MIN__=1.17549435082228750796873653722224568e-38F, __GCC_ASM_FLAG_OUTPUTS__=1, __UINT_LEAST16_TYPE__, __FLT32X_HAS_QUIET_NAN__=1, __FLT_DECIMAL_DIG__=9, __GCC_IEC_559_COMPLEX=2, __DBL_DENORM_MIN__=4.94065645841246544176568792868221372e-324L, __ORDER_LITTLE_ENDIAN__=1234, __INT8_C, __DEC32_EPSILON__=1E-6, __SIG_ATOMIC_MAX__=0x7fffffff, __INTPTR_WIDTH__=64, __INTMAX_C, __FLT128_MAX_10_EXP__=4932, __SIZEOF_FLOAT80__=16, __FLT128_MIN_10_EXP__=4931, __cpp_inheriting_constructors=201511, __INT_LEAST16_MAX__=0x7fff, __UINT_LEAST8_MAX__=0xff, __INT_LEAST8_WIDTH__=8, __INT_FAST32_TYPE__, __cpp_lambdas=200907, __GCC_ATOMIC_CHAR16_T_LOCK_FREE=2, __STDC__=1, __FLT64X_MIN_EXP__=16381, __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8=1, __UINT_LEAST8_TYPE__, __cpp_aggregate_nsdmi=201304, __LDBL_MAX_EXP__=16384, __DEC64_MAX__=9.999999999999999E384, __x86_64__=1, __SSP_STRONG__=3, __cpp_rvalue_reference=200610, __PRAGMA_REDEFINE_EXTNAME=1, __FLT32_HAS_DENORM__=1, __FLT64X_EPSILON__=1.08420217248550443400745280086994171e-19F, __FLT64_MAX_10_EXP__=308, __CET__=3, __FLT32_HAS_QUIET_NAN__=1, __INT_LEAST64_MAX__=0x7fffffffffffffffL, __INT_FAST16_TYPE__, __DBL_HAS_INFINITY__=1, __UINT_LEAST16_MAX__=0xffff, __pie__=2, __FLT128_MANT_DIG__=113, __FLT128_DENORM_MIN__=6.47517511943802511092443895822764655e-4966F, __DEC64_MIN__=1E-383, __GNUG__=9, __GCC_ATOMIC_CHAR32_T_LOCK_FREE=2, __INT_LEAST32_TYPE__, __FLT64_MIN_EXP__=1021, __FLT64X_MAX_EXP__=16384, __LDBL_EPSILON__=1.08420217248550443400745280086994171e-19L, __FLT32X_DECIMAL_DIG__=17, __WINT_MAX__=0xffffffffU, __SIZEOF_PTRDIFF_T__=8, __INT_FAST8_MAX__=0x7f, __FLT64_EPSILON__=2.22044604925031308084726333618164062e-16F, __SSE__=1, __UINT8_TYPE__, __cpp_static_assert=200410, __GCC_IEC_559=2, __cpp_hex_float=201603, __SIZE_MAX__=0xffffffffffffffffUL, __cpp_ref_qualifiers=200710, __UINTPTR_TYPE__, __UINT_LEAST64_MAX__=0xffffffffffffffffUL, __cpp_variable_templates=201304, __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4=1, __WINT_WIDTH__=32, __FLOAT_WORD_ORDER__, __cpp_delegating_constructors=200604, __GCC_HAVE_SYNC_COMPARE_AND_SWAP_1=1, __SHRT_MAX__=0x7fff, __FLT32X_HAS_INFINITY__=1, __DEC128_MIN__=1E-6143, __FLT_HAS_QUIET_NAN__=1, __DEC64_MAX_EXP__=385, __INT_LEAST32_WIDTH__=32, __INT_LEAST64_TYPE__, __DEC32_SUBNORMAL_MIN__=0.000001E-95, __PIC__=2, __linux=1, __INT64_C, __cpp_runtime_arrays=198712, __INT_LEAST8_MAX__=0x7f, __UINT_LEAST32_MAX__=0xffffffffU, __DEC32_MANT_DIG__=7, __GCC_ATOMIC_CHAR_LOCK_FREE=2, __UINT64_C, __SCHAR_WIDTH__=8, __LDBL_DIG__=18, __SSE2_MATH__=1, __GNUC__=9, __GCC_ATOMIC_BOOL_LOCK_FREE=2, __GXX_EXPERIMENTAL_CXX0X__=1, __cpp_rvalue_references=200610, __UINT_FAST32_MAX__=0xffffffffffffffffUL, __INT64_TYPE__, __FLT_EVAL_METHOD__=0, __WINT_MIN__=0U, __SCHAR_MAX__=0x7f, __FLT32_MAX_EXP__=128, __INT_LEAST16_WIDTH__=16, __linux__=1, __FLT32_MIN_EXP__=125, __DBL_HAS_DENORM__=1, __ATOMIC_HLE_RELEASE=131072, __FLT_MANT_DIG__=24, __USER_LABEL_PREFIX__, __DEC32_MIN_EXP__=94, __WCHAR_MIN__=1, __INT32_MAX__=0x7fffffff, __x86_64=1, __INT_WIDTH__=32, __DBL_MIN__=2.22507385850720138309023271733240406e-308L, __FLT128_MAX_EXP__=16384, __cpp_decltype_auto=201304, __GCC_HAVE_SYNC_COMPARE_AND_SWAP_2=1, __has_include, __FLT32X_MANT_DIG__=53, __SIZEOF_LONG_LONG__=8, __DEC32_MAX_EXP__=97, __FLT64X_MANT_DIG__=64, __STDC_UTF_16__=1, __FLT_EPSILON__=1.19209289550781250000000000000000000e-7F, __FLT128_HAS_INFINITY__=1, __UINT_FAST8_MAX__=0xff, __CHAR_BIT__=8, __SHRT_WIDTH__=16, __k8=1, __cpp_threadsafe_static_init=200806, __FLT64X_HAS_INFINITY__=1, __FLT64X_DIG__=18, __DEC_EVAL_METHOD__=2, __BIGGEST_ALIGNMENT__=16, __INT32_C, __LONG_LONG_WIDTH__=64, __SIG_ATOMIC_MIN__=1, __DEC32_MAX__=9.999999E96, __ELF__=1, __FLT32X_DIG__=15, __SIZEOF_LONG_DOUBLE__=16, __FLT32X_EPSILON__=2.22044604925031308084726333618164062e-16F, __FLT128_DIG__=33, __SIZE_WIDTH__=64, __FINITE_MATH_ONLY__=0, __MMX__=1, __SIZEOF_SIZE_T__=8, __PTRDIFF_MAX__=0x7fffffffffffffffL, __UINT16_C, __PTRDIFF_WIDTH__=64, __INT_FAST32_MAX__=0x7fffffffffffffffL, __UINT32_MAX__=0xffffffffU, __FLT128_MIN_EXP__=16381, __UINT16_MAX__=0xffff, __unix=1, __STDC_ISO_10646__=201706L, __DBL_MIN_10_EXP__=307, __HAVE_SPECULATION_SAFE_VALUE=1, __UINT8_MAX__=0xff, __INT_FAST64_TYPE__, __FLT64X_MIN_10_EXP__=4931, __LDBL_DECIMAL_DIG__=21, __FLT64_HAS_INFINITY__=1, __GCC_ATOMIC_POINTER_LOCK_FREE=2, __LONG_WIDTH__=64, __FLT64_MANT_DIG__=53, __FLT32_MIN_10_EXP__=37, __has_include_next, __SIG_ATOMIC_TYPE__, __UINTMAX_MAX__=0xffffffffffffffffUL, __LONG_LONG_MAX__=0x7fffffffffffffffL, __DEC128_MIN_EXP__=6142, __NO_INLINE__=1, __FLT_MAX_10_EXP__=38, __LDBL_HAS_QUIET_NAN__=1, __FLT_HAS_DENORM__=1, __GLIBCXX_BITSIZE_INT_N_0=128, __UINT_LEAST64_TYPE__, __STDC_HOSTED__=1, __GXX_ABI_VERSION=1013, __FLT32_DIG__=6, __FLT_RADIX__=2, __SEG_FS=1, __VERSION__, __FLT64_MIN_10_EXP__=307, __GCC_ATOMIC_LLONG_LOCK_FREE=2, __gnu_linux__=1, __FLT32_DENORM_MIN__=1.40129846432481707092372958328991613e-45F, __cpp_raw_strings=200710, __SIZEOF_POINTER__=8, __cpp_sized_deallocation=201309, linux=1, __INT64_MAX__=0x7fffffffffffffffL, __EXCEPTIONS=1, __SIZEOF_INT__=4, __LDBL_MANT_DIG__=64, __ATOMIC_ACQUIRE=2, __DBL_HAS_QUIET_NAN__=1, __UINT_FAST32_TYPE__, unix=1, __FLT32X_MIN_EXP__=1021, __FLT64X_MAX__=1.18973149535723176502126385303097021e+4932F, __code_model_small__=1, __cpp_variadic_templates=200704, __FLT32_EPSILON__=1.19209289550781250000000000000000000e-7F, __k8__=1, __INTPTR_TYPE__, __UINT16_TYPE__, __SIZEOF_FLOAT__=4, __LP64__=1, __INT_FAST32_WIDTH__=64, __pic__=2, __UINTPTR_MAX__=0xffffffffffffffffUL, __GXX_RTTI=1, __INT_FAST64_WIDTH__=64, __UINTMAX_TYPE__, __cpp_range_based_for=200907, __DEC64_MIN_EXP__=382, __GCC_ATOMIC_SHORT_LOCK_FREE=2, __cpp_decltype=200707, __FLT32_DECIMAL_DIG__=9, __FLT32_MIN__=1.17549435082228750796873653722224568e-38F, __INT_FAST64_MAX__=0x7fffffffffffffffL, __INTPTR_MAX__=0x7fffffffffffffffL, __GCC_ATOMIC_TEST_AND_SET_TRUEVAL=1, __FLT_DIG__=6, __SIZE_TYPE__, __UINT_FAST64_TYPE__, __INT_FAST8_TYPE__, __DBL_MIN_EXP__=1021, __INT_MAX__=0x7fffffff, __amd64__=1, __FLT128_MIN__=3.36210314311209350626267781732175260e-4932F, __LDBL_MIN_10_EXP__=4931, __FLT_MAX_EXP__=128, __ORDER_BIG_ENDIAN__=4321, __PTRDIFF_TYPE__, __UINT64_TYPE__, __LDBL_MIN__=3.36210314311209350626267781732175260e-4932L, __SIZEOF_FLOAT128__=16, __FLT128_HAS_DENORM__=1, __WINT_TYPE__, __UINT_LEAST32_TYPE__, __FLT_MIN_10_EXP__=37, __FLT64_MAX__=1.79769313486231570814527423731704357e+308F, __FLT32X_MAX_10_EXP__=308, __SIZEOF_INT128__=16, __PIE__=2, __FLT64_DECIMAL_DIG__=17, __cpp_attributes=200809, __ATOMIC_RELAXED=0, __UINT8_C, __FLT64_MAX_EXP__=1024, __SIZEOF_WCHAR_T__=4, __ATOMIC_SEQ_CST=5, __FLT32X_MAX_EXP__=1024, __FLT128_HAS_QUIET_NAN__=1, __DBL_MAX_EXP__=1024, __FLT64X_MIN__=3.36210314311209350626267781732175260e-4932F, __cpp_return_type_deduction=201304, __DBL_DECIMAL_DIG__=17, __INTMAX_WIDTH__=64, __STDC_UTF_32__=1, __INT_FAST8_WIDTH__=8, __SIZEOF_LONG__=8, __FLT32X_MAX__=1.79769313486231570814527423731704357e+308F, __DBL_DIG__=15, __FLT64_HAS_DENORM__=1, __INT_LEAST32_MAX__=0x7fffffff, __UINT32_C, __INTMAX_MAX__=0x7fffffffffffffffL, __cpp_alias_templates=200704, __BYTE_ORDER__, __FLT64_DENORM_MIN__=4.94065645841246544176568792868221372e-324F, __FLT_DENORM_MIN__=1.40129846432481707092372958328991613e-45F, __INT8_MAX__=0x7f, __CHAR32_TYPE__, __LDBL_HAS_DENORM__=1, __FLT_MAX__=3.40282346638528859811704183484516925e+38F, __INT8_TYPE__, __SIZEOF_DOUBLE__=8, _LP64=1, __cpp_exceptions=199711, __DBL_MAX__=1.79769313486231570814527423731704357e+308L, __FLT64_MIN__=2.22507385850720138309023271733240406e-308F, __UINT_FAST16_MAX__=0xffffffffffffffffUL, __FLT128_EPSILON__=1.92592994438723585305597794258492732e-34F, __INTMAX_TYPE__, __DEC128_MAX_EXP__=6145, __ATOMIC_CONSUME=1, __GNUC_MINOR__=4, __GLIBCXX_TYPE_INT_N_0, __INT_FAST16_WIDTH__=64, __INT_LEAST16_TYPE__, __DBL_EPSILON__=2.22044604925031308084726333618164062e-16L, __FLT32X_DENORM_MIN__=4.94065645841246544176568792868221372e-324F, __DBL_MAX_10_EXP__=308, __cpp_unicode_literals=200710, __INT16_C, __cpp_generic_lambdas=201304, __INT_FAST16_MAX__=0x7fffffffffffffffL, __UINT32_TYPE__, __DEC64_SUBNORMAL_MIN__=0.000000000000001E-383, _STDC_PREDEF_H=1, __DEC128_MANT_DIG__=34, __SSE_MATH__=1, __UINT_FAST16_TYPE__, __cpp_user_defined_literals=200809, __FLT128_DECIMAL_DIG__=36, __FLT32X_MIN__=2.22507385850720138309023271733240406e-308F, _GNU_SOURCE=1, __DEC64_EPSILON__=1E-15, __cpp_init_captures=201304, __FLT32_HAS_INFINITY__=1, __SIZEOF_SHORT__=2, __ATOMIC_ACQ_REL=4, __ATOMIC_RELEASE=3] [19:23:16:350 DVL] [Main] Target: x86_64-linux-gnu [19:23:16:350 DVL] [Main] Deleting file: /tmp/codelite/78291/cltmp-DicQGIwz.txt ( ) [19:23:16:350 DVL] [Main] Deleting file: /tmp/codelite/78291/cltmp-IpQ1u5Nc.txt ( ) [19:23:16:361 DBG] [Main] Handler: BuiltIn C++ Code Completion registerd. Priority: 50 . Type: 0 [19:23:16:361 DBG] Parsing connection string: tcp://127.0.0.1:13[19:23:16:361 DB646 G] [Main] Service providers: BuiltIn C++ Code Completion(50) [19:23:16:361 DBG] [Main] sorting providers for type: 0 [19:23:16:361 DBG] [Main] Service providers: BuiltIn C++ Code Completion(75) [19:23:16:361 ERR] Failed to create single instance socket: CreateServer: bind() error: Address already in use [19:23:16:383 WRN] [Main] Plugin AutoSave is not enabled [19:23:16:384 WRN] [Main] Plugin CMakePlugin is not enabled [19:23:16:385 WRN] [Main] Plugin Source Code Formatter is not enabled [19:23:16:385 WRN] [Main] Plugin Diff Plugin is not enabled [19:23:16:386 WRN] [Main] Plugin Copyright is not enabled [19:23:16:388 WRN] [Main] Plugin DatabaseExplorer is not enabled [19:23:16:389 WRN] [Main] Plugin Docker is not enabled [19:23:16:390 WRN] [Main] Plugin EOSWiki is not enabled [19:23:16:391 WRN] [Main] Plugin EditorConfig is not enabled [19:23:16:391 WRN] [Main] Plugin ExternalTools is not enabled [19:23:16:392 WRN] [Main] Plugin HelpPlugin is not enabled [19:23:16:420 WRN] [Main] Plugin LLDBDebuggerPlugin is not enabled [19:23:16:421 WRN] [Main] Plugin LanguageServerPlugin is not enabled [19:23:16:422 WRN] [Main] Plugin MemCheck is not enabled [19:23:16:422 WRN] [Main] Plugin Outline is not enabled [19:23:16:423 WRN] [Main] Plugin PHPLint is not enabled [19:23:16:424 WRN] [Main] Plugin PHPRefactoring is not enabled [19:23:16:424 WRN] [Main] Plugin QMakePlugin is not enabled [19:23:16:425 WRN] [Main] Plugin Remoty is not enabled [19:23:16:426 WRN] [Main] Plugin Rust is not enabled [19:23:16:427 WRN] [Main] Plugin SFTP is not enabled [19:23:16:427 WRN] [Main] Plugin SmartCompletion is not enabled [19:23:16:428 WRN] [Main] Plugin SnipWiz is not enabled [19:23:16:429 WRN] [Main] Plugin SpellCheck is not enabled [19:23:16:430 WRN] [Main] Plugin Subversion is not enabled [19:23:16:431 WRN] [Main] Plugin Tail is not enabled [19:23:16:432 WRN] [Main] Plugin UnitTestPP is not enabled [19:23:16:433 WRN] [Main] Plugin WebTools is not enabled [19:23:16:433 WRN] [Main] Plugin Wizards is not enabled [19:23:16:434 WRN] [Main] Plugin Word Completion is not enabled [19:23:16:435 WRN] [Main] Plugin ZoomNavigator is not enabled [19:23:16:435 WRN] [Main] Plugin Abbreviation is not enabled [19:23:16:436 WRN] [Main] Plugin CodeLite Vim is not enabled [19:23:16:438 WRN] [Main] Plugin PHP is not enabled [19:23:16:438 WRN] [Main] Plugin CppChecker is not enabled [19:23:16:440 WRN] [Main] Plugin CScope is not enabled [19:23:16:441 WRN] [Main] Plugin Git is not enabled [19:23:16:443 WRN] [Main] Plugin wxcrafter is not enabled [19:23:16:444 WRN] [Main] Plugin wxFormBuilder is not enabled [19:23:16:445 DBG] [Main] Loading debuggers from: /usr/lib/codelite/debuggers [19:23:16:445 DBG] [Main] Attempting to load debugger: /usr/lib/codelite/debuggers/DebuggerGDB.so [19:23:16:448 DBG] [Main] Loaded debugger: GNU gdb debugger, Version: v2.0 [19:23:16:523 DBG] [Main] Install path: /usr/share/codelite [19:23:16:523 DBG] [Main] Startup Path: /home/thomas.fritz/.codelite [19:23:17:456 DBG] [Main] Install path: /usr/share/codelite [19:23:17:456 DBG] [Main] Startup Path: /home/thomas.fritz/.codelite [19:23:17:456 DBG] [Main] Using Scintilla 3.7.2 [19:23:17:457 DVL] [Main] clKeyboardManager: updating menu &File [19:23:17:457 DVL] [Main] clKeyboardManager: updating menu &Edit [19:23:17:457 DVL] [Main] clKeyboardManager: updating menu &View [19:23:17:457 DVL] [Main] clKeyboardManager: updating menu &Search [19:23:17:457 DVL] [Main] clKeyboardManager: updating menu &Workspace [19:23:17:457 DVL] [Main] clKeyboardManager: updating menu &Build [19:23:17:457 DVL] [Main] clKeyboardManager: updating menu &Debugger [19:23:17:457 DVL] [Main] clKeyboardManager: updating menu &Plugins [19:23:17:457 DVL] [Main] clKeyboardManager: updating menu Perspective [19:23:17:457 DVL] [Main] clKeyboardManager: updating menu Settin&gs [19:23:17:457 DVL] [Main] clKeyboardManager: updating menu He&lp [19:23:17:458 DBG] [Main] Keyboard manager: Initializing keyboard manager [19:23:17:462 DVL] [Main] clKeyboardManager: updating menu &File [19:23:17:462 DVL] [Main] clKeyboardManager: updating menu &Edit [19:23:17:463 DVL] [Main] clKeyboardManager: updating menu &View [19:23:17:463 DVL] [Main] clKeyboardManager: updating menu &Search [19:23:17:463 DVL] [Main] clKeyboardManager: updating menu &Workspace [19:23:17:464 DVL] [Main] clKeyboardManager: updating menu &Build [19:23:17:464 DVL] [Main] clKeyboardManager: updating menu &Debugger [19:23:17:464 DVL] [Main] clKeyboardManager: updating menu &Plugins [19:23:17:464 DVL] [Main] clKeyboardManager: updating menu Perspective [19:23:17:464 DVL] [Main] clKeyboardManager: updating menu Settin&gs [19:23:17:464 DVL] [Main] clKeyboardManager: updating menu He&lp [19:23:17:464 DBG] [Main] clKeyboardManager: appending global entries [19:36:40:643 DBG] ZombieReaperPOSIX: going down [19:36:40:643 DBG] [Main] Handler: BuiltIn C++ Code Completion Uregisterd. Priority: 75 . Type: 0 [19:36:40:647 DBG] [Main] DestroyCurrent() is called [19:36:40:681 DBG] [Main] Bye [19:38:03:072 ERR] [Main] Failed to open file: /usr/share/codelite/LICENSE . Success [19:39:54:180 SYS] [Main] Log verbosity is now set to: Developer ```

Kind Regards,

Thomas Fritz

dghart commented 1 year ago

I don't see anything especially helpful there (though I'm not the expert). [19:23:16:383 WRN] [Main] Plugin AutoSave is not enabled et al is interesting, but not afaik diagnostic.

I've attached a screenshot of my focal. Presumably you don't have the 'git', 'cscope' etc entries.

CL16-focal

I suggest you (close CodeLite, then) temporarily rename your .codelite/ and then restart. Does that solve the problem?

abstractionmage commented 1 year ago

Thanks for the suggestion, deleting the ~/.codelite directory did in fact fix my issue.

It seems the official Ubuntu package ships with a config-related bug that prevents the user from using plugins. Uninstalling the package via apt purge codelite does not remove the broken config files in ~/.codelite, which causes any further installs of CodeLite to fail enabling plugins as well.

So the real issue lies in Ubuntu's 13.0.0 package rather than the 16.0.0 ppa package I installed afterwards. Should I try to update my initial post with this information?

Thanks for sticking with me, and warm regards Thomas Fritz

dghart commented 1 year ago

Uninstalling the package via apt purge codelite...

That probably wouldn't have removed the plugins which, for the official CodeLite, are packaged separately in codelite-plugins

Should I try to update my initial post with this information?

I shouldn't bother. It's not a long thread, so anyone interested can easily see the outcome.