On Wed, Oct 14, 2015 at 9:46 AM, Ramana Radhakrishnan <ramana....@googlemail.com> wrote: > On Wed, Oct 14, 2015 at 5:21 PM, H.J. Lu <hongjiu...@intel.com> wrote: > >> --- >> gcc/c/ >> >> PR middle-end/67220 >> * c-decl.c (diagnose_mismatched_decls): Copy explicit visibility >> to builtin function. >> >> gcc/ >> >> PR middle-end/67220 >> * expr.c (init_block_move_fn): Copy visibility from the builtin >> memcpy. >> (init_block_clear_fn): Copy visibility from the builtin memset. >> >> gcc/testsuite/ >> >> PR middle-end/67220 >> * gcc.target/i386/pr67220-1.c: New test. >> * gcc.target/i386/pr67220-2.c: Likewise. >> * gcc.target/i386/pr67220-3.c: Likewise. >> * gcc.target/i386/pr67220-4.c: Likewise. >> * gcc.target/i386/pr67220-5.c: Likewise. >> * gcc.target/i386/pr67220-6.c: Likewise. > > Why aren't these tests in gcc.dg ? The problem affects all targets > not just x86. >
If I move tests to gcc.dg, would you mind updating them to verify that they pass on arm? -- H.J.