Re: [PATCH 06/10] [ARC] Update legitimate constant hook.

2017-12-07 Thread Andrew Burgess
* Claudiu Zissulescu [2017-11-27 12:09:55 +0100]: > From: Claudiu Zissulescu > > Make sure we check the constants in all cases. > > gcc/ > 2017-10-14 Claudiu Zissulescu > > * config/arc/arc.c (arc_legitimate_constant_p): Always check all > constants. > > testsuite/ > 2017-10-

[PATCH 06/10] [ARC] Update legitimate constant hook.

2017-11-27 Thread Claudiu Zissulescu
From: Claudiu Zissulescu Make sure we check the constants in all cases. gcc/ 2017-10-14 Claudiu Zissulescu * config/arc/arc.c (arc_legitimate_constant_p): Always check all constants. testsuite/ 2017-10-14 Claudiu Zissulescu * gcc.target/arc/tls-1.c: New test. ---