Deutsch   English   Français   Italiano  
<8634oxevqq.fsf@linuxsc.com>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!feed.opticnetworks.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Tim Rentsch <tr.17687@z991.linuxsc.com>
Newsgroups: comp.lang.c
Subject: Re: Baby X is bor nagain
Date: Thu, 27 Jun 2024 17:50:21 -0700
Organization: A noiseless patient Spider
Lines: 34
Message-ID: <8634oxevqq.fsf@linuxsc.com>
References: <v494f9$von8$1@dont-email.me> <v53lf7$34huc$1@dont-email.me> <v53vh6$368vf$1@dont-email.me> <v54se1$3bqsk$1@dont-email.me> <20240624160941.0000646a@yahoo.com> <v5bu5r$va3a$1@dont-email.me> <20240624181006.00003b94@yahoo.com> <v5c86d$11ac7$1@dont-email.me> <JEheO.108086$ED9b.74955@fx11.iad> <v5cblg$11q0j$1@dont-email.me> <gEieO.108089$ED9b.25598@fx11.iad> <20240625113616.000075e0@yahoo.com> <mUzeO.141609$Cqra.55051@fx10.iad> <v5elql$1jmii$1@dont-email.me> <m3BeO.24907$Gurd.16179@fx34.iad> <v5empd$1jndv$2@dont-email.me> <v5eph4$1k6a9$1@dont-email.me> <87ed8jnbmf.fsf@bsb.me.uk> <v5jhls$2m7np$1@dont-email.me> <867ceadtih.fsf@linuxsc.com> <87tthexayl.fsf@nosuchdomain.example.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Injection-Date: Fri, 28 Jun 2024 02:50:21 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="3676fcdb950143c607d286a4991a0048";
	logging-data="3146619"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX19V/bZIl5jQCJKb6pzCFXZZZmgmDW8JLGU="
User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.4 (gnu/linux)
Cancel-Lock: sha1:qswQl+pQgxpVSv7OBRmXlqPGpsw=
	sha1:RxAF/FWwpLZn5XWOzHIXIO/0F4o=
Bytes: 2935

Keith Thompson <Keith.S.Thompson+u@gmail.com> writes:

> Tim Rentsch <tr.17687@z991.linuxsc.com> writes:
> [...]
>
>> After reading the above I decided to try tcc.  I used tcc for
>> the first time earlier today.
>
> [...]
>
> You probably used tcc 0.9.27, the most recent release, from 2017.
>
> Development has continued, with a git repo at
>
>     git://repo.or.cz/tinycc.git
>
> The master branch hasn't gone past 9.9.27, but the "mob" branch has been
> updated as recently as 2024-03-22.  It builds in just a few seconds on
> my system.  The same version is available on godbot.org as "TCC (trunk)".
>
> I haven't paid much attention to what's actually been implemented
> post-0.9.27.  See the included Changelog if you're curious.  The one
> thing I've noticed is that the "mob" version implements the C99 rule
> that falling off the end of main does an implicit "return 0;",
> admittedly a minor point.
>
> I'm not suggesting you should build tcc from source and repeat the
> experiment (I suspect it wouldn't make much difference), but it's there
> if you're so inclined.

Thank you for the info.  If I were going to use tcc I would want to
use only the version that is standard for my environment, rather
than try to deal with a custom build, but maybe things will be
different in the future.