This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: optimization/10232: else clause is executed gratuitously
- From: Peter van Hoof <p dot van-hoof at qub dot ac dot uk>
- To: geoffk at gcc dot gnu dot org, gcc-bugs at gcc dot gnu dot org, nobody at gcc dot gnu dot org, gcc-gnats at gcc dot gnu dot org
- Date: Thu, 27 Mar 2003 02:12:04 +0000
- Subject: Re: optimization/10232: else clause is executed gratuitously
- Organization: Queen's University of Belfast
- References: <20030327005924.2179.qmail@sources.redhat.com>
geoffk at gcc dot gnu dot org wrote:
Works as designed in 3.3. -ffast-math in 3.3 includes -fno-trapping-math,
Agreed. However, in 3.2.2 the exception is triggered *without* specifying
-ffast-math, and is therefore in my view a bug. Shouldn't this be fixed in 3.2.3?