gcc-darwin-arm64 icon indicating copy to clipboard operation
gcc-darwin-arm64 copied to clipboard

GCC master branch for Darwin with experimental support for Arm64. Currently GCC-14.0.0 [November 2023]

Results 36 gcc-darwin-arm64 issues
Sort by recently updated
recently updated
newest added

Thanks for your arm64 branch. I built the cross compiler chains for PowerPC Darwin on Apple Silicon host with your great branch. But I am puzzled how is the official...

When compiling a fortran code on my mac M1 (os Monterey) I get the following error. Any idea ? ARM64 ADRP out of range (6040592384 max is +/-4GB): from _velo_...

I am on Ventura 13.4 using M1, with FX's 12.2 gfortran binaries installed. Largely things seem to work fine, up to one issue that is driving me mental: non-trivial use...

I don't know if it's just me, but in these days of Intel+ARM universal binaries for MacOS, I'd find it very convenient to build these fat binaries in one go,...

Trying to update CPU features based on documentation. The original comment stated _“M2 mostly 8.5 but with missing mandatory features”_ but the documentation actually stated its base ARM ISA is...

I have a small test that overloads new/delete, calls them and checks if the overloaded functions were really called: ``` cd tmp cat