-C and skip_if_group()
Tim Hollebeek
tim@cage.Princeton.EDU
Mon Oct 6 10:46:00 GMT 1997
I want to get people's opinions of whether this is a bug or not, since
it isn't the sort of thing that is covered by ANSI C, and while I
consider it a bug, other people might not. I'd like to hear those
arguments first before attempting to fix it.
-----------------------------------
% cat bug.c
#if 0
/* Comments should be retained with -C */
#endif
% gcc -E -C bug.c
# 1 "bug.c"
-----------------------------------
---------------------------------------------------------------------------
Tim Hollebeek | "Everything above is a true
email: tim@wfn-shop.princeton.edu | statement, for sufficiently
URL: http://wfn-shop.princeton.edu/~tim | false values of true."
More information about the Gcc-bugs
mailing list