On Thu, 1 Mar 2012 00:23:21 +0100 Cedric Blancher wrote:
> I got the offending sources mangled through icc (Intels cc) with pain.
> The strict aliasing rules cause the same trouble as for gcc4.

the trick for doing this is to make a new hosttype, e.g.,
        althosttype=linux.i386-64-icc
        mkdir -p arch/$althosttype/bin
create an arch/$althosttype/bin/cc script that calls the special cc with options
and then
        bin/package make HOSTTYPE=$althosttype
all $althosttype build debris will be confined to arch/$althosttype
you can rm -rf arch/$althosttype and not affect the src or any other alternate 
HOSTTYPE builds

---

I have access to icc
what icc version and options?

thanks

_______________________________________________
ast-developers mailing list
[email protected]
https://mailman.research.att.com/mailman/listinfo/ast-developers

Reply via email to