Hi guys, Getting *multiple* compiler errors with C++17 for ICC 19.0.5. It prevents us from using ICC in the firm forcing to migrate from ICC to clang/gcc. Does 19.0.8 solve the error? Any advice? Sorry, can not figure out the error cause and don't have time to dig in it.
internal error: assertion failed at: "shared/cfe/edgcpfe/lower_init.c", line 11220
Host: Red Hat Enterprise Linux Server release 6.10 (Santiago), GCC 8.3
Same code is compiled fine with ICC 17.0.6 and C++14 mode. Gcc/clang also compile fine.
Thanks.