From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: Emacs 23.4 released Date: Sun, 29 Jan 2012 22:37:12 +0100 Message-ID: References: <87pqe3ivaa.fsf@gnu.org> <4F25878B.3090800@gmail.com> <837h0aqs0u.fsf@gnu.org> <4F2592EC.6030108@gmail.com> <4F259897.1020602@gmail.com> <83d3a2s4l7.fsf@gnu.org> <4F25B8E3.3080800@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1327873084 22554 80.91.229.3 (29 Jan 2012 21:38:04 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 29 Jan 2012 21:38:04 +0000 (UTC) Cc: Eli Zaretskii , Chong Yidong , emacs-devel@gnu.org To: Christoph Scholtes Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 29 22:38:03 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RrcRj-0002YR-RG for ged-emacs-devel@m.gmane.org; Sun, 29 Jan 2012 22:37:59 +0100 Original-Received: from localhost ([::1]:57245 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RrcRj-0003zd-3l for ged-emacs-devel@m.gmane.org; Sun, 29 Jan 2012 16:37:59 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:43757) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RrcRg-0003zQ-3E for emacs-devel@gnu.org; Sun, 29 Jan 2012 16:37:56 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RrcRf-0005wm-66 for emacs-devel@gnu.org; Sun, 29 Jan 2012 16:37:56 -0500 Original-Received: from mail-pw0-f41.google.com ([209.85.160.41]:42691) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RrcRd-0005vc-KI; Sun, 29 Jan 2012 16:37:53 -0500 Original-Received: by pbaa12 with SMTP id a12so3477564pba.0 for ; Sun, 29 Jan 2012 13:37:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=K1TUMpxZE76Qbvl9gmZQq+WmyEmKqjumpwUZSltZzh8=; b=i6xBjmFpvGYVE7Oq5ts8AVtlP/wP3anYKHfh8xDuL+JwcpgKX1SQ8GrYaUMfxRPqqw 1O6IkyYY3cvMSKblsmUQgQd8eUEzcyjGtNESqH1ZG80rXson0AAkVS44CRelN4d/x+Mb 88Sc5WPGxu3V9k46TEew1McSxVUTJ2yOz8gNo= Original-Received: by 10.68.75.135 with SMTP id c7mr35777422pbw.43.1327873072201; Sun, 29 Jan 2012 13:37:52 -0800 (PST) Original-Received: by 10.143.37.9 with HTTP; Sun, 29 Jan 2012 13:37:12 -0800 (PST) In-Reply-To: <4F25B8E3.3080800@gmail.com> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.160.41 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:148023 Archived-At: On Sun, Jan 29, 2012 at 22:23, Christoph Scholtes wrote: > Confirmed. gcc 4.5.2 builds the 23.4 release fine. Builds with gcc 4.6.1 > crash with optimizations enabled. > > I will build the release with gcc 4.5.2 then. I also will verify that the > problem persists in the trunk build with gcc 4.6.1 and switch to 4.5.2 fo= r > the weekly builds also. I will add a note to INSTALL in the trunk, if > applicable. In the past, I've had assorted random crashes building with 4.5.X and 4.6.1; sometimes optimized builds, sometimes not. I've been using 4.6.2 for a while now and so far it works beautifully. =C2=A0 =C2=A0 Juanma