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

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

Re: gdb emacs reporting 'Function "x_error_quitter" not defined'


From: Richard Stallman
Subject: Re: gdb emacs reporting 'Function "x_error_quitter" not defined'
Date: Thu, 27 Jan 2005 17:18:58 -0500

    The code produced by GCC under -O0 is totally unoptimized: e.g., it
    reloads registers even if the required value is already there, doesn't
    remove loop-invariant code out of the loops, etc.  It's really very
    different.

Those differences should not affect the meaning of correct C code.
Indeed, we use some constructs that are not entirely defined, according
to standard C.  However, given the optimizations GCC actually does,
they rarely change meaning when we enable or disable optimization.
Practically speaking, this issue is not large enough for attention.




reply via email to

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