From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/812 Path: news.gmane.org!not-for-mail From: Truls Becken Newsgroups: gmane.linux.lib.musl.general Subject: Re: Error compiling with clang Date: Tue, 8 May 2012 08:49:26 +0200 Message-ID: <217273F4-256C-41E0-A900-4330BB1395B8@gmail.com> References: <20120507211851.GF17860@port70.net> <20120507212441.GA14673@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1336459782 23757 80.91.229.3 (8 May 2012 06:49:42 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 8 May 2012 06:49:42 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-813-gllmg-musl=m.gmane.org@lists.openwall.com Tue May 08 08:49:41 2012 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1SReEv-0007oo-L8 for gllmg-musl@plane.gmane.org; Tue, 08 May 2012 08:49:41 +0200 Original-Received: (qmail 9402 invoked by uid 550); 8 May 2012 06:49:41 -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 9394 invoked from network); 8 May 2012 06:49:40 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer; bh=KUU08lnSbtEoupUoiwaDqbjtZ6dxaa0/rg0/a6p47wU=; b=n/fHR4LpTNtktU7Z5093XbL6MxgG2hV9gmHfU8fW/x4ScEIDHasHqc3EaLiYdcbvsm dNk1kd7lgvI/qF2f7ENpyfZ4zc9tPN+R338MHNmnPljHu8BWmQn3mx+q6kYb1QjLg8aV emWaKWC3TUZtebUpG/sU5P5ZhJFxDSALC+AMiBLCl83I8M6S4Hb+HT6tkcNnyvDFNCDd /WylxV3s0VBKd1fPxDMB5z2jeTLPB5LWmkjJevFYwmFEmnegdMB6OrDzcC2RFMh9rZ4g jKFL1qNJNLDW/NApIHQ1zuUmMMF16/R5tMD8tHGeNWI2LS8PURzKB5JeKgynz5qOw6yv 0W0Q== In-Reply-To: <20120507212441.GA14673@brightrain.aerifal.cx> X-Mailer: Apple Mail (2.1084) Xref: news.gmane.org gmane.linux.lib.musl.general:812 Archived-At: On 2012-05-07, at 23:05, Szabolcs Nagy wrote: > it's either a bug in your as or clang I realized after sending the question that the issue would not be with clang per se, but rather llvm-as. On 2012-05-07, at 23:24, Rich Felker wrote: > On Mon, May 07, 2012 at 11:18:51PM +0200, Szabolcs Nagy wrote: > >> the ll version works in earlier clangs as well >> maybe it's better to use that one if every as recognizes it > > Indeed, I'll change it. Thanks to everyone participating for resolving this. Supporting clang 3.0, as opposed to a future point version, is a good thing. I can now easily patch musl myself until the next release. -Truls