RE: [PATCHv2 0/7] ARC: Add support for nps400 variant

2016-11-16 Thread Claudiu Zissulescu
anox.com > Subject: Re: [PATCHv2 0/7] ARC: Add support for nps400 variant > > * Claudiu Zissulescu [2016-04-29 > 09:03:53 +]: > > > I see the next tests failing: > > > > FAIL: gcc.target/arc/movb-1.c scan-assembler movb[ \t]+r[0-5]+, *r[0-5]+, > *r[0-5]

Re: [PATCHv2 0/7] ARC: Add support for nps400 variant

2016-06-14 Thread Joern Wolfgang Rennecke
On 03/05/16 11:56, Andrew Burgess wrote: * Claudiu Zissulescu [2016-05-02 09:02:16 +]: Please also consider to address also the following warnings introduced: mainline/gcc/gcc/config/arc/arc.md:888: warning: source missing a mode? mainline/gcc/gcc/config/arc/arc.md:906: warning: source

Re: [PATCHv2 0/7] ARC: Add support for nps400 variant

2016-05-12 Thread Claudiu Zissulescu
On 03/05/16 12:56, Andrew Burgess wrote: * Claudiu Zissulescu [2016-05-02 09:02:16 +]: Please also consider to address also the following warnings introduced: mainline/gcc/gcc/config/arc/arc.md:888: warning: source missing a mode? mainline/gcc/gcc/config/arc/arc.md:906: warning: source m

Re: [PATCHv2 0/7] ARC: Add support for nps400 variant

2016-05-03 Thread Andrew Burgess
* Claudiu Zissulescu [2016-05-02 09:02:16 +]: > Please also consider to address also the following warnings introduced: > > mainline/gcc/gcc/config/arc/arc.md:888: warning: source missing a mode? > mainline/gcc/gcc/config/arc/arc.md:906: warning: source missing a mode? > mainline/gcc/gcc/co

RE: [PATCHv2 0/7] ARC: Add support for nps400 variant

2016-05-02 Thread Claudiu Zissulescu
cc.gnu.org; noa...@mellanox.com > Subject: Re: [PATCHv2 0/7] ARC: Add support for nps400 variant > > * Claudiu Zissulescu [2016-04-29 > 09:03:53 +]: > > > I see the next tests failing: > > > > FAIL: gcc.target/arc/movb-1.c scan-assembler movb[ \t]+r[0-

Re: [PATCHv2 0/7] ARC: Add support for nps400 variant

2016-04-29 Thread Andrew Burgess
* Claudiu Zissulescu [2016-04-29 09:03:53 +]: > I see the next tests failing: > > FAIL: gcc.target/arc/movb-1.c scan-assembler movb[ \t]+r[0-5]+, *r[0-5]+, > *r[0-5]+, *19, *21, *8 > FAIL: gcc.target/arc/movb-2.c scan-assembler movb[ \t]+r[0-5]+, *r[0-5]+, > *r[0-5]+, *23, *23, *9 > FAIL:

Re: [PATCHv2 0/7] ARC: Add support for nps400 variant

2016-04-29 Thread Andrew Burgess
* Claudiu Zissulescu [2016-04-29 09:03:53 +]: > I see the next tests failing: > > FAIL: gcc.target/arc/movb-1.c scan-assembler movb[ \t]+r[0-5]+, *r[0-5]+, > *r[0-5]+, *19, *21, *8 > FAIL: gcc.target/arc/movb-2.c scan-assembler movb[ \t]+r[0-5]+, *r[0-5]+, > *r[0-5]+, *23, *23, *9 > FAIL:

RE: [PATCHv2 0/7] ARC: Add support for nps400 variant

2016-04-29 Thread Claudiu Zissulescu
Hi Andrew, I see the next tests failing: FAIL: gcc.target/arc/movb-1.c scan-assembler movb[ \t]+r[0-5]+, *r[0-5]+, *r[0-5]+, *19, *21, *8 FAIL: gcc.target/arc/movb-2.c scan-assembler movb[ \t]+r[0-5]+, *r[0-5]+, *r[0-5]+, *23, *23, *9 FAIL: gcc.target/arc/movb-5.c scan-assembler movb[ \t]+r[0-5

Re: [PATCHv2 0/7] ARC: Add support for nps400 variant

2016-04-28 Thread Joern Wolfgang Rennecke
On 28/04/16 16:31, Joern Wolfgang Rennecke wrote: However, setting defaults and multilib sets at gcc configure time is also quite useful, as otherwise every user is confronted with building multilibs for a burgeoning array of variants. P.S.: One way to do this is to add introduce a new macro

Re: [PATCHv2 0/7] ARC: Add support for nps400 variant

2016-04-28 Thread Joern Wolfgang Rennecke
On 21/04/16 12:39, Andrew Burgess wrote: This new iteration of the previous version is largely the same except that I now no longer use configure time options to build in support for nps400. Instead support controlled with a -mcpu=nps400 command line switch. This change was made to mirror a s

[PATCHv2 0/7] ARC: Add support for nps400 variant

2016-04-21 Thread Andrew Burgess
This new iteration of the previous version is largely the same except that I now no longer use configure time options to build in support for nps400. Instead support controlled with a -mcpu=nps400 command line switch. This change was made to mirror a similar change that was requested when I pushe