From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3254 invoked by alias); 22 Aug 2005 20:31:29 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 759 invoked by uid 48); 22 Aug 2005 20:27:41 -0000 Date: Mon, 22 Aug 2005 20:36:00 -0000 Message-ID: <20050822202741.717.qmail@sourceware.org> From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050822201829.23519.listor1.rombobeorn@comhem.se> References: <20050822201829.23519.listor1.rombobeorn@comhem.se> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug ada/23519] Dividing fixed point number by zero returns zero. X-Bugzilla-Reason: CC X-SW-Source: 2005-08/txt/msg02576.txt.bz2 List-Id: ------- 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