From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13220 invoked by alias); 15 Jul 2009 02:37:04 -0000 Received: (qmail 13172 invoked by uid 48); 15 Jul 2009 02:36:53 -0000 Date: Wed, 15 Jul 2009 02:37:00 -0000 Message-ID: <20090715023653.13171.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/33197] Fortran 2008: math functions In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "kargl 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: 2009-07/txt/msg01196.txt.bz2 ------- Comment #27 from kargl at gcc dot gnu dot org 2009-07-15 02:36 ------- (In reply to comment #26) > Patch: http://gcc.gnu.org/ml/gcc-patches/2009-07/msg00739.html > - MPC compile-time evaluation of complex tan and sinh/cosh/tanh > - Run-time complex a(sin,cos,tan)(h) with C99 fallback (for finite values only) > > TODO: > - Check-in the patch above If no one else gets to a review by the weekend, I try to get one done. In a quick scan of the patch, I note that the mpfr versions of the simplifications weren't in the patch. I'll do those later. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33197