https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110260
Jimi Huotari <chiitoo at gentoo dot org> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Multiple applications |Multiple applications |misbehave when compiled |misbehave at runtime when |with -march=znver4 |compiled with -march=znver4 --- Comment #7 from Jimi Huotari <chiitoo at gentoo dot org> --- (In reply to Alexander Monakov from comment #6) > (In reply to Jimi Huotari from comment #0) > > (By the by, is ADCX a typo of ADX? I see -madx as an option but only one > > use of it otherwise, and no -adcx as an option and lots of mentions of it... > > but perhaps I'm not reading them correct-like.) > > ADX is an x86 extension that adds two new instructions, ADCX and ADOX: > https://en.wikipedia.org/wiki/Intel_ADX Ah! Thank you. (In reply to Alexander Monakov from comment #4) > Um, sched1 is not enabled on x86 so -fno-schedule-insns does nothing — you > probably meant -fno-schedule-insns2? > > Another thing to try is -fstack-reuse=none, as indicated by comment #1. So far things look no different with either one or both of these set. I'll test more as time permits, and see if I can find any better test-cases, and will also look into those bug reports mentioned here. In the initial report, being in a bit of a rush, I forgot to actually describe the issues here (instead of just linking), so I'll do that here at least a bit. KWin: This one show up so that I'm unable to move any window past the top and left borders of the screen(s), and the also behave in a weird way when trying to push them past them, and then resizing them, making the adjustment 'jump' a lot at once. This also makes the LXQt panel behave in strange ways when set to these locations; it will not animate automatic hiding of it, and it acts as if it's always visible, even when hidden (so if clicking something below it, while hiding, the click still goes onto the panel even if it's supposed to be hiding). Wine: There are issues with stack alignment leading to application crashes triggered after a change made to the Wine code [1]. 1. https://source.winehq.org/git/wine.git/commitdiff/62173699c38453777c7d5638ed2e779790506b75