public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "tkoenig at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug fortran/32512] efficiency of RESHAPE and SPREAD
Date: Sun, 13 Apr 2008 20:17:00 -0000	[thread overview]
Message-ID: <20080413201647.26770.qmail@sourceware.org> (raw)
In-Reply-To: <bug-32512-14211@http.gcc.gnu.org/bugzilla/>



------- Comment #5 from tkoenig at gcc dot gnu dot org  2008-04-13 20:16 -------
Subject: Bug 32512

Author: tkoenig
Date: Sun Apr 13 20:15:58 2008
New Revision: 134245

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=134245
Log:
2008-04-13  Thomas Koenig  <tkoenig@gcc.gnu.org>
        Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>

        PR libfortran/32972
        PR libfortran/32512
        configure.ac:  Add test for uintptr_t.
        configure:  Regenerated.
        config.h.in:  Regenerated.
        * libgfortran.h: GFC_DTYPE_DERIVED_1:  New macro.
        GFC_DTYPE_DERIVED_2:  New macro.
        GFC_DTYPE_DERIVED_4:  New macro.
        GFC_DTYPE_DERIVED_8:  New macro.
        GFC_DTYPE_DERIVED_16:  New macro.
        GFC_UNALIGNED_2:  New macro.
        GFC_UNALIGNED_4:  New macro.
        GFC_UNALIGNED_8:  New macro.
        GFC_UNALIGNED_16:  New macro.
        intptr_t:  Define if we don't have it.
        uintptr_t:  Likewise.
        * runtime/backtrace.c (show_backtrace):  Use intptr_t.
        * intrinsics/signal.c (signal_sub):  Likewise.
        (signal_sub_int):  Likewise.
        (alarm_sub_int_i4):  Likewise.
        * intrinsics/spread_generic.c (spread):  Use the integer
        routines for handling derived types of sizes 1, 2, 4, 8 and 16
        if the alignment of all pointers is correct.
        (spread_scalar):  Likewise.
        * intrinsics/pack_generic.c (pack):  Likewise.
        Use GFD_DTYPE_TYPE_SIZE to avoid nested switch statements.
        * intrinsics/unpack_generic.c (unpack1):  Likewise.
        (unpack0):  Likewise.
        * runtime/in_pack_generic.c (internal_pack):  Likewise.
        * runtime/in_unpack_generic.c (internal_unpack):  Likewise.

2008-04-13  Thomas Koenig  <tkoenig@gcc.gnu.org>

        PR libfortran/32972
        PR libfortran/32512
        * gfortran.dg/internal_pack_1.f90:  Add test for derived type.
        * gfortran.dg/intrinsic_spread_1.f90:  Likewise.
        * gfortran.dg/intrinsic_pack_1.f90:  Likewise.
        * gfortran.dg/intrinsic_unpack_1.f90:  Likewise.


Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gfortran.dg/internal_pack_1.f90
    trunk/gcc/testsuite/gfortran.dg/intrinsic_pack_1.f90
    trunk/gcc/testsuite/gfortran.dg/intrinsic_spread_1.f90
    trunk/gcc/testsuite/gfortran.dg/intrinsic_unpack_1.f90
    trunk/libgfortran/ChangeLog
    trunk/libgfortran/config.h.in
    trunk/libgfortran/configure
    trunk/libgfortran/configure.ac
    trunk/libgfortran/intrinsics/pack_generic.c
    trunk/libgfortran/intrinsics/signal.c
    trunk/libgfortran/intrinsics/spread_generic.c
    trunk/libgfortran/intrinsics/unpack_generic.c
    trunk/libgfortran/libgfortran.h
    trunk/libgfortran/runtime/backtrace.c
    trunk/libgfortran/runtime/in_pack_generic.c
    trunk/libgfortran/runtime/in_unpack_generic.c


-- 


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


  parent reply	other threads:[~2008-04-13 20:17 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-26  6:28 [Bug fortran/32512] New: " highegg at gmail dot com
2007-06-26  6:36 ` [Bug fortran/32512] " highegg at gmail dot com
2007-06-26 10:56 ` highegg at gmail dot com
2007-06-26 11:54 ` burnus at gcc dot gnu dot org
2008-03-28 23:24 ` tkoenig at gcc dot gnu dot org
2008-04-13 20:17 ` tkoenig at gcc dot gnu dot org [this message]
2008-11-30 19:54 ` pault at gcc dot gnu dot org
2010-05-09 18:43 ` dfranke at gcc dot gnu dot org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080413201647.26770.qmail@sourceware.org \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).