This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GCC 4.3.0 Status Report (2008-02-14)


On Thu, Feb 14, 2008 at 11:55 AM, H.J. Lu <hjl.tools@gmail.com> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]