I haven't seen this problem anywhere in the list archive, so here it is. This preprocessed input causes GCC (3.4.4) to segfault....
# 1 "test.c" 1 int main () { return 0; } ... and this doesn't: # 1 "test.c" # 1 "test.c" 1 int main () { return 0; } Am I missing something? Thanks, Robert Kiesling ---------------------------------------------------------------------------- Ctalk Project Home Page: http://ctalk-lang.sourceforge.net Mailing List: [EMAIL PROTECTED] ---------------------------------------------------------------------------- ---------------------------------------------------------------------------- Ctalk Project Home Page: http://ctalk-lang.sourceforge.net Mailing List: [EMAIL PROTECTED] ---------------------------------------------------------------------------- -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/