https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78468
Rainer Orth <ro at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Last reconfirmed|2016-11-25 00:00:00 |2017-9-6
CC| |wilco at gcc dot gnu.org
Version|7.0 |8.0
Resolution|FIXED |---
Target Milestone|7.0 |8.0
Summary|[7 regression] |[8 regression]
|libgomp.c/reduction-10.c |libgomp.c/reduction-10.c
|and many more FAIL |and many more FAIL
--- Comment #37 from Rainer Orth <ro at gcc dot gnu.org> ---
This patch
2017-09-05 Wilco Dijkstra <[email protected]>
* explow.c (get_dynamic_stack_size): Improve dynamic alignment.
brought the exact same set of failures back on sparc-sun-solaris2.11.
Rainer