public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Preprocessor woes
@ 2001-01-05 13:34 Mark Kettenis
  2001-01-05 13:46 ` Neil Booth
  0 siblings, 1 reply; 6+ messages in thread
From: Mark Kettenis @ 2001-01-05 13:34 UTC (permalink / raw)
  To: libc-hacker; +Cc: gcc

When compiling glibc for the Hurd, during generation of the .map
files, I get the following error messages:

   :1163: parse error
   :1169: parse error
   :1258: parse error
   :1267: parse error
   :1295: parse error
   :1303: parse error
   :1342: parse error

The line numbers are exactly the lines where constructs like

   #if SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_1)

occur.  Since the SHLIB_COMPAT macro uses the ISO C ## concatenation
operator, -traditional messes things up.  Is there any chance at
convincing the GCC folks to provide a preprocessor that's backwards
compatible with cccp?

Mark

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

end of thread, other threads:[~2001-01-05 16:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-01-05 13:34 Preprocessor woes Mark Kettenis
2001-01-05 13:46 ` Neil Booth
2001-01-05 14:41   ` Zack Weinberg
2001-01-05 15:39     ` Mark Kettenis
2001-01-05 16:11       ` Richard Henderson
2001-01-05 16:56       ` Joe Buck

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).