From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Ishikawa Newsgroups: gmane.comp.gcc.patches,gmane.emacs.devel Subject: Re: (RFC) GCC minor document change: gcc.1 Date: Tue, 15 Jul 2003 14:46:56 +0900 Sender: gcc-patches-owner@gcc.gnu.org Message-ID: <3F139550.2E8811FC@yk.rim.or.jp> References: <9EF8DA0A-B656-11D7-8A0C-000393A6D2F2@physics.uc.edu> <3F1344D4.9BCA454@yk.rim.or.jp> <3F1385EB.2090300@tuliptree.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-2022-jp Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1058247879 21075 80.91.224.249 (15 Jul 2003 05:44:39 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 15 Jul 2003 05:44:39 +0000 (UTC) Cc: emacs-pretesters@gnu.org, emacs-devel@gnu.org, eggert@twinsun.com, ebotcazou@gcc.gnu.org, gcc-patches@gcc.gnu.org Original-X-From: gcc-patches-return-92296-gcc-patches=m.gmane.org@gcc.gnu.org Tue Jul 15 07:44:34 2003 Return-path: Original-Received: from sources.redhat.com ([67.72.78.213]) by main.gmane.org with smtp (Exim 3.35 #1 (Debian)) id 19cIc5-0005TF-00 for ; Tue, 15 Jul 2003 07:44:33 +0200 Original-Received: (qmail 8142 invoked by alias); 15 Jul 2003 05:45:15 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Archive: List-Post: List-Help: Original-Received: (qmail 7932 invoked from network); 15 Jul 2003 05:45:10 -0000 Original-Received: from unknown (HELO standard.erephon) (210.139.38.7) by sources.redhat.com with SMTP; 15 Jul 2003 05:45:10 -0000 Original-Received: from yk.rim.or.jp (really [127.0.0.1]) by yk.rim.or.jp via smail with esmtp id (Debian Smail3.2.0.114) for ; Tue, 15 Jul 2003 14:47:02 +0900 (JST) X-Accept-Language: ja, en Original-To: Jim Wilson Xref: main.gmane.org gmane.comp.gcc.patches:37244 gmane.emacs.devel:15612 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:15612 Jim Wilson wrote: > > Ishikawa wrote: > > The file that should be patched is invoke.texi. > > I don't think this helps much. Someone reading the documentation for > the -fno-zero-initialized-in-bss option to learn what it does isn't > helped by the fact that it affects GNU Emacs. Someone reading the > documentation to figure out why GNU Emacs doesn't work isn't going to > know that they are supposed to look at the documentation for this option. I agree that this is not among the first files, someone with the problem is going to read. > I suggest putting the info someplace else, such as in the 3.3 release notes. > http://gcc.gnu.org/gcc-3.3/changes.html > Or maybe on the known bugs page. > http://gcc.gnu.org/bugs.html#known I think the former may be good enough. Now I am wondering if the message is reaching people who has the authority to modify the changes.html. -- int main(void){int j=2003;/*(c)2003 cishikawa. */ char t[] =" @abcdefghijklmnopqrstuvwxyz.,\n\""; char *i ="g>qtCIuqivb,gCwe\np@.ietCIuqi\"tqkvv is>dnamz"; while(*i)((j+=strchr(t,*i++)-(int)t),(j%=sizeof t-1), (putchar(t[j])));return 0;}/* under GPL */