------- 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 <[EMAIL PROTECTED]> 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