This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/54656] ICE with software REAL(16) for NORM2


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54656

--- Comment #4 from Francois-Xavier Coudert <fxcoudert at gcc dot gnu.org> ---
Author: fxcoudert
Date: Sun Aug 16 19:47:02 2015
New Revision: 226929

URL: https://gcc.gnu.org/viewcvs?rev=226929&root=gcc&view=rev
Log:
        PR fortran/54656

        * trans-intrinsic.c (gfc_build_intrinsic_lib_fndecls): Add decl
        for quadruple precision BUILT_IN_SQRT.

        * gfortran.dg/norm_4.f90: Rename to...
        * gfortran.dg/norm2_4.f90: this.
        * gfortran.dg/norm2_5.f90: New test.

Added:
    trunk/gcc/testsuite/gfortran.dg/norm2_4.f90
      - copied unchanged from r226894,
trunk/gcc/testsuite/gfortran.dg/norm_4.f90
    trunk/gcc/testsuite/gfortran.dg/norm2_5.f90
Removed:
    trunk/gcc/testsuite/gfortran.dg/norm_4.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/trans-intrinsic.c
    trunk/gcc/testsuite/ChangeLog


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]