Re: [PATCH] Make Warray-bounds alias to Warray-bounds= [PR107787]

2022-11-29 Thread Richard Biener via Gcc-patches
patch, feel free to integrate the testsuite changes. > > Thanks, but it seems to me that duplicating existing tests seems redundant to > test functionality of -Werror=array-bounds=X. > > > From bf047e36392dab138db10be2ec257d08c376ada5 Mon Sep 17 00:00:00 2001 > From: Iska

Re: [PATCH] Make Warray-bounds alias to Warray-bounds= [PR107787]

2022-11-24 Thread Iskander Shakirzyanov via Gcc-patches
t functionality of -Werror=array-bounds=X. From bf047e36392dab138db10be2ec257d08c376ada5 Mon Sep 17 00:00:00 2001 From: Iskander Shakirzyanov Date: Thu, 24 Nov 2022 14:26:59 +0000 Subject: [PATCH] Make Warray-bounds alias to Warray-bounds= [PR107787] According to documentation the -Werror= option makes the speci

Re: [PATCH] Make Warray-bounds alias to Warray-bounds= [PR107787]

2022-11-24 Thread Franz Sirl
Am 2022-11-23 um 21:11 schrieb Richard Biener via Gcc-patches: On Wed, Nov 23, 2022 at 3:08 PM Iskander Shakirzyanov via Gcc-patches wrote: Hi! Sorry for the initially missing description. The following patch changes the definition of -Warray-bounds to an Alias to -Warray-bounds=1. This is

Re: [PATCH] Make Warray-bounds alias to Warray-bounds= [PR107787]

2022-11-23 Thread Richard Biener via Gcc-patches
u bootstrapped it and ran the testsuite then it's OK. Thanks, Richard. > > From 51559e862d191a1f51cc9af11f0d9be5fbc0b43c Mon Sep 17 00:00:00 2001 > From: Iskander Shakirzyanov > Date: Wed, 23 Nov 2022 12:26:47 +0000 > Subject: [PATCH] Make Warray-bounds alias to Warray-bounds= [PR

Re: [PATCH] Make Warray-bounds alias to Warray-bounds= [PR107787]

2022-11-23 Thread Iskander Shakirzyanov via Gcc-patches
() (diagnostic.cc:1446) through warning_at() passes opt_index of -Warray-bounds, so information about DK_ERROR is lost. From 51559e862d191a1f51cc9af11f0d9be5fbc0b43c Mon Sep 17 00:00:00 2001 From: Iskander Shakirzyanov Date: Wed, 23 Nov 2022 12:26:47 + Subject: [PATCH] Make Warray-bounds alias

[PATCH] Make Warray-bounds alias to Warray-bounds= [PR107787]

2022-11-23 Thread Искандер Шакирзянов via Gcc-patches
From 51559e862d191a1f51cc9af11f0d9be5fbc0b43c Mon Sep 17 00:00:00 2001 From: Iskander Shakirzyanov Date: Wed, 23 Nov 2022 12:26:47 + Subject: [PATCH] Make Warray-bounds alias to Warray-bounds= [PR107787] PR driver/107787 gcc/ChangeLog: * common.opt (Warray-bounds): Turn