Re: [Tinycc-devel] Include paths

2014-05-28 Thread Anton Shepelev
grischka to Anton Shepelev: There must be something wrong with the environ- ment on one of the machines, but I have no idea how to locate it... tcc -vvv file.c shows where tcc is looking for files. Thanks. I had missed your reply. Here's what I have: ,[tcc -vvv file.c:] |

[Tinycc-devel] State of the tcc project

2014-05-28 Thread Sia Lang
We've come to depend on TCC as an embedded C compiler and are quite frankly a bit discouraged by the latest developments. The home page says bellard is no longer working on tcc, but there is fortunately some traffic in the git repo However, I have a couple of concerns: 1. Lately, a large amount

[Tinycc-devel] Latest mob broken in test 66_macro_concat_end

2014-05-28 Thread jiang
Please use a patch last, say to you bad patch I protest!!! Jiang ? 2014?05?29? 00:00, tinycc-devel-requ...@nongnu.org ??: Send Tinycc-devel mailing list submissions to tinycc-devel@nongnu.org To subscribe or unsubscribe via the World Wide Web, visit

[Tinycc-devel] State of the tcc project

2014-05-28 Thread jiang
( a large amount of very low quality patches from jiang has been pushed) say to you very low quality patch I protest!!! Jiang ___ Tinycc-devel mailing list Tinycc-devel@nongnu.org https://lists.nongnu.org/mailman/listinfo/tinycc-devel

[Tinycc-devel] Latest mob broken in test 66_macro_concat_end

2014-05-28 Thread jiang
The gcc compiler is the first line in the wrong for you, then the first line error jiang Send Tinycc-devel mailing list submissions to tinycc-devel@nongnu.org To subscribe or unsubscribe via the World Wide Web, visit https://lists.nongnu.org/mailman/listinfo/tinycc-devel or,

[Tinycc-devel] Latest mob broken in test 66_macro_concat_end

2014-05-28 Thread jiang
jiang@jiang:~/test$ gcc -c 66_macro_concat_end.c 66_macro_concat_end.c:1:18: error: '##' cannot appear at either end of a macro expansion #define paste(A,B) A B## ^ 66_macro_concat_end.c: In function 'paste': 66_macro_concat_end.c:2:1: error: expected '{' at end of input

Re: [Tinycc-devel] Latest mob broken in test 66_macro_concat_end

2014-05-28 Thread Austin English
I'm sorry, but I don't understand what you're saying. Anyway, latest mob builds and passes the tests, thanks for fixing it. On Wed, May 28, 2014 at 6:17 PM, jiang 30155...@qq.com wrote: The gcc compiler is the first line in the wrong for you, then the first line error jiang Send