[Bug go/107992] m68k-linux-gnu bootstap error in gofrontend

2024-09-03 Thread glaubitz at physik dot fu-berlin.de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107992 --- Comment #2 from John Paul Adrian Glaubitz --- (In reply to Ian Lance Taylor from comment #1) > Thanks. This is happening because the data structures that Go's garbage > collector uses require that all pointers be aligned on their natural >

[Bug go/107992] m68k-linux-gnu bootstap error in gofrontend

2022-12-06 Thread ian at airs dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107992 --- Comment #1 from Ian Lance Taylor --- Thanks. This is happening because the data structures that Go's garbage collector uses require that all pointers be aligned on their natural boundaries. Unfortunately m68k only provides 2-byte alignment