gcc-13-20221030 is now available

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

Re: [Mingw-w64-public] Problems when building NT kernel drivers with GCC / LD

2022-10-30 Thread ralph engels via Gcc
i think most of it stems from binutils tools being geared towards linux driver development ? and since noone before has shown much interrest in developing drivers for windows using the gnu tools. I also think that there might be some pitfalls -> incompatible exception models for one (most mingw

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

2022-10-30 Thread eop Chen
Hi all, A reminder that the next open meeting to discuss on the RISC-V V C Intrinsic API v1.0 release is going to be held on 2022/10/31 7AM (GMT -7) / 10PM (GMT +8). The agenda can be found in the second page of the meeting slides (link

Fwd: Request easy bug fix

2022-10-30 Thread Baruch Burstein via Gcc
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:34, Baruch Burstein via Gcc < >> > gcc@gcc.gnu.org> >> > wrote: >> > >> > > Hi, >>

Re: [Mingw-w64-public] Problems when building NT kernel drivers with GCC / LD

2022-10-30 Thread Martin Storsjö
On Sun, 30 Oct 2022, Pali Rohár wrote: * LD --dynamicbase is not working correctly. If used for PE executables (not dynamic libraries) then it does *not* generate relocation info. And without relocation info in PE binary, it is not possible to relocate base address. Which makes dynamic base n