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 libfortran/18791] [4.1 only] CABS specifics declared of wrong type



------- Comment #4 from fxcoudert at gcc dot gnu dot org  2006-10-02 09:37 -------
Subject: Bug 18791

Author: fxcoudert
Date: Mon Oct  2 09:37:09 2006
New Revision: 117369

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=117369
Log:
        PR fortran/18791

        * gfortran.dg/specifics_1.f90: New test.
        * gfortran.fortran-torture/execute/specifics.f90: Add tests for
        complex specifics.

        * m4/specific.m4: Special-case cabs so that its return type is
        real. Special-case conjg so that their suffices are _4, _8, _10 and
        _16 instead of _c4, _c8, _c10 and _c16.
        * intrinsics/f2c_specifics.F90: Special-case conjg functions so
        that their suffices are _4 and _8 instead of _c4 and _c8.
        * generated/_conjg_c4.F90: Regenerate.
        * generated/_conjg_c8.F90: Regenerate.
        * generated/_conjg_c10.F90: Regenerate.
        * generated/_conjg_c16.F90: Regenerate.
        * generated/_abs_c4.F90: Regenerate.
        * generated/_abs_c8.F90: Regenerate.
        * generated/_abs_c10.F90: Regenerate.
        * generated/_abs_c16.F90: Regenerate.

Added:
    branches/gcc-4_1-branch/gcc/testsuite/gfortran.dg/specifics_1.f90
      - copied unchanged from r117317,
trunk/gcc/testsuite/gfortran.dg/specifics_1.f90
Modified:
    branches/gcc-4_1-branch/gcc/testsuite/ChangeLog
   
branches/gcc-4_1-branch/gcc/testsuite/gfortran.fortran-torture/execute/specifics.f90
    branches/gcc-4_1-branch/libgfortran/ChangeLog
    branches/gcc-4_1-branch/libgfortran/generated/_abs_c10.F90
    branches/gcc-4_1-branch/libgfortran/generated/_abs_c16.F90
    branches/gcc-4_1-branch/libgfortran/generated/_abs_c4.F90
    branches/gcc-4_1-branch/libgfortran/generated/_abs_c8.F90
    branches/gcc-4_1-branch/libgfortran/generated/_conjg_c10.F90
    branches/gcc-4_1-branch/libgfortran/generated/_conjg_c16.F90
    branches/gcc-4_1-branch/libgfortran/generated/_conjg_c4.F90
    branches/gcc-4_1-branch/libgfortran/generated/_conjg_c8.F90
    branches/gcc-4_1-branch/libgfortran/intrinsics/f2c_specifics.F90
    branches/gcc-4_1-branch/libgfortran/m4/specific.m4


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18791


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