Re: [Patch, Fortran] PR 50408 [4.6/4.7] ICE related to whole-file processing

2011-11-25 Thread Steve Kargl
On Fri, Nov 25, 2011 at 11:46:37AM +0100, Tobias Burnus wrote: > The patch fixes an issue when the backend_decl is reused (-fwhole-file). > The problem is that not always the ts.u.derived->backend_decl was copied > as well. I copied what was done a bit later in the file and extended it > to also

[Patch, Fortran] PR 50408 [4.6/4.7] ICE related to whole-file processing

2011-11-25 Thread Tobias Burnus
The patch fixes an issue when the backend_decl is reused (-fwhole-file). The problem is that not always the ts.u.derived->backend_decl was copied as well. I copied what was done a bit later in the file and extended it to also include BT_CLASS. The trans-type.c change is not needed, but I thought