]> git.ipfire.org Git - thirdparty/gcc.git/commit
list_read.c (nml_parse_qualifier): Use memcpy to extract values from dtp->u.p.value.
authorRichard Henderson <rth@redhat.com>
Fri, 25 Nov 2005 22:15:20 +0000 (14:15 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Fri, 25 Nov 2005 22:15:20 +0000 (14:15 -0800)
commitb90ba157c1cd22a67dcd58783626033fe94475d1
treef9f33abfc8781280d130db8483e6df894211a1c6
parent11e30dd8f23b75d788be0408437e3b6ed8e3b9d0
list_read.c (nml_parse_qualifier): Use memcpy to extract values from dtp->u.p.value.

        * io/list_read.c (nml_parse_qualifier): Use memcpy to extract
        values from dtp->u.p.value.
        * io/io.h (struct st_parameter_dt): Change reversion_flag, first_item,
        seen_dollar, sf_seen_eor, eor_condition, no_leading_blank, char_flag,
        input_complete, at_eol, comma_flag, namelist_mode, nml_read_error to
        single-bit fields.  Move value to where it'll be at least pointer
        aligned.

From-SVN: r107520
libgfortran/ChangeLog
libgfortran/io/io.h
libgfortran/io/list_read.c