| delorie.com/archives/browse.cgi | search |
| X-Spam-Check-By: | sourceware.org |
| Message-ID: | <21733192.1187555039324.JavaMail.root@elwamui-royal.atl.sa.earthlink.net> |
| Date: | Sun, 19 Aug 2007 16:23:58 -0400 (GMT-04:00) |
| From: | g6522c AT earthlink DOT net |
| Reply-To: | rkies AT cpan DOT org |
| To: | cygwin AT cygwin DOT com |
| Subject: | Line info causes GCC to bomb? |
| Mime-Version: | 1.0 |
| X-Mailer: | EarthLink Zoo Mail 1.0 |
| X-ELNK-Trace: | 0b901cbc512a9d8594f5150ab1c16ac0c864d17e3813b99a8daeb7623bd205e5e80306d120370072350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
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 AT lists DOT sourceforge DOT net
----------------------------------------------------------------------------
----------------------------------------------------------------------------
Ctalk Project Home Page: http://ctalk-lang.sourceforge.net
Mailing List: ctalk-lang-announce AT lists DOT sourceforge DOT 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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |