Re: New OS Target: unable to emulate ‘XF’

2025-09-18 Thread connor horman via Gcc
Setting a t- file with that flag doesn't fix it, same error. Also, as far as I can tell, that flag is a no-op other than undoing the other CLI flags. On Thu, Sep 18, 2025 at 15:00 H.J. Lu wrote: > On Thu, Sep 18, 2025 at 11:51 AM connor horman > wrote: > > > > FTR, using __float80 directly work

gcc-13-20250918 is now available

2025-09-18 Thread GCC Administrator via Gcc
Snapshot gcc-13-20250918 is now available on https://gcc.gnu.org/pub/gcc/snapshots/13-20250918/ 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

gccrs August 2025 Monthly report

2025-09-18 Thread Arthur Cohen
Hi everyone, Here is our monthly report for gccrs for the month of August 2025. Overview Thanks again to Open Source Security, inc and Embecosm for their ongoing support for this project. Project update The month of August was focused on bug fixing for building core, once again. We id

New OS Target: unable to emulate ‘XF’

2025-09-18 Thread connor horman via Gcc
Hello. I'm currently trying to port gcc to a new OS on x86-64. When building libgcc I get In file included from ../../../libgcc/soft-fp/extendhfxf2.c:32: ../../../libgcc/soft-fp/extended.h:68:1: error: unable to emulate ‘XF’ 68 | typedef float XFtype __attribute__ ((mode (XF))); | ^~~

Re: GCC Compiler 11.2.0 Issue List

2025-09-18 Thread Richard Biener via Gcc
On Mon, Sep 8, 2025 at 1:57 PM Jonathan Wakely via Gcc wrote: > > On Mon, 8 Sept 2025 at 12:02, Manoj Tiwari via Gcc-help > wrote: > > > > Hello Team, > > Please don't cross-post to both gcc@gcc.gnu.org and > gcc-h...@gcc.gnu.org, pick one. > > > I am currently working with gcc version 11.2.0 and