https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95286
--- Comment #5 from fdlbxtqi <euloanty at live dot com> --- I tried other architectures. Same issues here. WHY??? cqwrteur@Home-Server:~/fast_io_all/fast_io/helpers/fp$ g++ -o dontagree dontagree.cc -Ofast -std=c++20 -s -march=x86-64 cqwrteur@Home-Server:~/fast_io_all/fast_io/helpers/fp$ ./dontagree 3298476032 cqwrteur@Home-Server:~/fast_io_all/fast_io/helpers/fp$ g++ -o dontagree dontagree.cc -Ofast -std=c++20 -s -march=haswell cqwrteur@Home-Server:~/fast_io_all/fast_io/helpers/fp$ ./dontagree 3298476035 cqwrteur@Home-Server:~/fast_io_all/fast_io/helpers/fp$ g++ -o dontagree dontagree.cc -Ofast -std=c++20 -s -march=skylake cqwrteur@Home-Server:~/fast_io_all/fast_io/helpers/fp$ ./dontagree 3298476035 cqwrteur@Home-Server:~/fast_io_all/fast_io/helpers/fp$ g++ -o dontagree dontagree.cc -Ofast -std=c++20 -s -m32 cqwrteur@Home-Server:~/fast_io_all/fast_io/helpers/fp$ ./dontagree 3298476032 cqwrteur@Home-Server:~/fast_io_all/fast_io/helpers/fp$ g++ -o dontagree dontagree.cc -Ofast -std=c++20 -s -m32 -march=na tive cqwrteur@Home-Server:~/fast_io_all/fast_io/helpers/fp$ ./dontagree 3298476035
