Re: [PATCH 07/10] [ARC][FIX] Consider command line ffixed- option.

2017-12-07 Thread Andrew Burgess
* Claudiu Zissulescu [2017-11-27 12:09:56 +0100]: > From: claziss > > Track which regs are set fixed/call saved/call used from commnad line. > Do not try to override their properties if user says otherwise. > > gcc/ > 2017-06-08 Claudiu Zissulescu > > * config/arc/arc.c (overridereg

[PATCH 07/10] [ARC][FIX] Consider command line ffixed- option.

2017-11-27 Thread Claudiu Zissulescu
From: claziss Track which regs are set fixed/call saved/call used from commnad line. Do not try to override their properties if user says otherwise. gcc/ 2017-06-08 Claudiu Zissulescu * config/arc/arc.c (overrideregs): New variable. (arc_override_options): Track fixed/call sa