Re: [PATCH] c++: Small build_vec_init improvement [PR117827]

2025-05-01 Thread Jason Merrill
On 5/1/25 3:00 AM, Jakub Jelinek wrote: Hi! As discussed in the https://gcc.gnu.org/pipermail/gcc-patches/2025-January/674492.html thread, the following patch attempts to improve build_vec_init generated code. E.g. on g++.dg/eh/aggregate1.C test the patch has differences like:

[PATCH] c++: Small build_vec_init improvement [PR117827]

2025-05-01 Thread Jakub Jelinek
Hi! As discussed in the https://gcc.gnu.org/pipermail/gcc-patches/2025-January/674492.html thread, the following patch attempts to improve build_vec_init generated code. E.g. on g++.dg/eh/aggregate1.C test the patch has differences like: D.2988 = &D.2950->e1;