This is the mail archive of the gcc-patches@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]

Re: [PATCH] Fix unchecked union access in gfc_conv_array_parameter


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


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