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