| ... | ... | @@ -102,7 +102,7 @@ int main(int argc, char **argv) { |
| 102 | 102 | const char *cc = get_c_compiler(); |
| 103 | 103 | const char *host_triple = get_host_triple(); |
| 104 | 104 | |
| 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 |
| 106 | 106 | // depending on the union layout and the order in which types are defined. This miscompilation |
| 107 | 107 | // affects the output of the C backend, and thus can affect the bootstrap process. Specifically, |
| 108 | 108 | // we observe that using the self-hosted x86_64 backend in 'zig2' will cause all function calls |