Re: Question for maintainers: ARCv3 port feasibility

2025-05-15 Thread Richard Biener via Gcc
On Thu, May 15, 2025 at 6:43 PM Andrew Stubbs wrote: > > Dear GCC Maintainers and Steering Committee, > > I'm currently doing a feasibility study and effort estimate for > upstreaming the existing ARCv3 out-of-tree port [1]. > > Question: Is there likely to be any objection to adding a new "arc64"

Question for maintainers: ARCv3 port feasibility

2025-05-15 Thread Andrew Stubbs
Dear GCC Maintainers and Steering Committee, I'm currently doing a feasibility study and effort estimate for upstreaming the existing ARCv3 out-of-tree port [1]. Question: Is there likely to be any objection to adding a new "arc64" port in addition to the existing "arc" port? At this point,

Target hook TARGET_MODES_TIEABLE_P

2025-05-15 Thread Stefan Schulze Frielinghaus via Gcc
Hi all, On s390 we only tie floating-point modes SF and DF, and then all remaining ones: static bool s390_modes_tieable_p (machine_mode mode1, machine_mode mode2) { return ((mode1 == SFmode || mode1 == DFmode) == (mode2 == SFmode || mode2 == DFmode)); } This in turn leads sometimes t

GCC 14.2.1 Status Report (2025-05-15), branch frozen for release

2025-05-15 Thread Richard Biener via Gcc
Status == The GCC 14 branch is now frozen for the GCC 14.3 release, a release candidate is being prepared. All changes to the branch require release manager approval. Previous Report === https://gcc.gnu.org/pipermail/gcc/2025-April/245990.html

GCC 14.3 Release Candidate available from gcc.gnu.org

2025-05-15 Thread Richard Biener via Gcc
The first release candidate for GCC 14.3 is available from https://gcc.gnu.org/pub/gcc/snapshots/14.3.0-RC-20250515/ ftp://gcc.gnu.org/pub/gcc/snapshots/14.3.0-RC-20250515/ and shortly its mirrors. It has been generated from git commit r14-11789-gaa4cd614456de6. I have so far bootstrapped

gcc-13-20250515 is now available

2025-05-15 Thread GCC Administrator via Gcc
Snapshot gcc-13-20250515 is now available on https://gcc.gnu.org/pub/gcc/snapshots/13-20250515/ and on various mirrors, see https://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: Question for maintainers: ARCv3 port feasibility

2025-05-15 Thread Oleg Endo via Gcc
Hi, On Thu, 2025-05-15 at 17:41 +0100, Andrew Stubbs wrote: > Dear GCC Maintainers and Steering Committee, > > I'm currently doing a feasibility study and effort estimate for > upstreaming the existing ARCv3 out-of-tree port [1]. > > Question: Is there likely to be any objection to adding a new

Re: Question for maintainers: ARCv3 port feasibility

2025-05-15 Thread Paul Koning via Gcc
> On May 15, 2025, at 8:06 PM, Oleg Endo via Gcc wrote: > > Hi, > > On Thu, 2025-05-15 at 17:41 +0100, Andrew Stubbs wrote: >> Dear GCC Maintainers and Steering Committee, >> >> I'm currently doing a feasibility study and effort estimate for >> upstreaming the existing ARCv3 out-of-tree por