From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexandre Oliva To: Thomas Garsiot Cc: gcc-help@gcc.gnu.org Subject: Re: Doc on error messages Date: Mon, 26 Feb 2001 13:02:00 -0000 Message-id: References: <3A9A3BB0.FCA21251@st2e.com> X-SW-Source: 2001-02/msg00266.html On Feb 26, 2001, Thomas Garsiot wrote: > I have a "dereferencing pointer to incomplete type" error, and I have no > idea of what an incomplete type is. An incomplete type is one that has been declared but not defined. For example, a forward-declared struct is an incomplete type before it is actually given a definition. -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC Developer aoliva@{cygnus.com, redhat.com} CS PhD student at IC-Unicamp oliva@{lsd.ic.unicamp.br, gnu.org} Free Software Evangelist *Please* write to mailing lists, not to me