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 target/23556] FAIL: gfortran.dg/pr18122.f90


------- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca  2005-08-25 00:34 -------
Subject: Re:  FAIL: gfortran.dg/pr18122.f90

> r3 contains the first argument passed from read_real (entry value of r26).

/* Storage area for values except for strings.  Must be large enough
   to hold a complex value (two reals) of the largest kind.  */

static char value[20];

Bah, this can't work on a machine with strict alignment.

Dave


-- 


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


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