[cfarm-users] Is there a list of funny C compilers?

Peter Gutmann pgut001 at cs.auckland.ac.nz
Tue Apr 22 11:40:04 CEST 2025


Martin Guy via cfarm-users <cfarm-users at lists.tetaneutral.net> writes:

>Porting something dependent on compiler internals, I wondered if there is (or
>if anyone has compiled) a list of compilers other than gcc and clang
>available on the compile farm and where they are.

Depending on whether you want to test-compile entire code bases or just see
what compiler X, version Y does to some code, the Godbolt compiler explorer is
probably your easiest way to get access to lots of compilers.

A lot of the more interesting / lesser-known compilers are for embedded
systems so you're usually cross-compiling into unusual environments, it's not
just a case of typing 'make' somewhere.

Peter.


More information about the cfarm-users mailing list