This is the mail archive of the gcc@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: VLA/VM [*] bug fixes for C


On Mon, 8 May 2006, Mike Stump wrote:

> On May 6, 2006, at 3:32 PM, Joseph S. Myers wrote:
> > Function prototype scope is defined in 6.2.1#4.
> 
> I've fixed up most all the previously identified issues...
> 
> In gnu99:
> 
> void foo11(typeof (int (*)(int o[*])) i);
> 
> valid?

I think that's valid gnu99.

-- 
Joseph S. Myers               http://www.srcf.ucam.org/~jsm28/gcc/
    jsm@polyomino.org.uk (personal mail)
    joseph@codesourcery.com (CodeSourcery mail)
    jsm28@gcc.gnu.org (Bugzilla assignments and CCs)


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