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 PR47924


Hi,

On Mon, 28 Feb 2011, Richard Guenther wrote:

> --- 527,535 ----
>   	 are set by the middle-end.  */
>         if (in_lto_p)
>   	TYPE_CANONICAL (node) = NULL_TREE;

The above two lines are dead with ...

> !       node = gimple_register_type (node);
> !       TYPE_CANONICAL (node) = gimple_register_canonical_type (node);

... this.


Ciao,
Michael.


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