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/27919] dot_product should be removed from the library



------- Comment #4 from jb at gcc dot gnu dot org  2006-07-19 16:52 -------
Subject: Bug 27919

Author: jb
Date: Wed Jul 19 16:51:49 2006
New Revision: 115593

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115593
Log:
2006-07-19  Janne Blomqvist  <jb@gcc.gnu.org>

        PR fortran/27919
        * m4/dotprodc.m4: Remove.
        * m4/dotprodl.m4: Remove.
        * m4/dotprod.m4: Remove.
        * generated/dotprod_*.c: Remove.
        * Makefile.am: Remove any references to dot_product
        implementation.
        * Makefile.in: Regenerated.


Removed:
    trunk/libgfortran/generated/dotprod_c10.c
    trunk/libgfortran/generated/dotprod_c16.c
    trunk/libgfortran/generated/dotprod_c4.c
    trunk/libgfortran/generated/dotprod_c8.c
    trunk/libgfortran/generated/dotprod_i16.c
    trunk/libgfortran/generated/dotprod_i4.c
    trunk/libgfortran/generated/dotprod_i8.c
    trunk/libgfortran/generated/dotprod_l16.c
    trunk/libgfortran/generated/dotprod_l4.c
    trunk/libgfortran/generated/dotprod_l8.c
    trunk/libgfortran/generated/dotprod_r10.c
    trunk/libgfortran/generated/dotprod_r16.c
    trunk/libgfortran/generated/dotprod_r4.c
    trunk/libgfortran/generated/dotprod_r8.c
    trunk/libgfortran/m4/dotprod.m4
    trunk/libgfortran/m4/dotprodc.m4
    trunk/libgfortran/m4/dotprodl.m4
Modified:
    trunk/libgfortran/Makefile.am
    trunk/libgfortran/Makefile.in


-- 


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


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