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
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
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
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)));
| ^~~
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