https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65867
Bug ID: 65867
Summary: [5 Regression] bootstrap fails for mingw32 due to
missing header in ssp.c
Product: gcc
Version: 5.1.0
Status: UNCONFIRMED
Severity: trivial
Priority: P3
Component: target
Assignee: unassigned at gcc dot gnu.org
Reporter: daniel.f.starke at freenet dot de
Created attachment 35392
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35392&action=edit
patch
Bootstrapping gcc 5.1 with ming32 (not mingw32-w64) fails due to missing
include of wincrypt.h within ssp.c. See attachment for a possible patch.