------- Comment #64 from uros at gcc dot gnu dot org 2008-02-28 07:09 ------- Subject: Bug 25477
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=25477