From: Richard Biener <rguenther@suse.de>
To: gcc-patches@gcc.gnu.org
Subject: [PATCH] tree-optimization/110381 - fix testcase
Date: Fri, 30 Jun 2023 08:35:19 +0200 (CEST) [thread overview]
Message-ID: <20230630063521.796C5138F8@imap2.suse-dmz.suse.de> (raw)
This adds a missing check_vect () to the execute testcase.
Tested on x86_64-unknown-linux-gnu, pushed.
PR tree-optimization/110381
* gcc.dg/vect/pr110381.c: Add check_vect ().
---
gcc/testsuite/gcc.dg/vect/pr110381.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/gcc/testsuite/gcc.dg/vect/pr110381.c b/gcc/testsuite/gcc.dg/vect/pr110381.c
index 2313dbf11ca..dc8c6a8f683 100644
--- a/gcc/testsuite/gcc.dg/vect/pr110381.c
+++ b/gcc/testsuite/gcc.dg/vect/pr110381.c
@@ -1,5 +1,7 @@
/* { dg-do run } */
+#include "tree-vect.h"
+
struct FOO {
double a;
double b;
@@ -29,6 +31,8 @@ int main()
{
struct FOO foos[8];
+ check_vect ();
+
__builtin_memset (foos, 0, sizeof (foos));
foos[0].a = __DBL_MAX__;
foos[0].b = 5;
--
2.35.3
reply other threads:[~2023-06-30 6:35 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230630063521.796C5138F8@imap2.suse-dmz.suse.de \
--to=rguenther@suse.de \
--cc=gcc-patches@gcc.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).