Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com From: "Alex Song" To: Subject: Re: gcc bug, cygwin specific cygwin-1.3.10-1 gcc-2.95.3-5 Date: Wed, 13 Mar 2002 10:14:14 +1000 Message-ID: <000901c1ca24$022cfa20$1501010a@alexs> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 >>hi, >> >>i think i have found a bug, either that or i am very stupid. the bug is a >>gcc bug and it is cygwin specific (cygwin-1.3.10-1 gcc-2.95.3-5) and the >>following code causes a seg fault: >>------------------------------------------- >>int end; >> >>int main () >>{ >> end = 1; >> >> return 0; >>} >>-------------------------------------------- > >The global 'end' is a reserved word. It refers to the end of the data >area. That means you can't use it as a global variable in your program. reserved for what ? for gcc ? i didn't think end was a reserved word for the C language and i didn't think it is a reserved word for gcc either as it would compile and execute with gcc under non-cygwin (linux) environment. could someone clarify this ? cheers, alex -------------------------------------------------------------------------------- Alex Song DESIGN ENGINEER EDMI Product Development Division alexs AT pdd DOT edmi DOT com DOT au Ph : +61 7 3881 6443 FAX : +61 7 3881 6420 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/