This is the mail archive of the gcc-cvs@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]

r156586 - in /branches/fortran-exp/gcc/fortran:...


Author: dfranke
Date: Sun Feb  7 20:12:35 2010
New Revision: 156586

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=156586
Log:
2010-02-07  Daniel Franke  <franke.daniel@gmail.com>

        * simplify.c (compute_dot_product): Replaced usage of ADVANCE macro
        with direct access access to elements. Adjusted prototype, fixed all
        callers.
        (gfc_simplify_dot_product): Removed duplicate check for zero-sized
        array.
        (gfc_simplify_matmul): Removed usage of ADVANCE macro.
        (gfc_simplify_spread): Removed workaround, directly insert elements
        at a given array position.
        (gfc_simplify_transpose): Likewise.
        (gfc_simplify_pack): Replaced usage of ADVANCE macro with corresponding
        function calls.
        (gfc_simplify_unpack): Likewise.


Modified:
    branches/fortran-exp/gcc/fortran/ChangeLog.fortran-exp
    branches/fortran-exp/gcc/fortran/simplify.c


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