From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Christoph Newsgroups: gmane.emacs.devel Subject: Re: Symbol's chain of function indirections contains a loop Date: Sat, 29 Jan 2011 11:22:11 -0700 Message-ID: <4D445AD3.3000906@gmail.com> References: <8362t7heca.fsf@gnu.org> <4D44505B.4020004@gmail.com> <87wrlniozg.fsf@member.fsf.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1296325357 19661 80.91.229.12 (29 Jan 2011 18:22:37 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 29 Jan 2011 18:22:37 +0000 (UTC) Cc: Christoph , Eli Zaretskii , emacs-devel@gnu.org To: Tassilo Horn Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 29 19:22:32 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PjFRO-0008O1-Di for ged-emacs-devel@m.gmane.org; Sat, 29 Jan 2011 19:22:30 +0100 Original-Received: from localhost ([127.0.0.1]:56676 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PjFRN-0006k1-Pv for ged-emacs-devel@m.gmane.org; Sat, 29 Jan 2011 13:22:29 -0500 Original-Received: from [140.186.70.92] (port=38527 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PjFRC-0006Y5-La for emacs-devel@gnu.org; Sat, 29 Jan 2011 13:22:19 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PjFRB-0005QX-N4 for emacs-devel@gnu.org; Sat, 29 Jan 2011 13:22:18 -0500 Original-Received: from mail-iy0-f169.google.com ([209.85.210.169]:61910) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PjFR9-0005QB-Uk; Sat, 29 Jan 2011 13:22:16 -0500 Original-Received: by iyj17 with SMTP id 17so4263888iyj.0 for ; Sat, 29 Jan 2011 10:22:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=1mTgZztJZEX5xzJW862yhLLp1eIohXw8+1zHQW+v3d0=; b=an6wWtGalDH3Wu0DvqvRxiRUlfbKtbO/wcBq4ILX3ig/nZDuVRmAbxyPJh20m2MSND 4S+7OMYXBEA7Oy+/ApqGPwAXUc37LciCezCGZwZoBAq9LaAUh7BlP9W+DBWbw4U/yKCp NusP4dEG4hHgSGVKyr4G4urXkqMcgrQfrAcWs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=MTRKPQyBTP978YJLl/dx68RMFIctlpxVtaA+P9CNVrbPLIbeNesfTvJ2/mbvz69gPN eHngYkZ/uUlIe/Zde/je4TeNDscbIYzLmAy5S55UcRUgrN1ZetuF9Zm896dyiYyRsSvH uabf8bcVeHF+2ImmGEhmpRErDdGwJ/X2fE7ow= Original-Received: by 10.42.165.69 with SMTP id j5mr5551855icy.186.1296325333652; Sat, 29 Jan 2011 10:22:13 -0800 (PST) Original-Received: from [192.168.1.4] (71-208-140-84.hlrn.qwest.net [71.208.140.84]) by mx.google.com with ESMTPS id z4sm16034575ibg.7.2011.01.29.10.22.12 (version=SSLv3 cipher=RC4-MD5); Sat, 29 Jan 2011 10:22:13 -0800 (PST) User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101208 Thunderbird/3.1.7 In-Reply-To: <87wrlniozg.fsf@member.fsf.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.210.169 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:135223 Archived-At: On 01/29/2011 10:44 AM, Tassilo Horn wrote: > Mine went through without a problem an a GNU/Linux bug. Maybe it's some > windows-only issue? Looks like it. I just tried it on my GNU/Linux box (Ubuntu 10.10, compiling with recent trunk of clang) and it indeed succeeded without problem. Christoph