This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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



------- Comment #3 from dewi dot daniels at silver-software dot com  2007-05-02 15:48 -------
Subject: RE:  Sign ignored on fixed point multiplication

Yes, that output looks correct to me :)

> -----Original Message-----
> From: charlet at gcc dot gnu dot org 
> [mailto:gcc-bugzilla@gcc.gnu.org] 
> Sent: 02 May 2007 13:21
> To: dewi.daniels@silver-software.com
> 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 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                     |Added
> --------------------------------------------------------------
> --------------
>              Status|NEW                         |RESOLVED
>          Resolution|                            |FIXED
>    Target Milestone|---                         |4.3.0
> 
> 
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29462
> 
> ------- You are receiving this mail because: -------
> You reported the bug, or are watching the reporter.
> 


-- 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]