]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 3 Sep 2023 00:16:32 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 3 Sep 2023 00:16:32 +0000 (00:16 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog

index ec3ac9b372b561366f054078175e47d1caf3b341..d78c48343e1b4807cda08a72addde5080f9e4d0e 100644 (file)
@@ -1,3 +1,19 @@
+2023-09-02  Mikael Morin  <mikael@gcc.gnu.org>
+
+       * tree-diagnostic.cc (tree_diagnostics_defaults): Delete allocated
+       pointer before overwriting it.
+
+2023-09-02  chenxiaolong  <chenxiaolong@loongson.cn>
+
+       * 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  <jakub@redhat.com>
 
        PR c++/111069
index 1827d0b78bf302ff556ca297c7eae52321a22ac1..1c5d903247c4978ae4f77749d7195100a4927594 100644 (file)
@@ -1 +1 @@
-20230902
+20230903
index a93acd9021035c2c3a0a737e04eb570f1cadf13a..099a11255b82d1ef6cd77651306f06ef0afb06d9 100644 (file)
@@ -1,3 +1,7 @@
+2023-09-02  chenxiaolong  <chenxiaolong@loongson.cn>
+
+       * gcc.target/loongarch/math-float-128.c: New test.
+
 2023-09-01  Harald Anlauf  <anlauf@gmx.de>
 
        PR fortran/31059