Re: Build failure due to format-truncation

2021-06-20 Thread José Rui Faustino de Sousa via Gcc
On 18/06/21 00:05, Martin Sebor wrote: Right, with -O0 we understand why it happens. I think I have found a minimal way to reproduce the build failure: make BOOT_CFLAGS="-O0" bootstrap No environment variables set. Setting CFLAGS, CXXFLAGS or both does not seem to have any effect. Addition

gcc-12-20210620 is now available

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

Hongtao Liu as x86 vectorization maintainer

2021-06-20 Thread Jason Merrill via Gcc
I am pleased to announce that the GCC Steering Committee has appointed Hongtao Liu as maintainer of the i386 vector extensions in GCC. Hongtao, please update your listing in the MAINTAINERS file. Cheers, Jason

RE: Hongtao Liu as x86 vectorization maintainer

2021-06-20 Thread Liu, Hongtao via Gcc
>-Original Message- >From: Jason Merrill >Sent: Monday, June 21, 2021 10:07 AM >To: Liu, Hongtao >Cc: gcc Mailing List ; Marek Polacek >Subject: Hongtao Liu as x86 vectorization maintainer > >I am pleased to announce that the GCC Steering Committee has appointed >Hongtao Liu as maintai

Looking for newcomer project

2021-06-20 Thread Super Man via Gcc
Hi all, I am want to contribute to GCC as a volunteer. And I am seeking the guidance on which project to select. I have build the GCC and run the test cases. I have read through GCC summer of code page and few other related documentation Currently I have no preference, I am available to any pr

Re: [Patch] contrib/mklog.py: Improve PR handling (was: git gcc-commit-mklog doesn't extract PR number to ChangeLog)

2021-06-20 Thread Tobias Burnus
On 18.06.21 16:41, Jason Merrill wrote: * Being able to specify the PR numbers on the command line in addition (currently, they are only extracted from the testsuite patches) This bit seems unnecessary to me, since we want the commit to include tests that identify the PR. I full h