From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/7117 Path: news.gmane.org!not-for-mail From: =?UTF-8?Q?Daniel_Cegie=C5=82ka?= Newsgroups: gmane.linux.lib.musl.general Subject: Re: 8cc C Compiler Date: Mon, 2 Mar 2015 20:42:49 +0100 Message-ID: References: <20150302184909.GZ23507@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1425325408 1095 80.91.229.3 (2 Mar 2015 19:43:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 2 Mar 2015 19:43:28 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-7130-gllmg-musl=m.gmane.org@lists.openwall.com Mon Mar 02 20:43:28 2015 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1YSWFS-0002Gy-AQ for gllmg-musl@m.gmane.org; Mon, 02 Mar 2015 20:43:26 +0100 Original-Received: (qmail 3407 invoked by uid 550); 2 Mar 2015 19:43:24 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 3344 invoked from network); 2 Mar 2015 19:43:20 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=aMg2pTh/znE41eBAvZtlIrGiTwZFc0Nu08SCyo84Lro=; b=CuaV/1urf/l7kx+Q2UR2zj5wz8Y0GIxiBMcNzOdkummgyPwKJOjOw+yXosEZnQOdVh OIydG5vPxcI0NgkAnScRhNm6HlmtThGt30FZzlzvOFpkFiPRm4uR6bKQC3/8maPrb0gG 8iDcQYNtOW3m9Ly0c38eORjGHFmEMAAnZXZFZKTIQsU69E27BfsqrVUCQHFv3ETa/xNk u2cqrSIdi30WqPFqrhosHAmX9b32dBbPrUXfRSYQnTrh4kFXlM0bL7gIm6WG0uBEHVnY FbEtzPVISQ5omoR+kBo59O4fJ+0jtbCuSyjR/x2wKByDyapxUcXkMP0sBe+AoHkKj6FD 9lAA== X-Received: by 10.50.137.99 with SMTP id qh3mr24794626igb.7.1425325389179; Mon, 02 Mar 2015 11:43:09 -0800 (PST) In-Reply-To: <20150302184909.GZ23507@brightrain.aerifal.cx> Xref: news.gmane.org gmane.linux.lib.musl.general:7117 Archived-At: 2015-03-02 19:49 GMT+01:00 Rich Felker : > Have you done any analysis on what would be needed to get it compiling > musl? I suspect some minor extensions would be needed and it would be > nice to know if the author is open to such changes. I think this is the answer to the above: "Note: Do not have high expectations on this compiler. If you try to compile a program other than the compiler itself, there's a good chance to see compile errors or miscompilations. This is basically a one-man project, and I have spent only a few months of my spare time so far." but it does not change the fact that the compiler is really amazing... > Rich