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, fortran] PR39292 - [4.3/4.4 Regression] ICE in gfc_conv_array_initializer, at fortran/trans-array.c:3884


On Wed, Feb 25, 2009 at 09:59:33PM +0100, Paul Richard Thomas wrote:
> This is a rather brutal patch to pick up failures in the simplifier.
> It is assumed that the frontend detects violations of the standard.
> Otherwise it is very safe, in that an ICE would otherwise ensue.
> 
> OK for trunk and 4.3?
> 
> Paul
> 
> 2009-02-25  Paul Thomas  <pault@gcc.gnu.org>
> 
> 	PR fortran/39292
> 	* trans-array.c (gfc_conv_array_initializer): Convert operator
> 	expressions.
> 
> 2009-02-25  Paul Thomas  <pault@gcc.gnu.org>
> 
> 	PR fortran/39292
> 	* gfortran.dg/initialization_22.f90: New test.
> 

It looks ok to me.

When my patch goes into 4.5, will your testcase still
test your change?

-- 
Steve


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