I am trying to compile a code in C++, that uses over-aligned variables. If I try to compile the following code (a MWE) everything runs smoothly if I use icpx or g++ (in all the cases, the flag -std=c++17 is given to the compiler). However, when compiling using Intel icpc, I got the following error and I do not understand