Message-ID: <000401be0c83$4ab6dde0$97afccc2@d9a9a4> From: "Daniel Mironowicz" To: "DJGPP" Subject: Bug in gcc ? Date: Tue, 10 Nov 1998 00:03:27 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Reply-To: djgpp AT delorie DOT com Hi, Here's what i've found: #include int main(void) { int ptr[10]; int p = ptr[1], // check out the ending of this line getch(); // if you remove this line gcc displays error msg } i use gcc 2.8.1 Bye danielm9 AT polbox DOT com