Re: [Tinycc-devel] Some fixes for x86_64 and general code to enable compiling GCC

2012-04-21 Thread grischka
Michael Matz wrote: Hi, I was bored the last weekend and stumbled over tinycc, tried compiling GCC with it, which breaks in multiple ways, sometimes not parsing stuff, sometimes miscompiling it, and thought about hacking some other compiler than GCC :) I just pushed nine patches to mob to

Re: [Tinycc-devel] Fwd: Use CString to concat linker options

2012-04-21 Thread grischka
Thomas Preud'homme wrote: About the cstr_*, are they now part of the library on Windows? I mean if they are exported some people might start to use them, no? Same thing with pstrcat or tcc_realloc as in your original patch. As to some people they hopefully know the meaning of 'undocumented

Re: [Tinycc-devel] Some fixes for x86_64 and general code to enable compiling GCC

2012-04-21 Thread Michael Matz
Hi, On Sat, 21 Apr 2012, grischka wrote: I can now build current GCC (well, r186469 plus a modification, see below) with tinycc on x86_64 (all language frontends written in C, i.e. c, c++, objc, objc++ and fortran), and that so built GCC is able to compile all its own target libraries. If