ports/devel/gcc-arm-embedded/files/patch-src_gcc_gcc_tree-vect-loop.c
Piotr Kubaj 7a918113b2 devel/gcc-arm-embedded: fix build on powerpc64 elfv2
Merge the same patch that is already in other GCC ports to fix build on powerpc64 elfv2.

PR:		242382
Approved by:	lev (maintainer timeout)
2019-12-16 12:14:16 +00:00

11 lines
320 B
C

--- src/gcc/gcc/tree-vect-loop.c.orig 2019-12-02 09:49:15 UTC
+++ src/gcc/gcc/tree-vect-loop.c
@@ -55,6 +55,8 @@ along with GCC; see the file COPYING3. If not see
#include "vec-perm-indices.h"
#include "tree-eh.h"
+#define vec_step vec_step_
+
/* Loop Vectorization Pass.
This pass tries to vectorize loops.