On Thu, Feb 14, 2008 at 11:55 AM, H.J. Lu <[EMAIL PROTECTED]> wrote:
>  Gcc 4.3 can't compile the current FSF binutils on Linux/ia32.

And this is not a bug in GCC.  The binutils sources actually do
violate C/C++ aliasing rules.
It comes down to taking the address of the field of the union and then
using that variable to access the union which is still a violation.

-- Pinski

Reply via email to