From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Latest GCC can't compile keymap.c correctly. Date: Thu, 07 Sep 2006 11:31:12 +0900 Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Trace: sea.gmane.org 1157596366 32087 80.91.229.2 (7 Sep 2006 02:32:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 7 Sep 2006 02:32:46 +0000 (UTC) Cc: j.s@jp.fujitsu.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 07 04:32:44 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 1GL9h6-0001Pf-FS for ged-emacs-devel@m.gmane.org; Thu, 07 Sep 2006 04:32:44 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GL9h5-0001e5-VH for ged-emacs-devel@m.gmane.org; Wed, 06 Sep 2006 22:32:43 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GL9gs-0001e0-Tg for emacs-devel@gnu.org; Wed, 06 Sep 2006 22:32:30 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GL9gq-0001dj-QM for emacs-devel@gnu.org; Wed, 06 Sep 2006 22:32:29 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GL9gq-0001dg-ML for emacs-devel@gnu.org; Wed, 06 Sep 2006 22:32:28 -0400 Original-Received: from [150.29.246.133] (helo=mx1.aist.go.jp) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GL9h7-0006Do-E0 for emacs-devel@gnu.org; Wed, 06 Sep 2006 22:32:45 -0400 Original-Received: from smtp2.aist.go.jp ([150.29.246.12]) by mx1.aist.go.jp with ESMTP id k872WLjQ017822; Thu, 7 Sep 2006 11:32:21 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp2.aist.go.jp with ESMTP id k872WKEN028386; Thu, 7 Sep 2006 11:32:20 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 3.36 #1 (Debian)) id 1GL9fc-00008E-00; Thu, 07 Sep 2006 11:31:12 +0900 Original-To: emacs-devel@gnu.org User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/22.0.50 (i686-pc-linux-gnu) MULE/5.0 (SAKAKI) 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:59480 Archived-At: I've got this bug report. When the latest Emacs is compiled with the following environment, % gcc --version gcc (GCC) 4.2.0 20060903 (experimental) % uname -a SunOS mars 5.10 Generic_118833-20 sun4u sparc % emacs --version GNU Emacs 22.0.50.1 Meta key stops working. For instance, we get this error: M-f is undefined When we compile only keymap.c with gcc-4.0.3 and link it, the problem disappears. --- Kenichi Handa handa@m17n.org