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


Hello,

> On Tue, Jan 11, 2005 at 07:08:15PM +0900, Neil Booth wrote:
> > It certainly is; but maybe it's (yet another) GCC extension.
> 
> I can't think anything except that it's a bug.  You can't *do*
> anything with such a declaration.

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.

Zdenek


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