https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61099
Francois-Xavier Coudert <fxcoudert at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|WAITING |RESOLVED CC| |fxcoudert at gcc dot gnu.org Resolution|--- |INVALID --- Comment #8 from Francois-Xavier Coudert <fxcoudert at gcc dot gnu.org> --- The assembler issue was submitted to Apple as bug #18860674. I don't have high hopes, but I don't think there's much more we can do. For completude: one-line C testcase that triggers the same issue: static int x[576000000] = { 0 }; and generated assembler code which the GNU-based as cannot handle: .zerofill __DATA,__bss6,_x,2304000000,6 .subsections_via_symbols