]> TLD Linux GIT Repositories - packages/gcc.git/blobdiff - gcc-bug-111413.patch
- fixed branch.diff, bug-111413.patch already in branch.diff
[packages/gcc.git] / gcc-bug-111413.patch
diff --git a/gcc-bug-111413.patch b/gcc-bug-111413.patch
deleted file mode 100644 (file)
index 1035051..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
---- gcc-13.2.0/libgomp/env.c~  2023-07-27 10:13:08.000000000 +0200
-+++ gcc-13.2.0/libgomp/env.c   2024-01-03 15:32:23.542720713 +0100
-@@ -2059,6 +2059,7 @@
-   none = gomp_get_initial_icv_item (GOMP_DEVICE_NUM_FOR_NO_SUFFIX);
-   initialize_icvs (&none->icvs);
-+  if ( environ )
-   for (env = environ; *env != 0; env++)
-     {
-       if (!startswith (*env, "OMP_"))