On Mon, 27 Nov 2023 at 11:33, Tobias Burnus wrote:
>
> Hi,
>
> On 27.11.23 11:20, Christophe Lyon wrote:
>
> > I think the lack of final '.' in:
>
> Indeed - but you are lagging a bit behind:
>
> https://gcc.gnu.org/pipermail/gcc-patches/2023-November/638128.html
>
> [committed] c-family/c.opt (-W
Hi,
On 27.11.23 11:20, Christophe Lyon wrote:
I think the lack of final '.' in:
Indeed - but you are lagging a bit behind:
https://gcc.gnu.org/pipermail/gcc-patches/2023-November/638128.html
[committed] c-family/c.opt (-Wopenmp): Add missing tailing '.'
Fri Nov 24 18:56:21 GMT 2023
Commit
On Mon, Nov 27, 2023 at 11:20:20AM +0100, Christophe Lyon wrote:
> On Fri, 24 Nov 2023 at 15:08, Jakub Jelinek wrote:
> > > Comments or remarks before I commit it?
> >
> > LGTM, thanks for working on it.
> >
> > Jakub
> >
>
> I think the lack of final '.' in:
> gcc/c-family/c.opt
> + Warn
Hi!
On Fri, 24 Nov 2023 at 15:08, Jakub Jelinek wrote:
>
> On Fri, Nov 24, 2023 at 02:51:28PM +0100, Tobias Burnus wrote:
> > Following the general trend to add a "[-W...]" to the warning messages
> > for both better grouping of the warnings and - more importantly - for
> > providing
> > a means
On Fri, Nov 24, 2023 at 02:51:28PM +0100, Tobias Burnus wrote:
> Following the general trend to add a "[-W...]" to the warning messages
> for both better grouping of the warnings and - more importantly - for
> providing
> a means to silence such a warning (or to -Werror= them explicitly), this pat
Following the general trend to add a "[-W...]" to the warning messages
for both better grouping of the warnings and - more importantly - for providing
a means to silence such a warning (or to -Werror= them explicitly), this patch
replaces several '0' by OPT_Wopenmp.
Comments or remarks before I c