]> TLD Linux GIT Repositories - packages/gcc.git/blob - gcc-bug-111413.patch
1035051fbd30217836a70ee539ceb8e06cc906ed
[packages/gcc.git] / gcc-bug-111413.patch
1 --- gcc-13.2.0/libgomp/env.c~   2023-07-27 10:13:08.000000000 +0200
2 +++ gcc-13.2.0/libgomp/env.c    2024-01-03 15:32:23.542720713 +0100
3 @@ -2059,6 +2059,7 @@
4    none = gomp_get_initial_icv_item (GOMP_DEVICE_NUM_FOR_NO_SUFFIX);
5    initialize_icvs (&none->icvs);
6  
7 +  if ( environ )
8    for (env = environ; *env != 0; env++)
9      {
10        if (!startswith (*env, "OMP_"))