This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCHv2 0/7] ARC: Add support for nps400 variant
- From: Andrew Burgess <andrew dot burgess at embecosm dot com>
- To: Claudiu Zissulescu <Claudiu dot Zissulescu at synopsys dot com>
- Cc: Joern Wolfgang Rennecke <gnu at amylaar dot uk>, "gcc-patches at gcc dot gnu dot org" <gcc-patches at gcc dot gnu dot org>, "noamca at mellanox dot com" <noamca at mellanox dot com>
- Date: Fri, 29 Apr 2016 11:22:20 +0100
- Subject: Re: [PATCHv2 0/7] ARC: Add support for nps400 variant
- Authentication-results: sourceware.org; auth=none
- References: <cover dot 1457097757 dot git dot andrew dot burgess at embecosm dot com> <cover dot 1461238348 dot git dot andrew dot burgess at embecosm dot com> <57222CCF dot 1090109 at amylaar dot uk> <57224071 dot 1020905 at amylaar dot uk> <098ECE41A0A6114BB2A07F1EC238DE896618A1BF at de02wembxa dot internal dot synopsys dot com>
* Claudiu Zissulescu <Claudiu.Zissulescu@synopsys.com> [2016-04-29 09:03:53 +0000]:
> 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]+, *r[0-5]+, *r[0-5]+, *23, *(23|7), *9
> FAIL: gcc.target/arc/movh_cl-1.c scan-assembler movh.cl r[0-9]+,0xc0000000>>16
>
> Please can you confirm, and if it is the case please fix them.
I will investigate these today.
Thanks,
Andrew