Changes between Initial Version and Version 1 of Ticket #8903, comment 5


Ignore:
Timestamp:
Mar 15, 2023, 1:08:35 AM (3 years ago)
Author:
Ninpo

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8903, comment 5

    initial v1  
    44gcc-12 and gcc-13 are having the same issue in latest releases with CFLAGS -O3 -march=znver1 (presumably also znver2-4) when building with -m32 for 32 bit binaries.
    55
    6 To that end can this be reopened?
     6To that end can this be reopened? It appears to be that the number of registers just are not available at compile time with specific CPU optimisations in place, as per this comment at gcc:
     7[https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109137#c5]