Re: [PATCH] Fix condition in lto-symtab.c (PR lto/88077).

2018-11-19 Thread Richard Biener
On Mon, Nov 19, 2018 at 1:12 PM Martin Liška wrote: > > Hi. > > This patch fixes what I screwed in r256989, where I wrongly replaced > TREE_CODE (TREE_TYPE (decl)) with TYPE_SIZE (decl), which is wrong. > > Patch survives testing on x86_64-linux-gnu. > > Ready for trunk? OK. > Thanks, > Martin >

[PATCH] Fix condition in lto-symtab.c (PR lto/88077).

2018-11-19 Thread Martin Liška
Hi. This patch fixes what I screwed in r256989, where I wrongly replaced TREE_CODE (TREE_TYPE (decl)) with TYPE_SIZE (decl), which is wrong. Patch survives testing on x86_64-linux-gnu. Ready for trunk? Thanks, Martin gcc/lto/ChangeLog: 2018-11-19 Martin Liska PR lto/88077 *