From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Koppelman Newsgroups: gmane.emacs.devel Subject: Re: Error with -O3 but not -O2: "Wrong type argument: listp". Date: Mon, 30 Jan 2006 09:58:50 -0600 Message-ID: <7wslr5aerp.fsf@ece.lsu.edu> References: <7wy810kq79.fsf@ece.lsu.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1138642490 4228 80.91.229.2 (30 Jan 2006 17:34:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 30 Jan 2006 17:34:50 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 30 18:34:45 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1F3cuu-0003Wb-UW for ged-emacs-devel@m.gmane.org; Mon, 30 Jan 2006 18:34:18 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F3cxs-0003Kj-TJ for ged-emacs-devel@m.gmane.org; Mon, 30 Jan 2006 12:37:20 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F3bTl-00089m-VU for emacs-devel@gnu.org; Mon, 30 Jan 2006 11:02:10 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F3bTj-00086v-BF for emacs-devel@gnu.org; Mon, 30 Jan 2006 11:02:09 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F3bTh-00086a-Ij for emacs-devel@gnu.org; Mon, 30 Jan 2006 11:02:06 -0500 Original-Received: from [130.39.223.71] (helo=ece.lsu.edu) by monty-python.gnu.org with esmtp (Exim 4.52) id 1F3bRy-0001EQ-0d; Mon, 30 Jan 2006 11:00:18 -0500 Original-Received: from nested.ece.lsu.edu (nested [130.39.222.143]) by ece.lsu.edu (8.11.7p1+Sun/8.11.7) with ESMTP id k0UFwCU22719; Mon, 30 Jan 2006 09:58:12 -0600 (CST) Original-Received: from nested.ece.lsu.edu (localhost [127.0.0.1]) by nested.ece.lsu.edu (8.13.1/8.13.1) with ESMTP id k0UFwotX005917; Mon, 30 Jan 2006 09:58:50 -0600 Original-Received: (from koppel@localhost) by nested.ece.lsu.edu (8.13.1/8.13.1/Submit) id k0UFwoSc005916; Mon, 30 Jan 2006 09:58:50 -0600 Original-To: rms@gnu.org In-Reply-To: (Richard M. Stallman's message of "Sun, 29 Jan 2006 19:57:33 -0500") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) 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:49762 Archived-At: "Richard M. Stallman" writes: > What makes this hard is that the bug may not be in the Emacs sources. > It could be that some code was miscompiled. What should be done if it is a compiler bug? Detect the gcc version and avoid the -O3 (or use -fno-inline-functions)? Modify the Emacs source to work around the bug?