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
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