]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 4 Feb 2024 00:16:59 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 4 Feb 2024 00:16:59 +0000 (00:16 +0000)
ChangeLog
gcc/ChangeLog
gcc/DATESTAMP
gcc/d/ChangeLog
gcc/testsuite/ChangeLog
libatomic/ChangeLog
libgfortran/ChangeLog
libphobos/ChangeLog

index c69c0caae6474417b24f5fd44ef93eac2d913f87..aa7bd08f505ef62ec1481969bb05d4405c35dd40 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2024-02-03  Maciej W. Rozycki  <macro@orcam.me.uk>
+
+       * MAINTAINERS: Update my e-mail address.
+
 2024-02-02  Sandra Loosemore  <sloosemore@baylibre.com>
 
        * MAINTAINERS: Update my e-mail address.
index f6ab4fcfd9fc3f3a076d982f36ee89cac5d4718f..32e16d3bba11b43d4e298211883a2d42a2a27222 100644 (file)
@@ -1,3 +1,23 @@
+2024-02-03  Jakub Jelinek  <jakub@redhat.com>
+
+       PR middle-end/113722
+       * wide-int.cc (wi::bswap_large): Rename third argument from
+       len to xlen and adjust use in safe_uhwi.  Add len variable, set
+       it to BLOCKS_NEEDED (precision) and use it for clearing of val
+       and as canonize argument.  Clear val using memset instead of
+       a loop.
+
+2024-02-03  Jakub Jelinek  <jakub@redhat.com>
+
+       * ggc-common.cc (gt_pch_save): Allow addr to be equal to
+       mmi.preferred_base + mmi.size - sizeof (void *).
+
+2024-02-03  Xi Ruoyao  <xry111@xry111.site>
+
+       * config/loongarch/loongarch-def.h (abi_minimal_isa): Declare.
+       * config/loongarch/loongarch-opts.cc (abi_minimal_isa): Remove
+       the ODR-violating locale declaration.
+
 2024-02-02  Tamar Christina  <tamar.christina@arm.com>
 
        PR tree-optimization/113588
index f3c7b76115550fcae44bbea223bc3278b5872395..038ebd257b372a97191201424a608a3cde7c19d1 100644 (file)
@@ -1 +1 @@
-20240203
+20240204
index 1b5db298bfd7233dd3231bff1084b0d9d0be59fe..04bac0248625a7eb0356317eb5c94d1f6ced613a 100644 (file)
@@ -1,3 +1,34 @@
+2024-02-03  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       * dmd/MERGE: Merge upstream dmd e770945277.
+       * Make-lang.in (D_FRONTEND_OBJS): Add d/basicmangle.o, d/enumsem.o,
+       d/funcsem.o, d/templatesem.o.
+       * d-builtins.cc (build_frontend_type): Update for new front-end
+       interface.
+       * d-codegen.cc (declaration_type): Likewise.
+       (parameter_type): Likewise.
+       * d-incpath.cc (add_globalpaths): Likewise.
+       (add_filepaths): Likewise.
+       (add_import_paths): Likewise.
+       * d-lang.cc (d_init_options): Likewise.
+       (d_handle_option): Likewise.
+       (d_parse_file): Likewise.
+       * decl.cc (DeclVisitor::finish_vtable): Likewise.
+       (DeclVisitor::visit (FuncDeclaration *)): Likewise.
+       (get_symbol_decl): Likewise.
+       * expr.cc (ExprVisitor::visit (StringExp *)): Likewise.
+       Implement support for 8-byte hexadecimal strings.
+       * typeinfo.cc (create_tinfo_types): Update internal TypeInfo
+       representation.
+       (TypeInfoVisitor::visit (TypeInfoConstDeclaration *)): Update for new
+       front-end interface.
+       (TypeInfoVisitor::visit (TypeInfoInvariantDeclaration *)): Likewise.
+       (TypeInfoVisitor::visit (TypeInfoSharedDeclaration *)): Likewise.
+       (TypeInfoVisitor::visit (TypeInfoWildDeclaration *)): Likewise.
+       (TypeInfoVisitor::visit (TypeInfoClassDeclaration *)): Move data for
+       TypeInfo_Class.nameSig to the end of the object.
+       (create_typeinfo): Update for new front-end interface.
+
 2024-02-02  Iain Buclaw  <ibuclaw@gdcproject.org>
 
        * dmd/MERGE: Merge upstream dmd bce5c1f7b5.
index 5dc568f8b6310a3b3419ae58ff29e485be241284..aff4a6eb5c3d13d79a64cdcf2db35f7e1df7b4ec 100644 (file)
@@ -1,3 +1,20 @@
+2024-02-03  John David Anglin  <danglin@gcc.gnu.org>
+
+       * gcc.dg/pr84877.c: Adjust xfail parentheses.
+
+2024-02-03  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       PR libfortran/111022
+       * gfortran.dg/fmt_error_10.f: Show D+0 exponent.
+       * gfortran.dg/pr96436_4.f90: Show E+0 exponent.
+       * gfortran.dg/pr96436_5.f90: Show E+0 exponent.
+       * gfortran.dg/pr111022.f90: New test.
+
+2024-02-03  Jakub Jelinek  <jakub@redhat.com>
+
+       PR middle-end/113722
+       * gcc.dg/pr113722.c: New test.
+
 2024-02-03  Patrick Palka  <ppalka@redhat.com>
 
        PR c++/110006
index 128e2cd4bb5d4f504bf89ac5d41e2842284b9625..ab7349967c6321e81599b38ffa86d13db415b1b8 100644 (file)
@@ -1,3 +1,9 @@
+2024-02-03  John David Anglin  <danglin@gcc.gnu.org>
+
+       PR target/59778
+       * configure.tgt (hppa*): Set ARCH.
+       * config/pa/fenv.c: New file.
+
 2024-01-28  Victor Do Nascimento  <victor.donascimento@arm.com>
 
        * config/linux/aarch64/host-config.h (has_lse2): Add test for LSE.
index 8af3882ec596a0ca26dca1b42c0869dea9c1e2b3..c673cd8ca60be165ba86a7fbc9e39a384cb1db7f 100644 (file)
@@ -1,3 +1,20 @@
+2024-02-03  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       PR libfortran/111022
+       * io/format.c (get_fnode): Update initialization of fnode.
+       (parse_format_list): Initialization.
+       * io/format.h (struct fnode): Added the new 'pushed' component.
+       * io/write.c (select_buffer): Whitespace.
+       (write_real): Whitespace.
+       (write_real_w0): Adjust logic for the d == 0 condition.
+       * io/write_float.def (determine_precision): Whitespace.
+       (build_float_string): Calculate width of ..E0 exponents and
+       adjust logic accordingly.
+       (build_infnan_string): Whitespace.
+       (CALCULATE_EXP): Whitespace.
+       (quadmath_snprintf): Whitespace.
+       (determine_en_precision): Whitespace.
+
 2024-01-15  Lipeng Zhu  <lipeng.zhu@intel.com>
 
        * io/io.h (dec_waiting_unlocked): Use
index f186fc2dcfb315878a7d5788b097d2039607df04..5e9445d2b5549c1b578e75fdd099948e93b7d319 100644 (file)
@@ -1,3 +1,15 @@
+2024-02-03  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       * libdruntime/MERGE: Merge upstream druntime e770945277.
+       * libdruntime/Makefile.am (DRUNTIME_SOURCES): Add
+       core/interpolation.d.
+       * libdruntime/Makefile.in: Regenerate.
+       * src/MERGE: Merge upstream phobos 6d6e0b9b9.
+
+2024-02-03  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       * src/MERGE: Merge upstream phobos c6e1f98fa.
+
 2024-02-02  Iain Buclaw  <ibuclaw@gdcproject.org>
 
        * libdruntime/MERGE: Merge upstream druntime bce5c1f7b5.