gcc-12-20220102 is now available

2022-01-02 Thread GCC Administrator via Gcc
Snapshot gcc-12-20220102 is now available on https://gcc.gnu.org/pub/gcc/snapshots/12-20220102/ 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

[power-iee128] How to specify linker flags

2022-01-02 Thread Thomas Koenig via Gcc
Hi Michael, If you are building libraries that contain modules with multiple long double types, you must use the '-mno-gnu-attribute'. We also use the '-Wno-psabi' option, which silences the warning that you are switching long double types (if glibc is not 2.34 or newer). We may need to tweak