This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/78468] [7 regression] libgomp.c/reduction-10.c and many more FAIL


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78468

--- Comment #26 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
> So do we want a target hook that can override these alignments, or new
> macros for each of the alignments that default to STACK_BOUNDARY?

No strong opinion, but IMO the main issue is to arrange for the default to be
conservatively safe so that we don't have to go over the ~50 architectures.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]