comparison gcc/testsuite/gcc.dg/vect/vect-75.c @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 84e7813d76e9
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
1 /* Disabling epilogues until we find a better way to deal with scans. */
2 /* { dg-additional-options "--param vect-epilogues-nomask=0" } */
1 /* { dg-require-effective-target vect_int } */ 3 /* { dg-require-effective-target vect_int } */
2 4
3 #include <stdarg.h> 5 #include <stdarg.h>
4 #include "tree-vect.h" 6 #include "tree-vect.h"
5 7