ClickHouse/cmake
Azat Khuzhin 23044ac02c Disable -Wsequence-point on gcc10 (otherwise it stuck on GatherUtils compiling)
clang (10.0.0 is fine BTW) will warn about this anyway on CI.

For the debug build gcc10:

- before patch:
  - concat.cpp -> >5m (stuck on cc1plus, not as)
  - has.cpp    -> >10m (stuck on cc1plus, not as)

- after this patch:
  - concat.cpp -> 1m16s
  - has.cpp    -> 4m (and most of the time eats, as from binutils 2.34.50.20200508)

Command for build:
- ninja src/Functions/GatherUtils/CMakeFiles/clickhouse_functions_gatherutils.dir/concat.cpp.o
- ninja src/Functions/GatherUtils/CMakeFiles/clickhouse_functions_gatherutils.dir/has.cpp.o

The test case should be reduced and then it can be reported to the gcc
bugzilla.

P.S. Looks like a signal not to switch to gcc10 for now
2020-05-21 21:18:34 +03:00
..
darwin Catalina support 2020-01-10 00:53:07 +01:00
find Bitonic sort improvements (#10934) 2020-05-19 00:41:23 +03:00
freebsd Fix mistake in FreeBSD toolchain 2020-05-17 06:57:16 +03:00
linux Use libc-headers only for BUNDLED build (fixes gcc10 unbundled build) 2020-05-16 00:00:38 +03:00
Modules Merge branch 'master' into contrib-openldap 2020-05-13 00:29:09 +04:00
toolchain Update cross-builds to use clang-10 compiler (#10724) 2020-05-07 15:32:17 +03:00
add_check.cmake cmake: Avoiding check target conflicts. [#CHEBOTAREV-14] 2017-08-24 16:37:27 +03:00
add_warning.cmake Code clean-up 2020-02-16 11:04:03 +03:00
analysis.cmake dbms/ → src/ 2020-04-03 18:14:31 +03:00
arch.cmake Add cross-compile build for FreeBSD (#9643) 2020-04-07 11:33:49 +03:00
contrib_finder.cmake cmake/find_* → cmake/find/* 2019-09-13 17:54:22 +03:00
cpu_features.cmake cmake/test_cpu → cmake/cpu_features 2019-09-13 17:54:22 +03:00
dbms_glob_sources.cmake Better add_globs 2019-10-22 15:09:49 +08:00
fuzzer.cmake split fuzzers and sanitizers 2020-04-25 10:12:38 +03:00
generate_code.cmake CLICKHOUSE-4137 DictionaryFactory, DictionarySourceFactory (#3653) 2018-11-28 14:37:12 +03:00
lib_name.cmake Move contrib/libpcg-random → base/pcg-random 2020-04-13 18:42:58 +03:00
limit_jobs.cmake Better compile with low memory; Fix macos build, add utils/build/build_debian_unbundled_split.sh test script (#4030) 2019-01-11 15:40:19 +03:00
print_flags.cmake CLICKHOUSE-3600 Use correct lld version, cmake fixes (#1968) 2018-02-26 21:34:22 +03:00
print_include_directories.cmake Poco contrib refactoring (#10396) 2020-05-08 17:11:19 +03:00
sanitize.cmake Remove obsolete TSan suppressions 2020-05-11 10:05:46 +03:00
target.cmake Fix FreeBSD build (#10150) 2020-05-02 15:07:57 +03:00
tools.cmake Cleaned up AppleClang version check 2020-05-06 20:47:13 +04:00
version.cmake Auto version update to [20.5.1.1] [54435] 2020-04-28 20:12:16 +03:00
warnings.cmake Disable -Wsequence-point on gcc10 (otherwise it stuck on GatherUtils compiling) 2020-05-21 21:18:34 +03:00