emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: emacs-current bootstrap fail on FreeBSD 6.2


From: Stefan Monnier
Subject: Re: emacs-current bootstrap fail on FreeBSD 6.2
Date: Fri, 13 Oct 2006 16:21:30 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

>  Chong Yidong <address@hidden>  wrote:
>> Does bootstrap fail with the following CFLAGS?
>> 
> succeed with CFLAGS="-g"
> succeed with CFLAGS="-g -DUSE_LISP_UNION_TYPE"
> fail    with CFLAGS="-g -O2"

> gcc optimization problem?

While compiler bugs are always a possibility, C has "unspecified" so many
parts of its behavior, that many bugs in your programs can stay hidden until
some compiler's optimization bumps into them.
So it's actually more probable that it's a bug in our code, which happens to
be uncovered by one of the -O2 optimizations.


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]