all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Chong Yidong <cyd@stupidchicken.com>
To: Elias Pipping <pipping.elias@googlemail.com>
Cc: Vladimir Lomov <lomov.vl@gmail.com>, Eli Zaretskii <eliz@gnu.org>,
	wahjava.ml@gmail.com, emacs-devel@gnu.org
Subject: Re: Emacs 23.1.96 (git HEAD) crashing at startup.
Date: Sun, 02 May 2010 19:41:23 -0400	[thread overview]
Message-ID: <87hbmplvmk.fsf@stupidchicken.com> (raw)
In-Reply-To: <w2m5bd988b41005021505g3a7f04bfr11467292824f4a0e@mail.gmail.com> (Elias Pipping's message of "Mon, 3 May 2010 00:05:36 +0200")

Elias Pipping <pipping.elias@googlemail.com> writes:

> Could you make the check and the error message a bit more precise? For
> example, CFLAGS="-O2 -fno-optimize-sibling-calls" should get through
> (CFLAGS="-O1 -foptimize-sibling-calls" should not, but that can
> probably be ignored). It'd also be nice if either the error message or
> the comments in configure.in referred to this bug.

Sure.  Could you test this updated patch?


*** configure.in	2010-04-20 01:29:37 +0000
--- configure.in	2010-05-02 23:38:03 +0000
***************
*** 2600,2605 ****
--- 2600,2613 ----
  CFLAGS="$REAL_CFLAGS"
  CPPFLAGS="$REAL_CPPFLAGS"
  
+ ## Hack to detect a buggy GCC version.
+ if test "x$GCC" = xyes \
+    && test x"`$CC --version 2> /dev/null | grep 'gcc.* 4.5.0'`" != x \
+    && test x"`echo $CFLAGS | grep '\-O[23]'`" != x \
+    && test x"`echo $CFLAGS | grep '\-fno-optimize-sibling-calls'`" = x; then
+    AC_MSG_ERROR([GCC 4.5.0 has problems compiling Emacs; see etc/PROBLEMS'.])
+ fi
+ 
  #### Find out which version of Emacs this is.
  [version=`grep 'defconst[	 ]*emacs-version' ${srcdir}/lisp/version.el \
  	 | sed -e 's/^[^"]*"\([^"]*\)".*$/\1/'`]

*** configure	2010-04-20 01:29:37 +0000
--- configure	2010-05-02 23:38:37 +0000
***************
*** 25559,25564 ****
--- 25559,25574 ----
  CFLAGS="$REAL_CFLAGS"
  CPPFLAGS="$REAL_CPPFLAGS"
  
+ ## Hack to detect a buggy GCC version.
+ if test "x$GCC" = xyes \
+    && test x"`$CC --version 2> /dev/null | grep 'gcc.* 4.5.0'`" != x \
+    && test x"`echo $CFLAGS | grep '\-O23'`" != x \
+    && test x"`echo $CFLAGS | grep '\-fno-optimize-sibling-calls'`" = x; then
+    { { $as_echo "$as_me:$LINENO: error: GCC 4.5.0 has problems compiling Emacs; see etc/PROBLEMS'." >&5
+ $as_echo "$as_me: error: GCC 4.5.0 has problems compiling Emacs; see etc/PROBLEMS'." >&2;}
+    { (exit 1); exit 1; }; }
+ fi
+ 
  #### Find out which version of Emacs this is.
  version=`grep 'defconst[	 ]*emacs-version' ${srcdir}/lisp/version.el \
  	 | sed -e 's/^[^"]*"\([^"]*\)".*$/\1/'`




  reply	other threads:[~2010-05-02 23:41 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-02  0:04 Emacs 23.1.96 (git HEAD) crashing at startup Ashish SHUKLA
2010-05-02  3:12 ` Eli Zaretskii
2010-05-02  5:03   ` Ashish SHUKLA
2010-05-02 14:35     ` Chong Yidong
2010-05-02 17:29       ` Eli Zaretskii
2010-05-02 18:46         ` Chong Yidong
2010-05-02 18:55           ` Ashish SHUKLA
2010-05-02 22:05           ` Elias Pipping
2010-05-02 23:41             ` Chong Yidong [this message]
2010-05-02 23:55               ` Elias Pipping
2010-05-03  1:21               ` Miles Bader
2010-05-03  1:23               ` Miles Bader
2010-05-03  1:30               ` Ashish SHUKLA
2010-05-10  3:41               ` bug#6039: " Vladimir Lomov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87hbmplvmk.fsf@stupidchicken.com \
    --to=cyd@stupidchicken.com \
    --cc=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=lomov.vl@gmail.com \
    --cc=pipping.elias@googlemail.com \
    --cc=wahjava.ml@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.