Re: [PATCH] fix fdump-lang-raw ICE

2017-11-02 Thread Nathan Sidwell
On 11/01/2017 03:40 PM, Jakub Jelinek wrote: On Wed, Nov 01, 2017 at 03:24:56PM -0400, Nathan Sidwell wrote: Thomas Koenig noticed -fdump-lang-raw gives an immediate ICE. I broke it with the DECL_ASSEMBLER_NAME changes last month. Fixed thusly, applied as obvious. Shouldn't there be a testca

Re: [PATCH] fix fdump-lang-raw ICE

2017-11-01 Thread Jakub Jelinek
On Wed, Nov 01, 2017 at 03:24:56PM -0400, Nathan Sidwell wrote: > Thomas Koenig noticed -fdump-lang-raw gives an immediate ICE. I broke it > with the DECL_ASSEMBLER_NAME changes last month. Fixed thusly, applied as > obvious. Shouldn't there be a testcase with that option? > 2017-11-01 Nathan

[PATCH] fix fdump-lang-raw ICE

2017-11-01 Thread Nathan Sidwell
Thomas Koenig noticed -fdump-lang-raw gives an immediate ICE. I broke it with the DECL_ASSEMBLER_NAME changes last month. Fixed thusly, applied as obvious. nathan -- Nathan Sidwell 2017-11-01 Nathan Sidwell * tree-dump.c (dequeue_and_dump): Use HAS_DECL_ASSEMBLER_NAME_P. Index: t