From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: hyperdivision@sleepynyago.dyndns.org (Hyperdivision) Newsgroups: gmane.lisp.guile.bugs Subject: Re: compiletime error Date: Sun, 30 May 2004 12:27:12 -0500 Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Message-ID: <40BA1970.mailVL1MY4AM@localhost> References: <40AFD196.mailJMW11X5JQ@localhost> <40B99220.20005@dirk-herrmanns-seiten.de> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1085959634 5477 80.91.224.253 (30 May 2004 23:27:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 30 May 2004 23:27:14 +0000 (UTC) Cc: bug-guile@gnu.org Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Mon May 31 01:27:06 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BUZhq-0006d1-00 for ; Mon, 31 May 2004 01:27:06 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BUZi0-0000QF-6c for guile-bugs@m.gmane.org; Sun, 30 May 2004 19:27:16 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BUZhw-0000Od-Jr for bug-guile@gnu.org; Sun, 30 May 2004 19:27:12 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BUZhv-0000NB-NO for bug-guile@gnu.org; Sun, 30 May 2004 19:27:11 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BUZhv-0000Mh-3k for bug-guile@gnu.org; Sun, 30 May 2004 19:27:11 -0400 Original-Received: from [12.205.148.18] (helo=sleepynyago.dyndns.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BUZhd-0005B4-Qw for bug-guile@gnu.org; Sun, 30 May 2004 19:26:54 -0400 Original-Received: by sleepynyago.dyndns.org (Postfix, from userid 2310) id 79F6D7B47; Sun, 30 May 2004 12:27:12 -0500 (CDT) Original-To: hyperdivision@sleepynyago.dyndns.org, dirk@dirk-herrmanns-seiten.de In-Reply-To: <40B99220.20005@dirk-herrmanns-seiten.de> User-Agent: nail 10.7 3/19/04 X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.bugs:1460 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.bugs:1460 > From dirk@dirk-herrmanns-seiten.de Sat May 29 20:23:24 2004 > Return-Path: > X-Original-To: hyperdivision@sleepynyago.dyndns.org > Delivered-To: hyperdivision@sleepynyago.dyndns.org > Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.189]) > by sleepynyago.dyndns.org (Postfix) with ESMTP id 866AD7B38 > for ; Sat, 29 May 2004 20:23:24 -0500 (CDT) > Received: from [212.227.126.155] (helo=mrelayng.kundenserver.de) > by moutng.kundenserver.de with esmtp (Exim 3.35 #1) > id 1BUKew-0002Zj-00; Sun, 30 May 2004 09:23:06 +0200 > Received: from [80.131.40.76] (helo=dirk-herrmanns-seiten.de) > by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) > id 1BUKev-0001Eb-00; Sun, 30 May 2004 09:23:06 +0200 > Message-ID: <40B99220.20005@dirk-herrmanns-seiten.de> > Date: Sun, 30 May 2004 09:49:52 +0200 > From: Dirk Herrmann > User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.2) Gecko/20040220 > X-Accept-Language: de, en > MIME-Version: 1.0 > To: Hyperdivision > Cc: bug-guile@gnu.org > Subject: Re: compiletime error > References: <40AFD196.mailJMW11X5JQ@localhost> > In-Reply-To: <40AFD196.mailJMW11X5JQ@localhost> > X-Enigmail-Version: 0.76.8.0 > X-Enigmail-Supports: pgp-inline, pgp-mime > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > Content-Transfer-Encoding: 7bit > X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:494e3e4d1bf8dc247959c49e6f1f4215 > Status: R > > Hyperdivision wrote: > > >guile/guile-core/libguile/rdelim.c:204 slen may be uninitialized > >(slen=0 ?) > > > > > slen is not uninitialized: It is always initialised by the call > > scm_do_read_line (port, &slen); > > which is called unconditionally. I am not sure whether it would be a good > idea to add an additional (useless) initialisation to slen, since this would > seem like the value was of any importance when scm_do_read_line is > called. > > With which compiler and compiler settings did you get a compiler error? > > Best regards > Dirk > > gcc-cvs (a couple weeks old) guile will not compile as is, i need to initialize slen with something. ~hyper. _______________________________________________ Bug-guile mailing list Bug-guile@gnu.org http://lists.gnu.org/mailman/listinfo/bug-guile