On Thu, Jul 7, 2022 at 4:46 PM Jeff Law via Gcc-patches
wrote:
>
> This is an update to a patch originally posted by Takayuki Suwa a few
> months ago.
>
> When we initialize an array from a STRING_CST we perform the
> initialization in two steps. The first step copies the STRING_CST to
> the dest
On 2022/07/07 23:46, Jeff Law wrote:
> This is an update to a patch originally posted by Takayuki Suwa a few months
> ago.
>
> When we initialize an array from a STRING_CST we perform the initialization
> in two steps. The first step copies the STRING_CST to the destination. The
> second step
This is an update to a patch originally posted by Takayuki Suwa a few
months ago.
When we initialize an array from a STRING_CST we perform the
initialization in two steps. The first step copies the STRING_CST to
the destination. The second step uses clear_storage to initialize
storage in th