[Bug libgomp/78468] [7 regression] libgomp.c/reduction-10.c and many more FAIL
ebotcazou at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Nov 25 12:27:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78468
Eric Botcazou <ebotcazou at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2016-11-25
Ever confirmed|0 |1
--- Comment #15 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
> Is the dynamic variable stack area properly aligned? Since sparc.h does not
> define STACK_DYNAMIC_OFFSET it should be aligned to STACK_BONDARY, i.e. 64
> bits.
STACK_POINTER_OFFSET is 92 so the default value of STACK_DYNAMIC_OFFSET given
in function.c is certainly not aligned on STACK_BOUNDARY.
More information about the Gcc-bugs
mailing list