[GSoC][Fortran – DO CONCURRENT] Interest in 2025 GSoC – Fortran DO CONCURRENT Auto-Parallelization

2025-03-09 Thread Zhang lv via Gcc
Hi here, I'm a Master of Computer Science student at the University of Melbourne. Previously, I worked on implementing a GCC optimization prefetching pass (which involved loop unrolling) for an Alpha-like computer architecture. I'm set to complete my research project in July and graduate soon. I'

Re: [RFC] RISC-V: Go PLT for CALL/JUMP/RVC_JUMP if `h->plt.offset' isn't -1

2025-03-09 Thread Fangrui Song
On Sun, Mar 9, 2025 at 7:59 PM Nelson Chu wrote: > > > > On Mon, Mar 10, 2025 at 10:04 AM Fangrui Song wrote: >> >> I am intrigued by the problem but I have trouble understanding the >> description. What behavior does this patch change? >> >> > riscv64-unknown-linux-gnu-gcc test.c >> > -Wl,--unr

Re: [RFC] RISC-V: Go PLT for CALL/JUMP/RVC_JUMP if `h->plt.offset' isn't -1

2025-03-09 Thread Nelson Chu
On Mon, Mar 10, 2025 at 10:04 AM Fangrui Song wrote: > I am intrigued by the problem but I have trouble understanding the > description. What behavior does this patch change? > > > riscv64-unknown-linux-gnu-gcc test.c > -Wl,--unresolved-symbols=ignore-in-object-files > > There is no -nostdlib, th

Re: [RFC] RISC-V: Go PLT for CALL/JUMP/RVC_JUMP if `h->plt.offset' isn't -1

2025-03-09 Thread Fangrui Song
On Thu, Mar 6, 2025 at 7:05 PM Nelson Chu wrote: > > Committed, thanks. > > Nelson > > On Mon, Mar 3, 2025 at 11:51 AM Nelson Chu wrote: >> >> Looks like we could give it a try and see if it works and won't affect >> current projects. I will commit it before this weekend if there are no >> obj

gcc-15-20250309 is now available

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

Re: What branch to use for the Algol 68 front-end

2025-03-09 Thread Mark Wielaard
Hi Jose, On Sat, Mar 08, 2025 at 02:17:52PM +0100, Jose E. Marchesi wrote: > > Since you already have a fork on the (experimental) forge we could > > also move your fork under https://forge.sourceware.org/gcc that way > > you can experiment with merge requests if you like. Even if all your > > pat