diff --git a/rts/sm/GC.c b/rts/sm/GC.c index bd4a81c23c2fe173a960d626e49baec8635a21b5..67eba93d52ee94f7b92cad763629224dcac3e434 100644 --- a/rts/sm/GC.c +++ b/rts/sm/GC.c @@ -128,11 +128,7 @@ uint32_t mutlist_MUTVARS, gc_thread **gc_threads = NULL; #if !defined(THREADED_RTS) -/* Use conservative alignment since we will cast this to a gc_thread and - * consequently the compiler may assume it is aligned. See #15482. - */ -StgWord8 the_gc_thread[sizeof(gc_thread) + 64 * sizeof(gen_workspace)] - __attribute__((aligned(sizeof(W_)))); +StgWord8 the_gc_thread[sizeof(gc_thread) + 64 * sizeof(gen_workspace)]; #endif // Number of threads running in *this* GC. Affects how many