On 9/27/19 2:31 PM, Victor Eijkhout wrote: > /opt/intel/compilers_and_libraries_2019.5.281/linux/bin/intel64/icpc > -DDEAL_II_HAVE_ATTRIBUTE_FALLTHROUGH -fpic -ansi -w2 -diag-disable=remark > -wd21 -wd68 -wd135 -wd175 -wd177 -wd191 -wd193 -wd279 -wd327 -wd383 -wd981 > -wd1418 -wd1478 -wd1572 -wd2259 -wd2536 -wd2651 -wd3415 -wd15531 -wd111 > -wd128 -wd185 -wd186 -wd280 -qopenmp-simd -std=c++17 -Werror > -Wno-unused-command-line-argument -o CMakeFiles/cmTC_5e770.dir/src.cxx.o -c > /tmp/dealii-build/CMakeFiles/CMakeTmp/src.cxx > icpc: command line warning #10148: option '-Wno-unused-command-line-argument' > not supported > /tmp/dealii-build/CMakeFiles/CMakeTmp/src.cxx(10): error #1292: unknown > attribute "fallthrough" > __attribute__((fallthrough)); > ^ > > /tmp/dealii-build/CMakeFiles/CMakeTmp/src.cxx(13): error #1292: unknown > attribute "fallthrough" > __attribute__((fallthrough)); > ^
Didn't we recently merge a patch where ICC reported that it understands C++17, but doesn't in fact support this attribute? Does that ring a bell for anyone? Best W. -- ------------------------------------------------------------------------ Wolfgang Bangerth email: [email protected] www: http://www.math.colostate.edu/~bangerth/ -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en --- You received this message because you are subscribed to the Google Groups "deal.II User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/dealii/70cbfd5e-69af-e797-dbfc-420277e75b8f%40colostate.edu.
