tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] another declaration related bug


From: Thomas Preud'homme
Subject: Re: [Tinycc-devel] another declaration related bug
Date: Thu, 19 Sep 2013 19:02:02 +0200
User-agent: KMail/4.10.5 (Linux/3.10-1-amd64; KDE/4.10.5; x86_64; ; )

Le lundi 8 juillet 2013 00:11:44 Abdul Wadud Mohammad Mohibur Rashid a écrit :
> hello,
> Please take a look at this tiny code
> 
> int (*apfi)[3](int x, int y);
> 
> int main()
> {
> // apfi[0]=add;
> // apfi[1]=sub;
> // apfi[2]=sub;
>  return 0;
> }
> 
> 
> this code clearly fails in gcc and visual studio, as it was suppose to be.
> but success in tiny c
> 
> don't even know how to use this. ...

Fixed in commit a465b7f58fdea15caa1bfb81ff5e985c94c4df4a on the mob branch.

Thanks for reporting.

Best regards,

Thomas

Attachment: signature.asc
Description: This is a digitally signed message part.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]