Line info causes GCC to bomb?

g6522c@earthlink.net g6522c@earthlink.net
Sun Aug 19 20:56:00 GMT 2007


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:  ctalk-lang-announce@lists.sourceforge.net
----------------------------------------------------------------------------


----------------------------------------------------------------------------
Ctalk Project Home Page: http://ctalk-lang.sourceforge.net
Mailing List:  ctalk-lang-announce@lists.sourceforge.net
----------------------------------------------------------------------------

--
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/



More information about the Cygwin mailing list