mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 02:26:38 -04:00
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.
11 lines
307 B
C++
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.
|