From: GCC Administrator Date: Sun, 3 Sep 2023 00:16:32 +0000 (+0000) Subject: Daily bump. X-Git-Tag: basepoints/gcc-15~6502 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f48aba019f2fa3c9a6a076d4f460839ad39839a;p=thirdparty%2Fgcc.git Daily bump. --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ec3ac9b372b5..d78c48343e1b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,19 @@ +2023-09-02 Mikael Morin + + * tree-diagnostic.cc (tree_diagnostics_defaults): Delete allocated + pointer before overwriting it. + +2023-09-02 chenxiaolong + + * config/loongarch/loongarch-builtins.cc (loongarch_init_builtins): + Associate the __float128 type to float128_type_node so that it can + be recognized by the compiler. + * config/loongarch/loongarch-c.cc (loongarch_cpu_cpp_builtins): + Add the flag "FLOAT128_TYPE" to gcc and associate a function + with the suffix "q" to "f128". + * doc/extend.texi:Added support for 128-bit floating-point functions on + the LoongArch architecture. + 2023-09-01 Jakub Jelinek PR c++/111069 diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 1827d0b78bf3..1c5d903247c4 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20230902 +20230903 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index a93acd902103..099a11255b82 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2023-09-02 chenxiaolong + + * gcc.target/loongarch/math-float-128.c: New test. + 2023-09-01 Harald Anlauf PR fortran/31059