[PATCH] fix cygwin builds

Jim Wilson wilson@tuliptree.org
Mon Oct 30 02:07:00 GMT 2017


Cygwin builds were accidentally broken by the patch for PR
sanitize/82517.  This added uses of MAX_SUPPORTED_STACK_ALIGNMENT,
which for cygwin expands to a call to ix86_cfun_abi(), and hence we
need an include of tm_p.h which is currently missing.

Tested with a cygwin default languages bootstrap.

Checked in under the obvious rule.

Jim
-------------- next part --------------
A non-text attachment was scrubbed...
Name: cygwin-build.patch
Type: text/x-patch
Size: 407 bytes
Desc: 
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20171030/8ce39325/attachment.bin>


More information about the Gcc-patches mailing list