From: combee AT cambridge DOT scr DOT slb DOT com (Leendert Combee) Message-Id: <199706292344.AAA05194@tartan.scr.slb.com> Subject: gcc crashes... To: djgpp AT delorie DOT com Date: Mon, 30 Jun 1997 00:44:18 +0100 (BST) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk I have this source file that I try to compile. I have no problem under gcc/unix but with djgpp *and* optimisations (i.e., -O and higher) cc1 crashes with a segmentation fault. If I omit -O (etc), my code compiles. Is this something that indeed can happen or could it point to a bug? In that case I guess I need to run simify right after gcc crashes so I can tell exactly where the sigsegv happens? BTW, I guess it could also point to a weird bug in the code I try to compile? Leendert Combee