This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Mini-patch for cccp.c
- To: kiskra at ernie dot icslab dot agh dot edu dot pl (Kamil Iskra)
- Subject: Re: Mini-patch for cccp.c
- From: Joern Rennecke <amylaar at cygnus dot co dot uk>
- Date: Wed, 8 Oct 1997 23:44:09 +0100 (BST)
- Cc: schwab at issan dot informatik dot uni-dortmund dot de, egcs at cygnus dot com
> > 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.