gcc-14-20231105 is now available

2023-11-05 Thread GCC Administrator via Gcc
Snapshot gcc-14-20231105 is now available on https://gcc.gnu.org/pub/gcc/snapshots/14-20231105/ and on various mirrors, see http://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: Advice on how to disable floating point instructions

2023-11-05 Thread Enrico via Gcc
Thank you Andrew for the hint. I noticed that the option Mask() is used a lot with the flag msoft-float. The documentation states that Mask sets a flag in the target_flags variable. What is the advantage of setting a flag in target_flags, compared to using Var() on a custom variable? Thank you Be