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 Message-ID: <02e401c1ca5c$317b9830$d700a8c0@mchasecompaq> From: "Michael A Chase" To: "Alex Song" , References: <000101c1ca3d$e73301a0$1501010a AT alexs> Subject: Re: gcc bug, cygwin specific cygwin-1.3.10-1 gcc-2.95.3-5 Date: Tue, 12 Mar 2002 21:57:33 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 'end' is not a reserved word, it's a global variable name. In other environments, overwriting it may not cause an immediate disaster, but probably will eventually. -- Mac :}) ** I normally forward private questions to the appropriate mail list. ** Ask Smarter: http://www.tuxedo.org/~esr/faqs/smart-questions.html Give a hobbit a fish and he eats fish for a day. Give a hobbit a ring and he eats fish for an age. ----- Original Message ----- From: "Alex Song" To: Sent: Tuesday, March 12, 2002 19:19 Subject: RE: gcc bug, cygwin specific cygwin-1.3.10-1 gcc-2.95.3-5 > > >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. > > is this reserved word cygwin specific ? or is it a reserved word for all gcc ? -- 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/