mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-12 02:23:14 +00:00
23044ac02c
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 |
||
---|---|---|
.. | ||
darwin | ||
find | ||
freebsd | ||
linux | ||
Modules | ||
toolchain | ||
add_check.cmake | ||
add_warning.cmake | ||
analysis.cmake | ||
arch.cmake | ||
contrib_finder.cmake | ||
cpu_features.cmake | ||
dbms_glob_sources.cmake | ||
fuzzer.cmake | ||
generate_code.cmake | ||
lib_name.cmake | ||
limit_jobs.cmake | ||
print_flags.cmake | ||
print_include_directories.cmake | ||
sanitize.cmake | ||
target.cmake | ||
tools.cmake | ||
version.cmake | ||
warnings.cmake |