This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch, fortran-exp] constructor cleanup
- From: Jerry DeLisle <jvdelisle at verizon dot net>
- To: Daniel Franke <franke dot daniel at gmail dot com>
- Cc: fortran at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Date: Fri, 08 Jan 2010 15:32:33 -0800
- Subject: Re: [patch, fortran-exp] constructor cleanup
- References: <201001082324.47504.franke.daniel@gmail.com>
Daniel Franke wrote:
Hi all,
attached patch removes two functions that were implemented for constructors in
list-style. The changes are simple and mainly straight forward find-and-
replace.
Regression tested on i686-pc-linux-gnu; there are no actual regressions, but a
failure in initialization_20.f90. That testcase checks for an error message on
constructors that are too big to be expanded. I'd like to keep the failure for
now as a reminder to put that check back later on (there's a TODO in the
appropriate place in the code).
Ok for fortran-exp?
OK,
Jerry