5 ms·
fascinating! Does vendor cc link to a different libc? I wonder if that is the problem and the docs are for glibc. And testing just now, I can't even trigger SI
by jacobmartin 4y ago
fascinating! Does vendor cc link to a different libc? I wonder if that is the problem and the docs are for glibc.
And testing just now, I can't even trigger SIGFPE with division by zero (integer or float). I guess all of these exceptions are "caught" now.
- eesmith 4y agoIt took a while but I figured it out. Apple's cc compiles to: a.out: Mach-O 64-bit executable arm64 while my gcc-12 compiles to: a.out: Mach-O 64-bit executable x86_64 which is then emulated via Rosetta.