On Wed, Mar 23, 2005 at 08:25:07AM +0100, Andreas Jochens wrote:
> On 05-Mar-23 15:20, Nathan Scott wrote:
> thank you for your fast reply to my bug report.

No problem.

> This issue has been discussed on the gcc list. The new error message
> 'array type has incomplete element type' was introduced intentionally
> to mark invalid C code. The construct 'extern struct s a[];' is 
> not allowed by the C standard if 'struct s' has not been defined, i.e. 
> if the size of 'struct s' is not known in that context.
> 
> As far as I understand, there is no intention
> to disable this error message in later versions of gcc-4.0 again.

OK, discussed with some of the other XFS guys, and a fix will
follow shortly (slightly different to yours though).

thanks Andreas.

-- 
Nathan


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to