ports/devel/avr-gcc/files/patch-gcc_tree-vect-loop.cc
Joerg Wunsch c574df1456 devel/avr-gcc: Upgrade to 14.1.0
This upgrades AVR-GCC to GCC 14.1.0

One patch has been added that fixes GCC PR ipa/92606. This will
become obsoleted when GCC 14.2 is out.
2024-06-16 15:36:52 +02:00

11 lines
307 B
C++

--- gcc/tree-vect-loop.cc.orig 2019-11-28 10:47:59 UTC
+++ gcc/tree-vect-loop.cc
@@ -55,6 +55,8 @@ along with GCC; see the file COPYING3. If not see
#include "case-cfn-macros.h"
#include "langhooks.h"
+#define vec_step vec_step_
+
/* Loop Vectorization Pass.
This pass tries to vectorize loops.