This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Avoid sharing ts.cl if ts.cl->length == NULL
- From: "François-Xavier Coudert" <fxcoudert at gmail dot com>
- To: "Jakub Jelinek" <jakub at redhat dot com>
- Cc: gcc-patches at gcc dot gnu dot org, fortran at gcc dot gnu dot org
- Date: Thu, 23 Aug 2007 11:18:59 +0100
- Subject: Re: [PATCH] Avoid sharing ts.cl if ts.cl->length == NULL
- References: <20070817153115.GP2063@devserv.devel.redhat.com>
> 2007-08-17 Jakub Jelinek <jakub@redhat.com>
>
> * decl.c (variable_decl): Don't share charlen structs if
> length == NULL.
> * trans-decl.c (create_function_arglist): Assert
> f->sym->ts.cl->backend_decl is NULL instead of unsharing
> charlen struct here.
OK for trunk, OK for 4.1 and 4.2 if it's a regression wrt gfortran-4.0 or g77.
FX