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]

Re: Mini-patch for cccp.c


> > Pedantically this won't work for pointers in the structure, ie. they still
> > have to be initialized explicitly.
> 
> Do you mean machines where the machine representation of NULL-addresses
> has some bits set? I wonder if GCC supports such machines at all?

There are currently a number of places where pointer arrays are initialized
incorrectly - using bzero.  However, that is no reason to spread this bug.


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