tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] latest mob broken on typedefs


From: Thomas Preud'homme
Subject: Re: [Tinycc-devel] latest mob broken on typedefs
Date: Mon, 7 Feb 2011 23:41:02 +0100
User-agent: KMail/1.13.5 (Linux/2.6.32-5-686; KDE/4.4.5; i686; ; )

Le lundi 07 février 2011 22:04:48, Aharon Robbins a écrit :
> Hi All.
> 
> I just checked out the latest mob and tried to compile gawk. It fails.
> Here is a reduced test case:
> 
> $ cat testit.c
> 
> typedef struct {
>       int member1;
> } moo;
> 
> static int foo()
> {
>       static moo boo;
> 
>       return 1;
> }
> $ tcc testit.c
> testit.c:8: error: Function without file scope cannot be static
Can you test with the version from mob^ (once mob is checkout out you just 
need to do git reset --hard HEAD^

I'm fixing this bug immediately, thanks for notifying it.
> 
> Thanks,
> 
> Arnold

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


reply via email to

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