commit 58d33f51ceee33e595ceddc2734bddc1ce7af4a7 (tree)
parent d5a84b69a5ba55cbc923a80d016e14f44828f482
Author: Matthew Lugg <mlugg@mlugg.co.uk>
Date: Thu, 12 Mar 2026 12:21:45 +0000
bootstrap.c: correct comment
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bootstrap.c b/bootstrap.c
@@ -102,7 +102,7 @@ int main(int argc, char **argv) {
const char *cc = get_c_compiler();
const char *host_triple = get_host_triple();
- // GCC versions 13.0--14.1 have a miscompilation where some bytes of a union may get clobbered
+ // GCC versions 10.0--15.1 have a miscompilation where some bytes of a union may get clobbered
// depending on the union layout and the order in which types are defined. This miscompilation
// affects the output of the C backend, and thus can affect the bootstrap process. Specifically,
// we observe that using the self-hosted x86_64 backend in 'zig2' will cause all function calls