From: "Alexei A. Frounze" Newsgroups: comp.os.msdos.djgpp Subject: Re: THE -O2 PROBLEM - PART II Date: Mon, 17 Apr 2000 01:25:22 +0400 Organization: MTU-Intel ISP Lines: 14 Message-ID: <38FA2FC2.F396501E@mtu-net.ru> References: NNTP-Posting-Host: ppp105-19.dialup.mtu-net.ru Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit X-Trace: gavrilo.mtu.ru 955920349 58062 212.188.105.19 (16 Apr 2000 21:25:49 GMT) X-Complaints-To: usenet-abuse AT mtu DOT ru NNTP-Posting-Date: 16 Apr 2000 21:25:49 GMT X-Mailer: Mozilla 4.72 [en] (Win95; I) X-Accept-Language: en,ru To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Thanks for the hint. I've read a C book quite long ago, so I simply forgot of the volatile. :) It works now fine. thanks. Alexei A. Frounze ----------------------------------------- Homepage: http://alexfru.chat.ru Mirror: http://members.xoom.com/alexfru Eli Zaretskii wrote: > Did you try to use `volatile'? Did it work? If not, why not?