Xref: news-dnh.mv.net comp.os.msdos.djgpp:1453 Path: news-dnh.mv.net!mv!news.sprintlink.net!simtel!harbinger.cc.monash.edu.au!news.cs.su.oz.au!metro!unsw.edu.au!usenet From: Tim Hesketh Newsgroups: comp.os.msdos.djgpp Subject: Re: Trapping timer interrupts in V2 Date: 9 Aug 1995 22:26:10 GMT Organization: University of New South Wales Lines: 10 References: <3vp2bq$qf AT mirv DOT unsw DOT edu DOT au> Nntp-Posting-Host: timh.ee.unsw.edu.au To: djgpp AT sun DOT soe DOT clarkson DOT edu Dj-Gateway: from newsgroup comp.os.msdos.djgpp Tim Hesketh wrote: > > Is there some reason why we should not trap timer interrupts with > V2? > The simple timer interrupt code (lifted from examples in the 1.12m4 release) works perfectly when compiled without optimisation, but fails with the -O2 switch under V2. I've just discovered this by chance. Tim Hesketh