Hi Matt,
I am playing around with some code on your great compiler explorer side and wanted to see the code generated by icc. However, if I select icc in the compiler list I get lots of errors like
/opt/compiler-explorer/gcc-7.2.0/bin/../include/c++/7.2.0/bits/move.h(48): error: identifier "__builtin_addressof" is undefined
{ return __builtin_addressof(__r); }
You can find the example at https://godbolt.org/g/v1p2Gs. Gcc and clang both work, but icc of any version fails.
Best wishes and thanks for this great service,
Jens