RISC-V V C Intrinsic API v1.0 release meeting reminder (September 05th, 2023)

2023-09-04 Thread Eop Chen via Gcc
Hi all, Since 09/04 is Labor Day in the States and people may not be able to attend, the meeting is postponed one day later, to 09/05, of the same time slot. A reminder that the next open meeting to discuss on the RISC-V V C Intrinsic API v1.0 is going to be held tomorrow on 2023/09/05 7AM (GM

Relocations to odd addresses in .eh_frame section

2023-09-04 Thread Vincent Rivière
Hi, By looking at the sections generated by m68k-elf-g++, I noticed there was relocations to odd addresses in the .eh_frame section. Is this expected? Is there a way to avoid that, maybe by adding some padding? Actually, I would like to upgrade the experimental m68k-atari-mintelf toolchain f

Re: Relocations to odd addresses in .eh_frame section

2023-09-04 Thread Andreas Schwab via Gcc
On Sep 04 2023, Vincent Rivière wrote: > By looking at the sections generated by m68k-elf-g++, I noticed there was > relocations to odd addresses in the .eh_frame section. Is this expected? > Is there a way to avoid that, maybe by adding some padding? I think you need to change ASM_PREFERRED_EH_D

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

2023-09-04 Thread Eric Feng via Gcc
Hi Dave, 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 --- This patch enhances the reference count checker in the CPython plugin by adding support for symbolic value