mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 22:00:31 -04:00
Merge the same patch that is already in other GCC ports to fix build on powerpc64 elfv2. PR: 242382 Approved by: lev (maintainer timeout)
11 lines
320 B
C
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.
|