From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30926 invoked by alias); 10 Apr 2009 07:23:55 -0000 Received: (qmail 30890 invoked by alias); 10 Apr 2009 07:23:42 -0000 Date: Fri, 10 Apr 2009 07:23:00 -0000 Message-ID: <20090410072342.30889.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libfortran/39665] [4.5 Regression] Fortran IO using unaligned accesses to read/write doubles. In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "jb at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2009-04/txt/msg00903.txt.bz2 ------- Comment #11 from jb at gcc dot gnu dot org 2009-04-10 07:23 ------- Subject: Bug 39665 Author: jb Date: Fri Apr 10 07:23:25 2009 New Revision: 145875 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=145875 Log: 2009-04-10 Janne Blomqvist PR libfortran/39665 libfortran/39702 libfortran/39709 * io/io.h (st_parameter_dt): Revert aligned attribute from u.p.value. * io/list_read.c (read_complex): Read directly into user pointer. (read_real): Likewise. (list_formatted_read_scalar): Update read_complex and read_real calls. (nml_read_obj): Read directly into user pointer. Modified: trunk/libgfortran/ChangeLog trunk/libgfortran/io/io.h trunk/libgfortran/io/list_read.c -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39665