authorgravatar for mlugg@mlugg.co.ukMatthew Lugg <mlugg@mlugg.co.uk> 2026-03-12 12:21:45+00:00
committergravatar for mlugg@mlugg.co.ukMatthew Lugg <mlugg@mlugg.co.uk> 2026-03-12 12:22:24+00:00
log58d33f51ceee33e595ceddc2734bddc1ce7af4a7
tree4963ae559b4d37ec89fbfa53ae6fc5415e03c521
parentd5a84b69a5ba55cbc923a80d016e14f44828f482
signaturelock-open Commit is signed but in an unrecognized format.

bootstrap.c: correct comment


1 files changed, 1 insertions(+), 1 deletions(-)

bootstrap.c+1-1
......@@ -102,7 +102,7 @@ int main(int argc, char **argv) {
102102 const char *cc = get_c_compiler();
103103 const char *host_triple = get_host_triple();
104104
105 // GCC versions 13.0--14.1 have a miscompilation where some bytes of a union may get clobbered
105 // GCC versions 10.0--15.1 have a miscompilation where some bytes of a union may get clobbered
106106 // depending on the union layout and the order in which types are defined. This miscompilation
107107 // affects the output of the C backend, and thus can affect the bootstrap process. Specifically,
108108 // we observe that using the self-hosted x86_64 backend in 'zig2' will cause all function calls