From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Anyone built Emacs with gcc-3.3? Date: Wed, 09 Jul 2003 11:49:52 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1057768736 26315 80.91.224.249 (9 Jul 2003 16:38:56 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 9 Jul 2003 16:38:56 +0000 (UTC) Cc: emacs-pretesters@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed Jul 09 18:38:50 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19aHxy-0006pl-00 for ; Wed, 09 Jul 2003 18:38:50 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19aI8s-0002N3-00 for ; Wed, 09 Jul 2003 18:50:06 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19aHwj-0006dt-Ut for emacs-devel@quimby.gnus.org; Wed, 09 Jul 2003 12:37:33 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19aHwe-0006d4-Ge for emacs-devel@gnu.org; Wed, 09 Jul 2003 12:37:28 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19aHni-0005ay-Nj for emacs-devel@gnu.org; Wed, 09 Jul 2003 12:28:46 -0400 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19aHEf-0000CI-Uo for emacs-devel@gnu.org; Wed, 09 Jul 2003 11:52:01 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.20) id 19aHCa-0004Mk-7E; Wed, 09 Jul 2003 11:49:52 -0400 Original-To: "Marshall, Simon" In-reply-to: (simon.marshall@misys.com) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:15516 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:15516 The guys who first raised it on bugzilla had the same hunch. The problem is: where do I start? I can't debug in __do_global_dtors_aux() as there is no debugging info. I think it has to be debugged at the assembler level anyway. (That function is probably very simple--just look at the source and you will see.)