This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] for PR 19333


Richard Henderson wrote:-

> On Tue, Jan 11, 2005 at 09:57:44PM +0100, Zdenek Dvorak wrote:
> > well, in the testcase it is basically cast to (short [][4]) and then
> > worked with.  I agree that it does not make much sense to me, but
> > apparently someone writes code like this and expects it to work.
> 
> I'm convinced that one of two things should have happened.
> 
> Either "short a[][]" should get
> 
>   error: elements of array ' have incomplete type

IMO it should never get further than that.

Neil.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]