This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [PATCH] PR 78534 Change character length from int to size_t
- From: FX <fxcoudert at gmail dot com>
- To: Janne Blomqvist <blomqvist dot janne at gmail dot com>
- Cc: David Edelsohn <dje dot gcc at gmail dot com>, Fortran List <fortran at gcc dot gnu dot org>, GCC Patches <gcc-patches at gcc dot gnu dot org>, Jakub Jelinek <jakub at redhat dot com>
- Date: Tue, 3 Jan 2017 20:21:35 +0100
- Subject: Re: [PATCH] PR 78534 Change character length from int to size_t
- Authentication-results: sourceware.org; auth=none
- References: <CAGWvny=P-FttVCGaeGO_9dWCDkd7JHetygtoKgZ9HAVO9r-L4g@mail.gmail.com> <CAO9iq9HF_yezHf2xEg+jkuOoPATJSHNW037bypeeXVvLexc_Jw@mail.gmail.com>
> r244027 reverts r244011. Sorry for the breakage. It seems to affect
> all i686 as well in addition to power, maybe all 32-bit hosts.
The breakage is surprising, as the rejects-valid does not involve character length at all.
Jane, any chance you might have accidentally committed some unrelated change along?
FX