Re: Last call for bikeshedding on attribute sym/exalias/reverse_alias

2023-09-07 Thread Dave Blanchard
On Fri, 08 Sep 2023 02:25:38 -0300 Alexandre Oliva via Gcc wrote: > Attribute sym, named after symver, is the one in the latest version of > the patch. mnemonic_alias, convenience_alias and asm_alias are other > possibilities that comes to mind. The 2020-August thread has many more. Sounds lik

Incremental LTO Project

2023-09-07 Thread James Hu via Gcc
Hi, I noticed that adding incremental LTO was a GSoC project that was not claimed this cycle ( https://summerofcode.withgoogle.com/programs/2023/organizations/gnu-compiler-collection-gcc). I was curious about working on this project, but wanted to check on the state of the project. Has it already

gcc-11-20230907 is now available

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

Re: [PATCH] analyzer: implement symbolic value support for CPython plugin's refcnt checker [PR107646]

2023-09-07 Thread David Malcolm via Gcc
On Mon, 2023-09-04 at 22:13 -0400, Eric Feng wrote: > Hi Dave, Hi Eric, thanks for the patch. > > Recently I've been working on symbolic value support for the reference > count checker. I've attached a patch for it below; let me know it looks > OK for trunk. Thanks! > > Best, > Eric > > --- >

LRA for avr: Maintain live range info for pseudos assigned to FP?

2023-09-07 Thread SenthilKumar.Selvaraj--- via Gcc
Hi, One more execution failure for the avr target, this time from gcc.c-torture/execute/bitfld-3.c. Steps to reproduce Enable LRA in avr.cc by removing TARGET_LRA_P hook, build with $ make all-host && make install-host and then $ avr-gcc gcc/testsuite/gcc.c-torture/execute/bitfld-3