The testcase refers to size_t without including stddef.h.

Regstrapped on x86_64-linux-gnu.  I'm installing it as obvious.


for  gcc/testsuite/ChangeLog

        * gcc.dg/vect/pr94994.c: Include stddef.h.
---
 gcc/testsuite/gcc.dg/vect/pr94994.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/gcc/testsuite/gcc.dg/vect/pr94994.c 
b/gcc/testsuite/gcc.dg/vect/pr94994.c
index 2f598eacd541e..bdf25da6943e2 100644
--- a/gcc/testsuite/gcc.dg/vect/pr94994.c
+++ b/gcc/testsuite/gcc.dg/vect/pr94994.c
@@ -1,4 +1,5 @@
 #include <stdint.h>
+#include <stddef.h>
 #include "tree-vect.h"
 
 #define BLOCK_SIZE (sizeof (uint32_t))


-- 
Alexandre Oliva, happy hacker            https://blog.lx.oliva.nom.br/
Free Software Activist     FSFLA co-founder     GNU Toolchain Engineer
More tolerance and less prejudice are key for inclusion and diversity.
Excluding neuro-others for not behaving ""normal"" is *not* inclusive!

Reply via email to