[Bug ada/29462] Sign ignored on fixed point multiplication

2007-05-02 Thread dewi dot daniels at silver-software dot com
PROTECTED] > Sent: 02 May 2007 13:21 > To: [EMAIL PROTECTED] > Subject: [Bug ada/29462] Sign ignored on fixed point multiplication > > > > > --- Comment #2 from charlet at gcc dot gnu dot org > 2007-05-02 13:20 --- I get the following on trunk, which > I assum

[Bug ada/29462] Sign ignored on fixed point multiplication

2007-05-02 Thread charlet at gcc dot gnu dot org
--- Comment #2 from charlet at gcc dot gnu dot org 2007-05-02 13:20 --- I get the following on trunk, which I assume is the expected output: $ ./test X = -1.0 Y = -1.0 X * Y = 1.0 T (X) * Y = 1.0 -- charlet at gcc dot gnu dot org changed: What|Removed

[Bug ada/29462] Sign ignored on fixed point multiplication

2006-10-13 Thread laurent at guerby dot net
--- Comment #1 from laurent at guerby dot net 2006-10-13 21:34 --- Confirmed with gcc version 4.2.0 20060922 (experimental) $ gnatmake test $ ./test X = -1.0 Y = -1.0 X * Y = -1.0 T (X) * Y = 1.0 -- laurent at guerby dot net changed: What|Removed