Skip to content
Prev 59132 / 63421 Next

formatting issue with gcc 9.3.0 on Ubuntu on WSL2

Thanks all.! I was running WSL 1 instead of 2 because I ignored the error
message from 'wsl --set-default-version 2'.  The BIOS was set up correctly
but the Hypervisor wasn't enabled - enabling all the Hypervisor features in
Control Panel and then doing ' wsl --set-version Ubuntu 2' in
Poweshell fixed the problem.

This also fixed one of my test C programs: '1.0L + 1e-60L > 1.0L' was true
if I compiled with gcc -O but false with no optimization.
On Wed, Nov 18, 2020 at 3:56 AM I?aki Ucar <iucar at fedoraproject.org> wrote: