Snapshot gcc-9-20211230 is now available on
https://gcc.gnu.org/pub/gcc/snapshots/9-20211230/
and on various mirrors, see http://gcc.gnu.org/mirrors.html for details.
This snapshot has been generated from the GCC 9 git branch
with the following options: git://gcc.gnu.org/git/gcc.git branch
On Wed, 29 Dec 2021, FX via Gcc wrote:
> Is it particularly hard to do? I came across a post in the list archives
> from Joseph, who said it would be good to have. I’d be willing to try
> and put something together, unless you think it’s a big project. Any
> pointers as to how to start would be
Hi Joseph,
> fixincludes is the right place for a fix for this issue. There is a
> plausible case for having an architecture-independent
> __FLT_EVAL_METHOD___ macro that takes only values defined by
> C99 (regardless of -fpermitted-flt-eval-methods), rather than using the
> new C23 values su
On Fri, 24 Dec 2021, Hongtao Liu via Gcc wrote:
> gcc define __FLT_EVAL_METHOD__ according to
>
> builtin_define_with_int_value ("__FLT_EVAL_METHOD__",
> c_flt_eval_method (true));
>
> and guess we need to handle things like:
>
>/* GCC only supports one interchange type right now, _Float1