http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56898
Bug #: 56898 Summary: stack smashing protector for alpha Classification: Unclassified Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: target AssignedTo: unassig...@gcc.gnu.org ReportedBy: marty...@venck.us Hi, The attached diff brings stack smashing protector for alpha by reorganizing soft frame pointer so that locals are below it and grow downwards. In a similar fashion as mips. Martynas.