Re: [PATCH] Fix i386 REG_CLASS_NAMES

2017-02-13 Thread Uros Bizjak
On Mon, Feb 13, 2017 at 8:45 PM, Jakub Jelinek wrote: > Hi! > > Unlike the previous patch that is mainly about diagnostics or dump > text, this one is something that could potentially crash the compiler, > the missing , in between means MOD4_SSE_REGS class has > MOD4_SSE_REGSALL_REGS name and ALL_

[PATCH] Fix i386 REG_CLASS_NAMES

2017-02-13 Thread Jakub Jelinek
Hi! Unlike the previous patch that is mainly about diagnostics or dump text, this one is something that could potentially crash the compiler, the missing , in between means MOD4_SSE_REGS class has MOD4_SSE_REGSALL_REGS name and ALL_REGS class will have NULL or whatever. Bootstrapped/regtested on