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
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