Re: [Tinycc-devel] OpenBSD/amd64 build failure

2019-01-02 Thread Christian Jullien
It looks that OpenBSD is only half supported. FYI, FreeBSD is better supported but does not completely (I can't remember where exactly it fails). You must identify all references to *BSD* in the source code, add logic for OpenBSD, based on triplet returned by conftest (./conftest t), pass

Re: [Tinycc-devel] OpenBSD/amd64 build failure

2019-01-02 Thread Alexander Mueller
Hey Julien, I'm unsure what kind of triplet am I supposed to use? $ ./configure --prefix=./build --crtprefix=/usr/lib Binary directory./build/bin TinyCC directory./build/lib/tcc Library directory ./build/lib Include directory ./build/include Manual directory./build/share/man Info

Re: [Tinycc-devel] Add gcc cleanup attribute support

2019-01-02 Thread Michael Matz
Hi, On Wed, 2 Jan 2019, uso ewin wrote: I've try to add support to cleanup attribute to TCC: https://github.com/cosmo-ray/tcc/tree/cleanup Are you interested in having this feature merge in mob ? If yes it would be nice if someone could review my code As you found out the one-pass nature of

Re: [Tinycc-devel] Add gcc cleanup attribute support

2019-01-02 Thread Christian Jullien
Hi Matthias, I speak only for myself but, if you implement a gcc extension in fully compatible way and have a non-regression test for it. It's Ok for me. -Original Message- From: Tinycc-devel [mailto:tinycc-devel-bounces+eligis=orange...@nongnu.org] On Behalf Of uso ewin Sent: mercredi 2

[Tinycc-devel] Add gcc cleanup attribute support

2019-01-02 Thread uso ewin
Hi I've try to add support to cleanup attribute to TCC: https://github.com/cosmo-ray/tcc/tree/cleanup Are you interested in having this feature merge in mob ? If yes it would be nice if someone could review my code Thanks, Matthias ___ Tinycc-devel

[Tinycc-devel] Odp: Compilation in memory tcc-0.9.27 Windows

2019-01-02 Thread piotr . jaholkowski
Ok apparently I messed something while building shared library. It works Dnia 1 stycznia 2019 16:05 piotr.jaholkow...@o2.pl piotr.jaholkow...@o2.pl napisaƂ(a): Hi I recently downloaded version tcc-0.9.27.tar.bz2 and built it with Visual Studio