Organization: Date: Wed, 28 May 1997 11:05:13 +0300 (EET DST) From: KOMODakis Nikolaos To: djgpp AT delorie DOT com Cc: KOMODakis Nikolaos Subject: djgpp bug Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk I have accidentally found the following bug in djgpp: If you declare the same global (not static) variable in two different C files, the compiler doesn't tell you anything (not even a warning). However, it allocates the same space for the two definitions. I guess that this is a problem of the COFF format (that djgpp uses) and the way this format handles global variables. ... Nick ...