Date: Fri, 21 Jul 1995 23:51:49 -0400 From: dj (DJ Delorie) To: max AT alcyone DOT darkside DOT com Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: Strange crashes in g++ > If I'm compiling a C++ program with gcc (in DJGPP 1.12), and if I'm > getting a lot of errors, oftentimes I'll see a crash within g++. When > the crash occurs (if it does), it usually appears to be a segmentation > fault. Common bug in gcc 2.6.3. The C++ parser doesn't handle certain error conditions correctly, and crashes.