Re: RFC: Sphinx for GCC documentation

2021-05-13 Thread Martin Liška
On 4/1/21 3:30 PM, Martin Liška wrote: That said, I'm asking the GCC community for a green light before I invest more time on it? Hello. So far, I've received just a small feedback about the transition. In most cases positive. May I understand it as green light for the transition? Thanks, M

Re: Can I push code to GCC?

2021-05-13 Thread Jeff Law via Gcc
On 5/10/2021 7:01 AM, juzhe.zh...@rivai.ai wrote: Hi, I am a compiler engineer base on GCC in China. Recently, I develop a new pattern for vector widen multiply-accumulator(I call it widen fma) because the ISA in my project has the instruction (vwmacc). I develop a lot of code especiallly fro

Why don't recently added -Wexceptions and -Winvalid-imported-macros use "Warning" flag?

2021-05-13 Thread Vadim Zeitlin
Hello, While running my script[1] parsing gcc/c-family/c.opt to extract information about the new warnings for C++ programs, I've noticed that a couple of new warnings in gcc 11 don't use the "Warning" flag which, I had assumed, would be used for all warnings (with a couple of historical excepti

gettext, _, N_, and G_

2021-05-13 Thread Jason Merrill via Gcc
I understand that the difference between the _ macro and the N_ macro is that the former is used to force a gettext call on the argument and the latter is used for strings for which gettext will be called later. But I don't see any documentation about why/when we should use the G_ macro instead of

Re: gettext, _, N_, and G_

2021-05-13 Thread Jakub Jelinek via Gcc
On Thu, May 13, 2021 at 06:01:39PM -0400, Jason Merrill via Gcc wrote: > I understand that the difference between the _ macro and the N_ macro is > that the former is used to force a gettext call on the argument and the > latter is used for strings for which gettext will be called later. But I > d

gcc-9-20210513 is now available

2021-05-13 Thread GCC Administrator via Gcc
Snapshot gcc-9-20210513 is now available on https://gcc.gnu.org/pub/gcc/snapshots/9-20210513/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 9 git branch with the following options: git://gcc.gnu.org/git/gcc.git branch

Re: gettext, _, N_, and G_

2021-05-13 Thread Jason Merrill via Gcc
On 5/13/21 6:13 PM, Jakub Jelinek wrote: On Thu, May 13, 2021 at 06:01:39PM -0400, Jason Merrill via Gcc wrote: I understand that the difference between the _ macro and the N_ macro is that the former is used to force a gettext call on the argument and the latter is used for strings for which ge