From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14270 invoked by alias); 28 Feb 2008 07:10:32 -0000 Received: (qmail 13899 invoked by alias); 28 Feb 2008 07:09:45 -0000 Date: Thu, 28 Feb 2008 07:10:00 -0000 Message-ID: <20080228070945.13897.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libfortran/24685] real(16) formatted input is broken for huge values (gfortran.dg/default_format_2.f90) In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "uros 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: 2008-02/txt/msg02897.txt.bz2 ------- Comment #32 from uros at gcc dot gnu dot org 2008-02-28 07:09 ------- Subject: Bug 24685 Author: uros Date: Thu Feb 28 07:08:51 2008 New Revision: 132737 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132737 Log: PR target/25477 * gcc/config/darwin-protos.h: Add darwin_patch_builtins prototype. * gcc/config/darwin-ppc-ldouble-patch.def: New file. * gcc/config/rs6000/darwin.h (SUBTARGET_INIT_BUILTINS): New macro. * gcc/config/rs6000/rs6000.c (rs6000_init_builtins): Call SUBTARGET_INIT_BUILTINS if defined. * gcc/config/darwin.c (darwin_patch_builtin, darwin_patch_builtins): New functions. fortran/ChangeLog: PR target/25477 * trans-expr.c (gfc_conv_power_op): Use BUILT_IN_CPOW{F,,L}. * f95-lang.c (gfc_init_builtin_functions): Define BUILT_IN_CPOW{F,,L}. * trans.h (gfor_fndecl_math_cpow, gfor_fndecl_math_cpowf, gfor_fndecl_math_cpowl10, gfor_fndecl_math_cpowl16): Remove. * trans-decl.c: Likewise. testsuite/ChangeLog: PR libfortran/24685 * gfortran.dg/large_real_kind_form_io_2.f90: XFAIL on powerpc*-apple-darwin*. * gfortran.dg/large_real_kind_2.F90: Split testing of ERF and ERFC into gfortran.dg/large_real_kind_3.F90. * gfortran.dg/large_real_kind_3.F90: New test. Added: branches/gcc-4_3-branch/gcc/config/darwin-ppc-ldouble-patch.def branches/gcc-4_3-branch/gcc/testsuite/gfortran.dg/large_real_kind_3.F90 Modified: branches/gcc-4_3-branch/gcc/ChangeLog branches/gcc-4_3-branch/gcc/config/darwin-protos.h branches/gcc-4_3-branch/gcc/config/darwin.c branches/gcc-4_3-branch/gcc/config/rs6000/darwin.h branches/gcc-4_3-branch/gcc/config/rs6000/rs6000.c branches/gcc-4_3-branch/gcc/fortran/ChangeLog branches/gcc-4_3-branch/gcc/fortran/f95-lang.c branches/gcc-4_3-branch/gcc/fortran/trans-decl.c branches/gcc-4_3-branch/gcc/fortran/trans-expr.c branches/gcc-4_3-branch/gcc/fortran/trans.h branches/gcc-4_3-branch/gcc/testsuite/ChangeLog branches/gcc-4_3-branch/gcc/testsuite/gfortran.dg/large_real_kind_2.F90 branches/gcc-4_3-branch/gcc/testsuite/gfortran.dg/large_real_kind_form_io_2.f90 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24685