This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [PATCH] Fix unchecked union access in gfc_conv_array_parameter
- From: Tobias Burnus <burnus at net-b dot de>
- To: Eric Botcazou <ebotcazou at adacore dot com>
- Cc: gcc-patches at gcc dot gnu dot org, "fortran at gcc dot gnu dot org" <fortran at gcc dot gnu dot org>
- Date: Sat, 29 Nov 2008 20:44:59 +0100
- Subject: Re: [PATCH] Fix unchecked union access in gfc_conv_array_parameter
- References: <200811291929.38396.ebotcazou@adacore.com>
Eric Botcazou wrote:
> the problem is responsible for almost all Fortran failures on SPARC64/Solaris:
> http://gcc.gnu.org/ml/gcc-testresults/2008-11/msg02569.html
>
Thanks for tracing this.
> Tested on SPARC/Solaris and SPARC64/Solaris, OK for mainline?
>
OK. I think this is obvious. Thanks for the patch!
Tobias
> 2008-11-29 Eric Botcazou <ebotcazou@adacore.com>
>
> * trans-array.c (gfc_conv_array_parameter): Guard union access