public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] tree-optimization/110381 - fix testcase
@ 2023-06-30  6:35 Richard Biener
  0 siblings, 0 replies; only message in thread
From: Richard Biener @ 2023-06-30  6:35 UTC (permalink / raw)
  To: gcc-patches

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-06-30  6:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-30  6:35 [PATCH] tree-optimization/110381 - fix testcase Richard Biener

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).