gcc-14-20250308 is now available

2025-03-08 Thread GCC Administrator via Gcc
Snapshot gcc-14-20250308 is now available on https://gcc.gnu.org/pub/gcc/snapshots/14-20250308/ and on various mirrors, see https://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 14 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-08 Thread Jose E. Marchesi via Gcc
> Hi, > > On Fri, Mar 07, 2025 at 03:57:40PM +, Richard Earnshaw (lists) via Gcc > wrote: >> On 07/03/2025 15:41, Jose E. Marchesi via Gcc wrote: >> > The Steering Committee has decided not to merge the Algol 68 Front-End >> > in master at this point, but is ok with us using a branch in gcc.

a super regular RISC that encodes constants in immediate blocks.

2025-03-08 Thread Michael Clark via Gcc
Hi Folks, here is an idea expressed as a simple proof-of-concept simulator. - https://github.com/michaeljclark/glyph/ I have been working on a proof-of-concept simulator for a RISC architecture with an immediate base register next to the program counter to split the front-end stream into inde

Re: make error when builing gcc

2025-03-08 Thread Jonathan Wakely via Gcc
On Sat, 8 Mar 2025, 08:43 LIU Hao via Gcc, wrote: > 在 2025-3-8 15:20, Gwen Fu 写道: > > OS : CentOS7 > > The official documentation doesn't mention any installation requirement > about lib{isl , zstd} . > > [please reply to all.] > But not on this list, it belongs on gcc-help > They are mention

Re: make error when builing gcc

2025-03-08 Thread LIU Hao via Gcc
在 2025-3-8 15:20, Gwen Fu 写道: OS : CentOS7 The official documentation doesn't mention any installation requirement about lib{isl , zstd} . [please reply to all.] They are mentioned, but are optional: https://gcc.gnu.org/install/prerequisites.html And I run "../gcc/configure  --enable-lang

Re: make error when builing gcc

2025-03-08 Thread Jonathan Wakely via Gcc
Also please use the gcc-help list for questions like this. On Sat, 8 Mar 2025, 08:24 Jonathan Wakely, wrote: > > > On Sat, 8 Mar 2025, 06:34 Gwen Fu via Gcc, wrote: > >> After I finished ../gcc/configure --prefix=$HOME/GCC-4.6.2 >> --enable-languages=c,c++,fortran --disable-multilib , I exe

Re: make error when builing gcc

2025-03-08 Thread Jonathan Wakely via Gcc
On Sat, 8 Mar 2025, 06:34 Gwen Fu via Gcc, wrote: > After I finished ../gcc/configure --prefix=$HOME/GCC-4.6.2 > --enable-languages=c,c++,fortran --disable-multilib , I executed "make -j > 2" . However , error occurred ! > I assume you copied this from https://GCC.gnu.org/wiki/InstallingGCC

Re: make error when builing gcc

2025-03-08 Thread Jonathan Wakely via Gcc
On Sat, 8 Mar 2025, 06:55 LIU Hao via Gcc, wrote: > 在 2025-3-8 14:33, Gwen Fu via Gcc 写道: > > After I finished ../gcc/configure --prefix=$HOME/GCC-4.6.2 > > --enable-languages=c,c++,fortran --disable-multilib , I executed "make -j > > 2" . However , error occurred ! > > > > What system are you