unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Compilation fails with GC_MARK_STACK == GC_USE_GCPROS_AS_BEFORE
@ 2011-10-11  8:40 Dmitry Antipov
  2011-10-11 17:40 ` Andreas Schwab
  0 siblings, 1 reply; 2+ messages in thread
From: Dmitry Antipov @ 2011-10-11  8:40 UTC (permalink / raw)
  To: emacs-devel

After changing GC_MARK_STACK to GC_USE_GCPROS_AS_BEFORE in src/s/gnu-linux.h,
compilation fails with a lot of errors looks like the following:

frame.c: In function ‘make_frame_without_minibuffer’:
frame.c:437:1: error: pasting "gcpro" and "1.next" does not give a valid preprocessing token
frame.c:437:1: error: invalid suffix "next" on floating constant
frame.c:437:1: error: ‘gcpro’ undeclared (first use in this function)
frame.c:437:1: note: each undeclared identifier is reported only once for each function it appears in
frame.c:437:11: error: expected ‘;’ before numeric constant
frame.c:437:1: error: pasting "gcpro" and "1.var" does not give a valid preprocessing token
frame.c:437:1: error: invalid suffix "var" on floating constant
frame.c:437:11: error: expected ‘;’ before numeric constant
frame.c:437:1: error: pasting "gcpro" and "1.nvars" does not give a valid preprocessing token
frame.c:437:1: error: invalid suffix "nvars" on floating constant
frame.c:437:11: error: expected ‘;’ before numeric constant

Fedora 15, gcc 4.6.1.

Is GC_USE_GCPROS_AS_BEFORE broken on the systems where GC_MAKE_GCPROS_NOOPS is supported?

Dmitry




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Compilation fails with GC_MARK_STACK == GC_USE_GCPROS_AS_BEFORE
  2011-10-11  8:40 Compilation fails with GC_MARK_STACK == GC_USE_GCPROS_AS_BEFORE Dmitry Antipov
@ 2011-10-11 17:40 ` Andreas Schwab
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas Schwab @ 2011-10-11 17:40 UTC (permalink / raw)
  To: Dmitry Antipov; +Cc: emacs-devel

Should be fixed now.

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-10-11 17:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-11  8:40 Compilation fails with GC_MARK_STACK == GC_USE_GCPROS_AS_BEFORE Dmitry Antipov
2011-10-11 17:40 ` Andreas Schwab

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).