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: "Michael A Chase" , Subject: RE: gcc bug, cygwin specific cygwin-1.3.10-1 gcc-2.95.3-5 Date: Wed, 13 Mar 2002 17:14:20 +1000 Message-ID: <000301c1ca5e$b234b5e0$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 In-Reply-To: <02e401c1ca5c$317b9830$d700a8c0@mchasecompaq> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 hi, is end being a global variable specific to the C language (which i doubt) ? to gcc ? to cygwin ? to windows ? or is it ALWAYS the case ? thank you very much for your help. 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 > -----Original Message----- > From: Michael A Chase [mailto:mchase AT ix DOT netcom DOT com] > Sent: Wednesday, 13 March 2002 3:58 PM > To: Alex Song; cygwin AT cygwin DOT com > Subject: Re: gcc bug, cygwin specific cygwin-1.3.10-1 gcc-2.95.3-5 > > > '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/