From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4320 invoked by alias); 21 May 2006 14:00:10 -0000 Received: (qmail 4093 invoked by uid 48); 21 May 2006 13:59:50 -0000 Date: Sun, 21 May 2006 14:00:00 -0000 Message-ID: <20060521135950.4092.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/27449] transfer intrinsic does not work on strict aligned systems In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pault at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2006-05/txt/msg02034.txt.bz2 List-Id: ------- Comment #7 from pault at gcc dot gnu dot org 2006-05-21 13:59 ------- Created an attachment (id=11491) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11491&action=view) Patch for this PR and PR27155 This is a belt-and-braces fix that uses memcpy to effect the transfer. I will look for a more efficient solution, which I think will involve a new library function. In the mean time, I believe that the patch will fix your problem. Regtests on FC5/Athlon1700 Could one or, preferably, both of you try out the patch, please? Paul -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27449