From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Marius Vollmer Newsgroups: gmane.lisp.guile.devel Subject: Re: [Patch] Fix configure test for __libc_stack_end Date: 27 Jul 2003 16:03:11 +0200 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <871xwct6cg.fsf@zagadka.ping.de> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1059314659 8510 80.91.224.249 (27 Jul 2003 14:04:19 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 27 Jul 2003 14:04:19 +0000 (UTC) Cc: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sun Jul 27 16:04:14 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19gm8E-0002Co-00 for ; Sun, 27 Jul 2003 16:04:14 +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 19gm7i-0001Cm-Mq for guile-devel@m.gmane.org; Sun, 27 Jul 2003 10:03:42 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19gm7L-0000hV-7c for guile-devel@gnu.org; Sun, 27 Jul 2003 10:03:19 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19gm7B-00006z-Fq for guile-devel@gnu.org; Sun, 27 Jul 2003 10:03:10 -0400 Original-Received: from mail.dokom.net ([195.253.8.218]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19gm78-0008K3-1u for guile-devel@gnu.org; Sun, 27 Jul 2003 10:03:06 -0400 Original-Received: from dialin.speedway42.dip51.dokom.de ([195.138.42.51] helo=zagadka.ping.de) by mail.dokom.net with smtp (Exim 3.36 #3) id 19gm7y-0003uG-00 for guile-devel@gnu.org; Sun, 27 Jul 2003 16:03:58 +0200 Original-Received: (qmail 30087 invoked by uid 1000); 27 Jul 2003 14:03:11 -0000 Original-To: Matthias Koeppe In-Reply-To: Original-Lines: 15 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Developers list for Guile, the GNU extensibility library List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:2651 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:2651 Matthias Koeppe writes: > The test for `guile_cv_have_libc_stack_end' does not work reliably > because the compiler can optimize away the use of the variable in the > test program. This happened to me on Solaris with the Sun Forte C > compiler. > > Here is a patch. Thanks! Applied with a minor change: Although the program is never run, I still feel nervous about printing the stack end as "%s". I changed that to "%p". -- GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3 331E FAF8 226A D5D4 E405 _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel