]> 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 <rguenther@suse.de>
Tue, 4 Jun 2024 08:07:30 +0000 (10:07 +0200)
commitc7627054b9ee2ded8a22340a6a09bf9786afcafa
treea3aa15ef184c593749ec2d08e5668609ba0a365d
parentb46486ef0316240eb3c173bda062b52333507e03
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]