diff options
author | Joerg Wunsch <joerg@FreeBSD.org> | 2019-08-17 14:44:59 +0000 |
---|---|---|
committer | Joerg Wunsch <joerg@FreeBSD.org> | 2019-08-17 14:44:59 +0000 |
commit | 8fd02f30434a8f4cfe02567264f9eee2413588f0 (patch) | |
tree | d3d1a8ac65b1ee1edd117325a35cc1bac71206a0 /devel/avr-gcc/files/patch-libc++ | |
parent | Update to 1.23.0. (diff) |
Update to GCC 9.1.0
PR: 239628
Submitted by: Oleg Sidorkin
Notes
Notes:
svn path=/head/; revision=509156
Diffstat (limited to 'devel/avr-gcc/files/patch-libc++')
-rw-r--r-- | devel/avr-gcc/files/patch-libc++ | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/devel/avr-gcc/files/patch-libc++ b/devel/avr-gcc/files/patch-libc++ deleted file mode 100644 index 0472a42dc668..000000000000 --- a/devel/avr-gcc/files/patch-libc++ +++ /dev/null @@ -1,43 +0,0 @@ ---- gcc/auto-profile.c.orig 2015-01-18 02:25:42 UTC -+++ gcc/auto-profile.c -@@ -19,11 +19,9 @@ along with GCC; see the file COPYING3. - <http://www.gnu.org/licenses/>. */ - - #include "config.h" --#include "system.h" -- --#include <string.h> - #include <map> - #include <set> -+#include "system.h" - - #include "coretypes.h" - #include "hash-set.h" ---- gcc/graphite-isl-ast-to-gimple.c.orig 2015-10-12 10:59:21 UTC -+++ gcc/graphite-isl-ast-to-gimple.c -@@ -38,6 +38,7 @@ extern "C" { - #endif - #endif - -+#include <map> - #include "system.h" - #include "coretypes.h" - #include "hash-set.h" -@@ -75,7 +76,6 @@ extern "C" { - #include "tree-scalar-evolution.h" - #include "gimple-ssa.h" - #include "tree-into-ssa.h" --#include <map> - - #ifdef HAVE_isl - #include "graphite-poly.h" ---- gcc/system.h.orig 2015-01-05 12:33:28 UTC -+++ gcc/system.h -@@ -217,6 +217,7 @@ extern int errno; - #ifdef __cplusplus - # include <algorithm> - # include <cstring> -+# include <new> - # include <utility> - #endif - |