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/32954] pack with -fdefault-integer-8



------- Comment #23 from fxcoudert at gcc dot gnu dot org  2007-11-03 12:40 -------
(In reply to comment #22)
> This is hard to debug without access to a big-endian
> machine.  Renaming, unapplying myself.

This bug isn't present any more, AFAICT. I suspect it was fixed by your
GFOR_POINTER_TO_L1 patch:

2007-08-24  Thomas Koenig  <tkoenig@gcc.gnu.org>

        PR fortran/32972
        * libgfortran.h:  Remove GFOR_POINTER_L8_TO_L4 macro.
        Add GFOR_POINTER_TO_L1 macro.
        [...]
        * intrinsics/pack_generic.c(pack_internal):  Likewise.
        * intrinsics/unpack_generic.c(unpack_internal):  Likewise.

Great work, Thomas! (well, except that this code creates a few warnings for
arguments of incompatible type, see the last lines of comment #14 in PR 22423).


-- 

fxcoudert at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.3.0


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


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