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.

Reply via email to