Re: Annoying global variables initialization order issue

2023-05-11 Thread Jean-Marc Lasgouttes
Le 11/05/2023 à 03:08, Richard Kimberly Heck a écrit : On 5/10/23 13:00, Jean-Marc Lasgouttes wrote: Hello, Trying to run LyX under valgrind, I find many AVX2-related valgrind warnings (see attachment). It seems related to a change of variable initialization order by the compiler. The

Re: Annoying global variables initialization order issue

2023-05-10 Thread Richard Kimberly Heck
On 5/10/23 13:00, Jean-Marc Lasgouttes wrote: Hello, Trying to run LyX under valgrind, I find many AVX2-related valgrind warnings (see attachment). It seems related to a change of variable initialization order by the compiler. The following patch fixes the first warnings. The other ones

Annoying global variables initialization order issue

2023-05-10 Thread Jean-Marc Lasgouttes
Hello, Trying to run LyX under valgrind, I find many AVX2-related valgrind warnings (see attachment). It seems related to a change of variable initialization order by the compiler. The following patch fixes the first warnings. The other ones will be a bit more complicated. Ideas? JMarc