X-Git-Url: https://git.tld-linux.org/?p=packages%2Fgcc.git;a=blobdiff_plain;f=gcc-bug-111413.patch;fp=gcc-bug-111413.patch;h=1035051fbd30217836a70ee539ceb8e06cc906ed;hp=0000000000000000000000000000000000000000;hb=36953a4f31c923599dfd8a4858e9be4810a30544;hpb=a7096293af81bea40734b296e6df1455d13380ca diff --git a/gcc-bug-111413.patch b/gcc-bug-111413.patch new file mode 100644 index 0000000..1035051 --- /dev/null +++ b/gcc-bug-111413.patch @@ -0,0 +1,10 @@ +--- 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_"))