------- Comment #9 from g dot delaportas at gmail dot com  2006-02-22 20:53 
-------
(In reply to comment #7)
> (In reply to comment #6)
> > TEST CASE
> I mean some source code.
> 

Oh the source code is rather simple

float Val1,Val2,Val3;
Val1=1583.5;
Val2=583.4;
Val3=Val2-Val1;

printf("Value:%f\n",Val3);


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26428

Reply via email to