On 17/06/20 20:55 +0100, Jonathan Wakely wrote:
+struct Value +{ + int value = 0x1234; +};
Oops, I modified this test, and it no longer tests the right code. This type isn't trivial, so doesn't use the fill_n optimization anyway. I'll fix the test.
Jonathan Wakely via Gcc-patches Wed, 17 Jun 2020 13:38:16 -0700
On 17/06/20 20:55 +0100, Jonathan Wakely wrote:
+struct Value +{ + int value = 0x1234; +};
Oops, I modified this test, and it no longer tests the right code. This type isn't trivial, so doesn't use the fill_n optimization anyway. I'll fix the test.