Related articles |
---|
Alternative C compilers on x86_64 Linux? arnold@skeeve.com (2016-09-02) |
Re: Alternative C compilers on x86_64 Linux? jacob@jacob.remcomp.fr (jacobnavia) (2016-09-05) |
Re: Alternative C compilers on x86_64 Linux? nemo@invalid.invalid (Nemo) (2016-09-04) |
Re: Alternative C compilers on x86_64 Linux? 221-501-9011@kylheku.com (Kaz Kylheku) (2016-09-04) |
Re: Alternative C compilers on x86_64 Linux? bc@freeuk.com (BartC) (2016-09-05) |
Re: Alternative C compilers on x86_64 Linux? fw@deneb.enyo.de (Florian Weimer) (2016-09-05) |
Re: Alternative C compilers on x86_64 Linux? alexfrunews@gmail.com (2016-09-05) |
[36 later articles] |
From: | arnold@skeeve.com (Aharon Robbins) |
Newsgroups: | comp.compilers |
Date: | Fri, 2 Sep 2016 03:01:14 -0000 (UTC) |
Organization: | A noiseless patient Spider |
Injection-Info: | miucha.iecc.com; posting-host="news.iecc.com:2001:470:1f07:1126:0:676f:7373:6970"; logging-data="26617"; mail-complaints-to="abuse@iecc.com" |
Keywords: | C, question |
Posted-Date: | 04 Sep 2016 15:02:29 EDT |
Hi.
Can I get recommendations for other (free) C compilers besides GCC and CLANG?
I've been using the revived PCC for gawk development since it's faster
than GCC, but recently it's developed a bug where it won't compile the
current (valid) code.
LCC seems to be 32 bit only and requires very manual configuration.
TinyCC is blindingly fast, and can compile gawk, but is broken in that
it won't diagnose duplicate case statements inside switch. The developers
don't consider this a problem. So I refuse to use it.
In short, I'm looking for a faster compiler that actually works.
Thanks,
Arnold
--
Aharon (Arnold) Robbins arnold AT skeeve DOT com
Return to the
comp.compilers page.
Search the
comp.compilers archives again.