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/23519] Dividing fixed point number by zero returns zero.


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-08-22 20:27 -------
This is a true front-end bug as on PPC divide by zero (in an instruction) does not raise an exception so 
there needs to be an extra check which should have been added by the front-end.

Confirmed on the mainline as of 20050705.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   GCC host triplet|powerpc-apple-darwin7.9.0   |
 GCC target triplet|powerpc-apple-darwin7.9.0   |powerpc-*-*
   Last reconfirmed|0000-00-00 00:00:00         |2005-08-22 20:27:37
               date|                            |


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


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