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: --enable-maintainer-mode Date: Tue, 29 Jul 2003 11:52:34 -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 1059495100 29630 80.91.224.249 (29 Jul 2003 16:11:40 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 29 Jul 2003 16:11:40 +0000 (UTC) Cc: emacs-devel@gnu.org, miles@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue Jul 29 18:11:37 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 19hWzU-00079W-00 for ; Tue, 29 Jul 2003 18:06:20 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19hX11-0003YG-00 for ; Tue, 29 Jul 2003 18:07:55 +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 19hWxl-0002Jt-MI for emacs-devel@quimby.gnus.org; Tue, 29 Jul 2003 12:04:33 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19hWsk-000171-S8 for emacs-devel@gnu.org; Tue, 29 Jul 2003 11:59:22 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19hWql-0000Sf-0V for emacs-devel@gnu.org; Tue, 29 Jul 2003 11:57:20 -0400 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19hWmB-0007YZ-8j for emacs-devel@gnu.org; Tue, 29 Jul 2003 11:52:35 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.20) id 19hWmA-0001Ni-QI; Tue, 29 Jul 2003 11:52:34 -0400 Original-To: Andreas Schwab In-reply-to: (message from Andreas Schwab on Mon, 28 Jul 2003 11:22:51 +0200) 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:15729 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:15729 The last time I checked, gcc does no inlining at -O0. I believe I saw inlining even after I had removed the -O option. But I will try it again.