This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/25620] Missed optimization with power
- From: "kargl at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 13 Jan 2006 19:58:25 -0000
- Subject: [Bug fortran/25620] Missed optimization with power
- References: <bug-25620-6642@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #8 from kargl at gcc dot gnu dot org 2006-01-13 19:58 -------
Technically, all of the transformations noted by Joost are
a violation of the Fortran standard with the possible
exception of the transformation of x**(1./3.) to cbrt(x).
See 7.1.7.2.
--
kargl at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kargl at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25620