This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug ada/8925] Floating point code gives incorrect results
- From: "dannysmith at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 27 Aug 2003 09:46:19 -0000
- Subject: [Bug ada/8925] Floating point code gives incorrect results
- References: <20021213051600.8925.sjs@essex.ac.uk>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8925
------- Additional Comments From dannysmith at gcc dot gnu dot org 2003-08-27 09:46 -------
With gcc version 3.4 20030825 (experimental) on i686-pc-mingw32
(after doing the gnatchop thing successfully and building
rgb_conversion_test.exe)
D:\develop\bugs>rgb_conversion_test
Enter phase: 180
Enter saturation: 1
Enter intensity: 0.5
Converted value: 0 191 191
Danny