From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23327 invoked by alias); 27 Nov 2006 11:52:46 -0000 Received: (qmail 23226 invoked by uid 48); 27 Nov 2006 11:52:36 -0000 Date: Mon, 27 Nov 2006 11:52:00 -0000 Message-ID: <20061127115236.23225.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/25620] Missed optimization with power In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "rguenth at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2006-11/txt/msg02339.txt.bz2 ------- Comment #15 from rguenth at gcc dot gnu dot org 2006-11-27 11:52 ------- Fixed (partly) on the mainline. We can now expand pow (x, n/2) and pow (x, n/3) properly using sqrt and/or cbrt, but cbrt is not available from the fortran frontend (it misses to define __builtin_cbrt). -- rguenth at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|rguenth at gcc dot gnu dot |unassigned at gcc dot gnu |org |dot org Status|ASSIGNED |NEW Component|middle-end |fortran http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25620