Re: PR numbers from Changelogs do not arrive in bugzilla

2021-01-29 Thread Martin Liška
On 1/28/21 9:55 PM, Thomas Koenig via Gcc wrote: Hi, I committed a test case for https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67539 with https://gcc.gnu.org/git/gitweb.cgi?p=gcc.git;h=80198c701a7fc09e736ccffe470ee5033ca59a69 but that commit did not make it into the PR, I put it in by hand. H

Re: Static analysis updates in GCC 11

2021-01-29 Thread David Brown
On 28/01/2021 22:27, David Malcolm wrote: On Thu, 2021-01-28 at 22:06 +0100, David Brown wrote: On 28/01/2021 21:23, David Malcolm via Gcc wrote: I wrote a blog post covering what I've been working on in the analyzer in this release:   https://developers.redhat.com/blog/2021/01/28/static-an

Re: Static analysis updates in GCC 11

2021-01-29 Thread David Brown
On 29/01/2021 01:03, Martin Sebor wrote: On 1/28/21 2:27 PM, David Malcolm via Gcc wrote: On Thu, 2021-01-28 at 22:06 +0100, David Brown wrote: I wrote a feature request for gcc a while back, involving adding tag attributes to functions in order to ensure that certain classes of functions ar

Subreg spilled wrong mode in LRA

2021-01-29 Thread Cooper Qu via Gcc
Hi, I ran into a troublesome problelm about LRA. The case is hard to construct, so I paste the RTL sequence first to ask for help. --- The RTL sequence after IRA: (insn 11 198 1633 20 (set (reg:DI 17

-fstack-usage and -flto the stack usage report is generated

2021-01-29 Thread Visda.Vokhshoori--- via Gcc
Hello, With link time optimization the stack usage information is determined during local transformation and written to program.ltrans0.ltrans.su. There will be one .su file for each partition. All ltrans files, including the .su, are removed unless –save-temps is indicated. Although not ob

gcc-9-20210129 is now available

2021-01-29 Thread GCC Administrator via Gcc
Snapshot gcc-9-20210129 is now available on https://gcc.gnu.org/pub/gcc/snapshots/9-20210129/ 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: Static analysis updates in GCC 11

2021-01-29 Thread Eric Gallager via Gcc
On Sat, Jan 30, 2021 at 2:29 AM Eric Gallager wrote: > > On Thu, Jan 28, 2021 at 3:24 PM David Malcolm via Gcc wrote: > > > > I wrote a blog post covering what I've been working on in the analyzer > > in this release: > > > > https://developers.redhat.com/blog/2021/01/28/static-analysis-updates