]> git.ipfire.org Git - thirdparty/gcc.git/commit
c++: Add testcase for this PR [PR97990]
authorAndrew Pinski <quic_apinski@quicinc.com>
Fri, 16 Feb 2024 18:55:43 +0000 (10:55 -0800)
committerRichard Biener <rguenth@gcc.gnu.org>
Mon, 8 Jul 2024 13:04:53 +0000 (15:04 +0200)
commitc2c216d0f85f861cc10529a455edfaf645aa393f
treee2dbb919d29193b63be04af9dd215c41de3d6ba7
parente7879391bb2b86606d0ce35ed97eccc108970e36
c++: Add testcase for this PR [PR97990]

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 Pinski <quic_apinski@quicinc.com>
(cherry picked from commit 5f1438db419c9eb8901d1d1d7f98fb69082aec8e)
gcc/testsuite/g++.dg/torture/vector-struct-1.C [new file with mode: 0644]