This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

-C and skip_if_group()


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]