Re: Builtin memcpy() requirements

2020-01-03 Thread Sebastian Huber
Hello Jonathan, On 20/12/2019 20:03, Jonathan Brandmeyer wrote: Small improvements inline: On Fri, Dec 20, 2019 at 1:25 AM Sebastian Huber > wrote: Hello, while working on a test case for https://devel.rtems.org/ticket/3767 I trie

Re: Builtin memcpy() requirements

2019-12-20 Thread Jonathan Brandmeyer
Small improvements inline: On Fri, Dec 20, 2019 at 1:25 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > Hello, > > while working on a test case for > > https://devel.rtems.org/ticket/3767 > > I tried to find the right test suite for it. At first I thought that > this is a unit t

Builtin memcpy() requirements

2019-12-20 Thread Sebastian Huber
Hello, while working on a test case for https://devel.rtems.org/ticket/3767 I tried to find the right test suite for it. At first I thought that this is a unit test (testsuites/unit/compiler/tc-misaligned-builtin-memcpy.c). However, I now think that we should have a requirement for this func