This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: funny problem with g++
- From: Morten Welinder <mwelinder at gmail dot com>
- To: GCC Mailing List <gcc at gcc dot gnu dot org>
- Date: Wed, 7 Dec 2005 16:14:29 -0500
- Subject: Re: funny problem with g++
>> This is a joke, you are kidding, right ?
> No, we're not kidding. RTFM: Section, 5.12 Arrays of Length Zero
He is kind of right, though. Outside struct (or perhaps union),
zero-sized arrays
make little sense and could be rejected. Or else I am missing something too.
M.