> The function still exists in the source. Can you investigate > why it does not exist in your binary? I can only guess > it was inlined and optimized out of existence. But that's > supposed to be prevented by NO_INLINE which should expand to > __attribute__((noinline)). > > static void NO_INLINE > x_error_quitter (display, error)
Yeah, I'm it's supposed to not get inlined, but I think it does anyways. Atleast that's what I can see from looking at both asm files. They are here: Can you verify that __attribute__((noinline)) is truly present in the CPP output? If so, this seems to be a GCC bug. Are you using the latest GCC? If not, please try it. If yes, please report the GCC bug. _______________________________________________ Emacs-pretest-bug mailing list Emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug