To: shaw AT cix DOT compulink DOT co DOT uk Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: GCC 260 Maths Bug Date: Sun, 30 Oct 94 13:53:48 +0200 From: "Eli Zaretskii" > I have just installed GCC 260 on my 486DX266 PC under DOS6.2. This is my > first encounter with this package and I have found a bug immediately. The > code below hangs at the double to int conversion in line 7; it should > generate an overflow error ( or return 0x80000000). Would someone with I also have 486DX266 with DOS 6.2, but your program works for me. It indeed returns 0x80000000, unless compiled with -O, in which case the compiler correctly prints a warning about overflow (under -Wall switch) and the program returns 0x7fffffff. Did you use some other switches while compiling? If not, it might be useful to post your system configuration, because the fact your system hangs might have nothing to do with this specific program.