Doing pointer math with (void*) is not defined.
For example: http://gcc.gnu.org/onlinedocs/gcc-4.8.0/gcc/Pointer-Arith.html
says that gcc allows it, but this is in the "C Extensions" part of the manual.
I suspect that the latest icc allows it by the same rationale, but it's still
technically wr
Hi,
We have icc test in jenkins and it passes.
What icc version do you use and exact command line to configure?
Is it latest trunk?
Thanks
M
On Tue, Oct 8, 2013 at 5:37 PM, Jeff Squyres (jsquyres)
wrote:
> With icc, getting errors about pointer math with (void*) types. See
> attached.
>
> --
>