From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22467 invoked by alias); 7 Nov 2007 21:55:20 -0000 Received: (qmail 22459 invoked by uid 22791); 7 Nov 2007 21:55:20 -0000 X-Spam-Check-By: sourceware.org Received: from nz-out-0506.google.com (HELO nz-out-0506.google.com) (64.233.162.235) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 07 Nov 2007 21:55:17 +0000 Received: by nz-out-0506.google.com with SMTP id s1so4671556nze for ; Wed, 07 Nov 2007 13:55:15 -0800 (PST) Received: by 10.115.74.1 with SMTP id b1mr2028899wal.1194472514612; Wed, 07 Nov 2007 13:55:14 -0800 (PST) Received: by 10.114.144.16 with HTTP; Wed, 7 Nov 2007 13:55:14 -0800 (PST) Message-ID: <4348dea50711071355g255d0469ha788022de13fcdf6@mail.gmail.com> Date: Wed, 07 Nov 2007 21:59:00 -0000 From: "Jonathan Wakely" To: "onkar.mahajan@polaris.co.in" Subject: Re: Fw: error: array type has incomplete element type ?? Cc: gcc@gcc.gnu.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-IsSubscribed: yes Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org X-SW-Source: 2007-11/txt/msg00209.txt.bz2 On 07/11/2007, onkar.mahajan@polaris.co.in wrote: > > This is a part of the code : > -------------------------------------------------------------- > extern struct dummy temp[]; > error: array type has incomplete element type > -------------------------------------------------------------- This is a question about how to use GCC, not about development of GCC, so it should be sent to gcc-help@gcc.gnu.org Regards, Jon