Re: gnu as

2023-08-18 Thread Jonathan Wakely via Gcc
On Sat, 19 Aug 2023, 00:21 h3140067568--- via Gcc, wrote: > Hi, I am an open-source enthusiast from China. I really like the cross > platform features of AS assembly compilers. I hope the community can > independently open source a branch of the backend assembly compiler of GCC > compiler in gcc.

gnu as

2023-08-18 Thread h3140067568--- via Gcc
Hi, I am an open-source enthusiast from China. I really like the cross platform features of AS assembly compilers. I hope the community can independently open source a branch of the backend assembly compiler of GCC compiler in gcc.gnu.org, just like nasm, and continuously improve it through open

gcc-12-20230818 is now available

2023-08-18 Thread GCC Administrator via Gcc
Snapshot gcc-12-20230818 is now available on https://gcc.gnu.org/pub/gcc/snapshots/12-20230818/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 12 git branch with the following options: git://gcc.gnu.org/git/gcc.git branch

GNU MPFR 4.2.1 Release Candidate

2023-08-18 Thread Vincent Lefevre
The release of GNU MPFR 4.2.1 ("fondue savoyarde", patch level 1) is imminent. Please help to make this release as good as possible by downloading and testing this release candidate: https://www.mpfr.org/mpfr-4.2.1/mpfr-4.2.1-rc1.tar.xz https://www.mpfr.org/mpfr-4.2.1/mpfr-4.2.1-rc1.tar.bz2 https

Testsuite issue and warning about floating-point conversion

2023-08-18 Thread FX Coudert via Gcc
Hello, On the WIP aarch64-darwin port of GCC (https://github.com/iains/gcc-darwin-arm64), there are some C++ testsuite failures which are due to the following: 1. The testsuite check_effective_target_has_q_floating_suffix check tries to compile the code "float dummy = 1.0q;” to determine if th