> -Original Message-
> From: Marek Polacek
> Sent: Friday, February 16, 2024 11:11 AM
> To: Andrew Pinski (QUIC)
> Cc: gcc-patches@gcc.gnu.org
> Subject: Re: [COMMITTED] c++: Add testcase for this PR [PR97990]
>
> On Fri, Feb 16, 2024 at 11:00:34AM -0800, Andre
On Fri, Feb 16, 2024 at 11:00:34AM -0800, Andrew Pinski wrote:
> This testcase was fixed by r14-5934-gf26d68d5d128c8 but we should add
> one to make sure it does not regress again.
>
> Committed as obvious after a quick test on the testcase.
>
> PR c++/97990
>
> gcc/testsuite/ChangeLog:
>
This testcase was fixed by r14-5934-gf26d68d5d128c8 but we should add
one to make sure it does not regress again.
Committed as obvious after a quick test on the testcase.
PR c++/97990
gcc/testsuite/ChangeLog:
* g++.dg/torture/vector-struct-1.C: New test.
Signed-off-by: Andrew P