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: Aharon Robbins
Subject: Re: [Tinycc-devel] latest mob broken on typedefs
Date: Tue, 08 Feb 2011 22:36:41 +0200
User-agent: Heirloom mailx 12.4 7/29/08

I did a git pull and it's working fine for me now.  Much thanks!

Arnold

> From: "Thomas Preud'homme" <address@hidden>
> To: address@hidden
> Subject: Re: [Tinycc-devel] latest mob broken on typedefs
> Date: Mon, 7 Feb 2011 23:41:02 +0100
>
> 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



reply via email to

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