Re: [PATCHv2] Error out stack-protector unavailability on AIX

2025-08-29 Thread Segher Boessenkool
Hi! Please cc: me on all rs6000 patches. I'm the only active maintainer of it and everything. David already okayed it, so everything did work out :-) Thanks everyone! > diff --git a/gcc/config/rs6000/aix.h b/gcc/config/rs6000/aix.h > index 9e7edbb2f22..5b03b068139 100644 > --- a/gcc/config/rs6

Re: [PATCHv2] Error out stack-protector unavailability on AIX

2025-08-28 Thread David Edelsohn
On Thu, Aug 28, 2025 at 9:18 AM Ayappan wrote: > Hi Team, > Kindly review the below patch and let me know if any changes are > required., > > On Thu, Aug 14, 2025 at 3:14 PM Ayappan Perumal > wrote: > >> From: Ayappan Perumal >> >> --- >> stack-protector is not supported in GCC on AIX. This pat

Re: [PATCHv2] Error out stack-protector unavailability on AIX

2025-08-28 Thread Ayappan
Hi Team, Kindly review the below patch and let me know if any changes are required., On Thu, Aug 14, 2025 at 3:14 PM Ayappan Perumal wrote: > From: Ayappan Perumal > > --- > stack-protector is not supported in GCC on AIX. This patch is to fail the > compilation if -fstack-protector option is pa

[PATCHv2] Error out stack-protector unavailability on AIX

2025-08-14 Thread Ayappan Perumal
From: Ayappan Perumal --- stack-protector is not supported in GCC on AIX. This patch is to fail the compilation if -fstack-protector option is passed. gcc/config/rs6000/aix.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gcc/config/rs6000/aix.h b/gcc/config/rs6000/aix.h