Return-Path: X-Original-To: apmail-apr-bugs-archive@www.apache.org Delivered-To: apmail-apr-bugs-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1CCF9F94C for ; Sat, 13 Apr 2013 13:36:53 +0000 (UTC) Received: (qmail 68347 invoked by uid 500); 13 Apr 2013 13:36:53 -0000 Delivered-To: apmail-apr-bugs-archive@apr.apache.org Received: (qmail 68316 invoked by uid 500); 13 Apr 2013 13:36:52 -0000 Mailing-List: contact bugs-help@apr.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@apr.apache.org Delivered-To: mailing list bugs@apr.apache.org Received: (qmail 68302 invoked by uid 99); 13 Apr 2013 13:36:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 13 Apr 2013 13:36:52 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.115] (HELO eir.zones.apache.org) (140.211.11.115) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 13 Apr 2013 13:36:51 +0000 Received: by eir.zones.apache.org (Postfix, from userid 80) id CB0D3784B; Sat, 13 Apr 2013 13:36:31 +0000 (UTC) From: bugzilla@apache.org To: bugs@apr.apache.org Subject: [Bug 54840] atomics/unix/ppc.c won't compile on OS X Date: Sat, 13 Apr 2013 13:36:31 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: APR X-Bugzilla-Component: APR X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: mattiase@acm.org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: bugs@apr.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=3D54840 --- Comment #2 from Mattias Engdeg=C3=A5rd --- For the record, %=3D in inline asm generates a unique number. From the gcc sources: /* %=3D outputs a number which is unique to each insn in the entire compilation. This is useful for making local labels that are referred to more than once in a given insn. */ (I couldn't find it actually documented anywhere else.) The problem in this case stems from the fact that the system compiler in OS X 10.5, gcc 4.0.1, = does not have that feature so a literal "%=3D" is inserted. However, there shoul= d be no need for that since local labels work nicely. --=20 You are receiving this mail because: You are the assignee for the bug.= --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@apr.apache.org For additional commands, e-mail: bugs-help@apr.apache.org