On Mon, 8 Jul 2013, Chung-Ju Wu wrote: > * gcc.dg/ucnid-11.c: Skip for nds32*-*-*. > * gcc.dg/ucnid-2.c: Skip for nds32*-*-*. > * gcc.dg/ucnid-3.c: Skip for nds32*-*-*.
Skipping these tests seems dubious - you should fix the assembler bug that it fails to support extended identifiers instead of skipping the tests. I don't see any sign of new architecture-specific testcases. It's generally a good idea to have such tests, to verify that built-in functions and attributes and options work as expected, that the diagnostics in the back end are given for the invalid input you expect to give such diagnostics, etc. (Of course the gcc.target/nds32 testsuite will grow over time with testcases for bugs in such architecture-specific functionality that get found and fixed over time.) -- Joseph S. Myers jos...@codesourcery.com