Re: [committed][PATCH] Stack clash protection patch 02b/08 - V4

2017-09-20 Thread Jeff Law
On 09/20/2017 03:02 PM, Joseph Myers wrote: > This breaks the build for powerpcspe. > > powerpcspe: > /scratch/jmyers/glibc-bot/src/gcc/gcc/config/powerpcspe/powerpcspe.c:29691:10: > error: 'flag_stack_check_protection' was not declared in this scope >|| flag_stack_check_protection) >

Re: [committed][PATCH] Stack clash protection patch 02b/08 - V4

2017-09-20 Thread Jeff Law
On 09/20/2017 03:02 PM, Joseph Myers wrote: > This breaks the build for powerpcspe. > > powerpcspe: > /scratch/jmyers/glibc-bot/src/gcc/gcc/config/powerpcspe/powerpcspe.c:29691:10: > error: 'flag_stack_check_protection' was not declared in this scope >|| flag_stack_check_protection) >

Re: [committed][PATCH] Stack clash protection patch 02b/08 - V4

2017-09-20 Thread Joseph Myers
This breaks the build for powerpcspe. powerpcspe: /scratch/jmyers/glibc-bot/src/gcc/gcc/config/powerpcspe/powerpcspe.c:29691:10: error: 'flag_stack_check_protection' was not declared in this scope || flag_stack_check_protection) ^ -- Joseph S. Myers jos...@codesourcery.com

[committed][PATCH] Stack clash protection patch 02b/08 - V4

2017-09-19 Thread Jeff Law
The only change since V3 of this patch was to fix a typo in the sparc.c changes. The purpose of this patch is to allow targets that are not going to have stack-clash protected prologues to use their -fstack-check=specific prologue support to provide a degree of protection for their prologue stack