Re: [Tinycc-devel] __asm__ "unknown constraint 't'" issue

2014-08-06 Thread Thomas Preud'homme
Le mercredi 06 août 2014, 18:40:19 Roy Tam a écrit : > Hello, > > 2014-08-06 18:27 GMT+08:00 YX Hao : > > Hi there, > > > > Here is what I found: > > > > > > math.h:341: error: unknown constraint 't' > > > > > > A

Re: [Tinycc-devel] tcc grammar problems

2014-08-06 Thread Thomas Preud'homme
Le mercredi 06 août 2014, 21:10:29 jiang a écrit : > Hi, Thomas > My p1 patch, there is a fatal flaw, but I know it was not satisfied! > Thank you for writing to me. Can you be more precise? What's the fatal flaw you are talking about? > > But I have a patch, want to join the mob, excuse me, ple

Re: [Tinycc-devel] tcc grammar problems

2014-08-06 Thread Thomas Preud'homme
Le mardi 05 août 2014, 22:08:13 Thomas Preud'homme a écrit : > Le vendredi 01 août 2014, 16:37:15 jiang a écrit : > > my patch:See Attachment > > You look at, if no problem, I'll push mob > > Ok, here is what I noticed so far: > [SNIP review part 1] > > > Ok. I'll stop this for now and will c

Re: [Tinycc-devel] tcc grammar problems

2014-08-06 Thread Thomas Preud'homme
Le mardi 05 août 2014, 22:08:13 Thomas Preud'homme a écrit : > > +warr = 0; > +if(bb){ > +s = 64 - ((type->t >> (VT_STRUCT_SHIFT + 6)) & > 0x3f); > > Spacing issue again and I don't understand the + 6. The bitfield size is > encoded

Re: [Tinycc-devel] tcc grammar problems

2014-08-06 Thread jiang
Hi, Thomas My p1 patch, there is a fatal flaw, but I know it was not satisfied! Thank you for writing to me. But I have a patch, want to join the mob, excuse me, please review it! My patch:See Attachment Best regards, Jiang 在 2014年08月05日 22:08, Thomas Preud'homme 写道: Le vendredi 01 août 201

Re: [Tinycc-devel] __asm__ "unknown constraint 't'" issue

2014-08-06 Thread Roy Tam
Hello, 2014-08-06 18:27 GMT+08:00 YX Hao : > Hi there, > > Here is what I found: > > > math.h:341: error: unknown constraint 't' > > > And more around this line. > > I know little about asm. Can somebody take a look

[Tinycc-devel] __asm__ "unknown constraint 't'" issue

2014-08-06 Thread YX Hao
Hi there, Here is what I found: math.h:341: error: unknown constraint 't' And more around this line. I know little about asm. Can somebody take a look at it? Regards, Yuxi _