https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70526
--- Comment #34 from Vittorio Zecca <zeccav at gmail dot com> --- The Intel icpc compiler complains that in the reduced testcase ansi-alias rules are violated. icpc gccerr45.C -Wstrict-aliasing gccerr45.C(77) (col. 32): warning #2102: violation of ansi-alias rules This is line 77: "const LAllocation* value = lir->getOperand(n);"