Hi Tamar, On Tue, 3 Jul 2018 at 19:13, James Greenhalgh <james.greenha...@arm.com> wrote: > > On Tue, Jun 19, 2018 at 09:09:27AM -0500, Tamar Christina wrote: > > Hi All, > > <snip> > > OK. > > Thanks, > James > > > Thanks, > > Tamar > > > > gcc/ > > 2018-06-19 Tamar Christina <tamar.christ...@arm.com> > > > > * config/aarch64/aarch64.c (aarch64_expand_movmem): Fix mode size. > > > > gcc/testsuite/ > > 2018-06-19 Tamar Christina <tamar.christ...@arm.com> > > > > * gcc.target/aarch64/struct_cpy.c: New. > >
The new test has a typo making it fail to compile: /gcc/testsuite/gcc.target/aarch64/struct_cpy.c:49:7: error: ISO C does not allow extra ';' outside of a function [-Wpedantic] /gcc/testsuite/gcc.target/aarch64/struct_cpy.c:50:7: error: ISO C does not allow extra ';' outside of a function [-Wpedantic] /gcc/testsuite/gcc.target/aarch64/struct_cpy.c:51:7: error: ISO C does not allow extra ';' outside of a function [-Wpedantic] /gcc/testsuite/gcc.target/aarch64/struct_cpy.c:52:7: error: ISO C does not allow extra ';' outside of a function [-Wpedantic] /gcc/testsuite/gcc.target/aarch64/struct_cpy.c:53:7: error: ISO C does not allow extra ';' outside of a function [-Wpedantic] /gcc/testsuite/gcc.target/aarch64/struct_cpy.c:54:7: error: ISO C does not allow extra ';' outside of a function [-Wpedantic] /gcc/testsuite/gcc.target/aarch64/struct_cpy.c:55:7: error: ISO C does not allow extra ';' outside of a function [-Wpedantic] /gcc/testsuite/gcc.target/aarch64/struct_cpy.c:56:7: error: ISO C does not allow extra ';' outside of a function [-Wpedantic] /gcc/testsuite/gcc.target/aarch64/struct_cpy.c:57:7: error: ISO C does not allow extra ';' outside of a function [-Wpedantic] /gcc/testsuite/gcc.target/aarch64/struct_cpy.c:58:8: error: ISO C does not allow extra ';' outside of a function [-Wpedantic] /gcc/testsuite/gcc.target/aarch64/struct_cpy.c:59:8: error: ISO C does not allow extra ';' outside of a function [-Wpedantic] /gcc/testsuite/gcc.target/aarch64/struct_cpy.c:60:8: error: ISO C does not allow extra ';' outside of a function [-Wpedantic] /gcc/testsuite/gcc.target/aarch64/struct_cpy.c:61:8: error: ISO C does not allow extra ';' outside of a function [-Wpedantic] /gcc/testsuite/gcc.target/aarch64/struct_cpy.c:62:8: error: ISO C does not allow extra ';' outside of a function [-Wpedantic] /gcc/testsuite/gcc.target/aarch64/struct_cpy.c:63:8: error: ISO C does not allow extra ';' outside of a function [-Wpedantic] /gcc/testsuite/gcc.target/aarch64/struct_cpy.c:64:8: error: ISO C does not allow extra ';' outside of a function [-Wpedantic] Would you mind fixing it? Thanks, Christophe > > --