Re: out-of-bounds heap access in IRA

2022-10-31 Thread Max Filippov via Gcc
On Mon, Oct 31, 2022 at 1:23 PM Max Filippov wrote: > I've been playing with a cross-compiler built with ASAN for > target=xtensa-linux-uclibc and I was consistently getting a > report for out-of-bound heap access inside IRA. I'll file a bug report. -- Thanks. -- Max

Re: RISC-V V C Intrinsic API v1.0 release meeting reminder (October 31, 2022)

2022-10-31 Thread eop Chen
The meeting minutes in added in the note. You can also find it under riscv-admin/rvv-intrinsics. > eop Chen

Re: Request easy bug fix

2022-10-31 Thread Baruch Burstein via Gcc
On Mon, Oct 31, 2022 at 4:03 PM Jonathan Wakely wrote: > > You've waited until two weeks before the deadline for GCC 13 changes! > I'll re-propose my patch, but it would have been much better to do it > when I wasn't rushing to get 20 *other* changes finished in the next > two weeks! Thank you,

Re: Request easy bug fix

2022-10-31 Thread Jonathan Wakely via Gcc
On Sun, 30 Oct 2022 at 15:02, Baruch Burstein via Gcc wrote: > > On Tue, Feb 15, 2022 at 5:20 PM Jonathan Wakely > wrote: > > > > > > > On Tue, 15 Feb 2022 at 13:58, David Malcolm wrote: > > > >> On Tue, 2022-02-15 at 12:55 +, Jonathan Wakely via Gcc wrote: > >> > On Tue, 15 Feb 2022 at 12:3

Re: RISC-V V C Intrinsic API v1.0 release meeting reminder (October 31, 2022)

2022-10-31 Thread eop Chen
Sorry for the late notice, the zoom link was updated (which we are now using the one hosted by RVI). Meeting link: https://zoom.us/j/96312719575 Passcode: 49482

Re: Problems when building NT kernel drivers with GCC / LD

2022-10-31 Thread Jan Beulich via Gcc
On 30.10.2022 02:06, Pali Rohár via Binutils wrote: > * GCC or LD (not sure who) sets memory alignment characteristics > (IMAGE_SCN_ALIGN_MASK) into the sections of PE executable binary. > These characteristics should be only in COFF object files, not > executable binaries. Specially they sho