GNU bug report logs - #8623
23.3.50; (woman "git-remote") crashes

Previous Next

Package: emacs;

Reported by: Sven Joachim <svenjoac <at> gmx.de>

Date: Thu, 5 May 2011 20:10:03 UTC

Severity: normal

Found in version 23.3.50

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #29 received at 8623 <at> debbugs.gnu.org (full text, mbox):

From: Paul Eggert <eggert <at> cs.ucla.edu>
To: Stefan Monnier <monnier <at> iro.umontreal.ca>
Cc: Eli Zaretskii <eliz <at> gnu.org>, Sven Joachim <svenjoac <at> gmx.de>,
	8623 <at> debbugs.gnu.org
Subject: Re: bug#8623: 23.3.50; (woman "git-remote") crashes
Date: Fri, 06 May 2011 07:47:12 -0700
On 05/06/11 07:39, Stefan Monnier wrote:
> So it seems clear that the problem is due to gcc 4.6.0's optimization.
> Maybe rather than try to port that fix, we could tweak the makefiles so
> as to disable that optimization?

That might be worth a try.  Sven, if you compile with -O2 -fno-strict-aliasing,
does that fix things?  And if that doesn't work, does -O2 -fno-strict-aliasing
-fno-strict-overflow do the trick?

If so, we could tweak the Emacs 23 configure.in so that the
default optimization flag is -O2 -fno-strict-aliasing instead of -O2,
when the compiler accepts the -fno-strict-aliasing flag.  That might be
easier than backporting the fix.




This bug report was last modified 14 years and 100 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.