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

2025-09-05 Thread Ayappan
thing is good, can the changes be merged ? Thanks Ayappan On Tue, Sep 2, 2025 at 3:17 PM Segher Boessenkool wrote: > > On Tue, Sep 02, 2025 at 03:01:27PM +0530, Ayappan wrote: > > > Wow. So this shortcoming harks back to the origin of time. > > > > > > Why wa

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

2025-09-03 Thread Ayappan
All active releases I would say. That would be GCC 13, 14 and 15 if I am not wrong. Thanks Ayappan On Mon, Sep 1, 2025 at 10:11 PM Segher Boessenkool < seg...@kernel.crashing.org> wrote: > On Mon, Sep 01, 2025 at 09:54:41PM +0530, Ayappan wrote: > > Yes, that would be really he

[PATCHv3] Error out stack-protector unavailability on AIX

2025-09-02 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

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

2025-09-02 Thread Ayappan
whether we really need a testcase for this. Thanks Ayappan On Tue, Sep 2, 2025 at 11:40 AM Segher Boessenkool wrote: > > On Tue, Sep 02, 2025 at 10:01:54AM +0530, Ayappan wrote: > > All active releases I would say. That would be GCC 13, 14 and 15 if I am not > > wrong. > &g

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

2025-09-01 Thread Ayappan
Yes, that would be really helpful. Thanks Ayappan On Mon, Sep 1, 2025 at 9:31 PM Segher Boessenkool < seg...@kernel.crashing.org> wrote: > Excellent. Thank you. Okay for trunk, as David said. > > Do you want backports for this? > > > Segher > > > On Mon,

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-prot

[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

[PATCH] Error out stack-protector unavailability on AIX

2025-08-14 Thread Ayappan Perumal
From: Ayappan Perumal diff --git a/gcc/config/rs6000/aix.h b/gcc/config/rs6000/aix.h index 9e7edbb2f22..5b03b068139 100644 --- a/gcc/config/rs6000/aix.h +++ b/gcc/config/rs6000/aix.h @@ -281,4 +281,6 @@ #undef SUBTARGET_DRIVER_SELF_SPECS #define SUBTARGET_DRIVER_SELF_SPECS\ "%{m64:-maix64} %