From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13392 invoked by alias); 26 Jun 2002 19:58:00 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 13344 invoked by uid 61); 26 Jun 2002 19:57:58 -0000 Date: Wed, 26 Jun 2002 13:26:00 -0000 Message-ID: <20020626195758.13343.qmail@sources.redhat.com> To: gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, matt@pilot.local, nobody@gcc.gnu.org, toon@gcc.gnu.org From: toon@gcc.gnu.org Reply-To: toon@gcc.gnu.org, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, matt@pilot.local, nobody@gcc.gnu.org, toon@gcc.gnu.org, gcc-gnats@gcc.gnu.org Subject: Re: bootstrap/7132: IEEE_COMPLEX_DIVIDE defined on VAX target X-SW-Source: 2002-06/txt/msg00636.txt.bz2 List-Id: Synopsis: IEEE_COMPLEX_DIVIDE defined on VAX target Responsible-Changed-From-To: unassigned->toon Responsible-Changed-By: toon Responsible-Changed-When: Wed Jun 26 12:57:57 2002 Responsible-Changed-Why: Fortran Maintainer State-Changed-From-To: open->feedback State-Changed-By: toon State-Changed-When: Wed Jun 26 12:57:57 2002 State-Changed-Why: IEEE_COMPLEX_DIVIDE causes the COMPLEX and DOUBLE COMPLEX divide routines in libf2c to honor the *hardware* treatment of x/0.0 with x != 0.0. This is the obvious choice when running on IEEE-754 compliant hardware, but might be a good choice on VAX too. Please advice. Note that complex division is generally expanded inline by the Fortran front-end, unless -Os is given as a command line option. http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=7132