﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
222	Instantiating QApplication modifies floating point control word.	rudi		"The following code:

{{{
int main(int argc, char *arg[])
{
  qDebug(""FCW: %04x"", _control87(0, 0) );

  QApplication  a(argc, argv);

  qDebug(""FCW: %04x"", _control87(0, 0) );

  ...
}

}}}

produces:

{{{
FCW: 037f
FCW: 0367
}}}


I.O.W., it enables floating point overflow and underflow exceptions. I don't think that this should happen.

"	defect	closed	major	Qt 4.7	QtGui		high	fixed		
