]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 25 Oct 2020 00:16:26 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 25 Oct 2020 00:16:26 +0000 (00:16 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog

index 95aa1b5654faccd9341c322535b873b3308e1ef0..a0492520e5c168ef7388735ffc0a09e26ca05bf1 100644 (file)
@@ -1,3 +1,38 @@
+2020-10-24  H.J. Lu  <hjl.tools@gmail.com>
+
+       PR bootstrap/97451
+       * configure.ac (HAVE_AS_WORKING_DWARF_4_FLAG): Renamed to ...
+       (HAVE_AS_WORKING_DWARF_N_FLAG): This.  Don't define if there is
+       an extra assembly input file in debug info.  Replace success
+       with dwarf4_success in the 32-bit --gdwarf-4 check.
+       * dwarf2out.c (asm_outputs_debug_line_str): Check
+       HAVE_AS_WORKING_DWARF_N_FLAG instead of
+       HAVE_AS_WORKING_DWARF_4_FLAG.
+       * gcc.c (ASM_DEBUG_SPEC): Likewise.
+       (ASM_DEBUG_OPTION_SPEC): Likewise.
+       * config.in: Regenerated.
+       * configure: Likewise.
+
+2020-10-24  Aldy Hernandez  <aldyh@redhat.com>
+
+       PR tree-optimization/97538
+       * calls.c (get_size_range): Handle undefined ranges.
+
+2020-10-24  Martin Liska  <mliska@suse.cz>
+
+       * cgraph.c (cgraph_node::former_thunk_p): Move out of CHECKING_P
+       macro.
+
+2020-10-24  Alan Modra  <amodra@gmail.com>
+
+       * config/rs6000/rs6000.c (rs6000_legitimate_address_p): Limit
+       AND addressing to just lvx/stvx style addresses.
+
+2020-10-24  Alan Modra  <amodra@gmail.com>
+
+       * config/rs6000/rs6000.md (cstore<mode>4): Don't call
+       rs6000_emit_int_cmove for power10 when -mno-isel.
+
 2020-10-23  Jan Hubicka  <hubicka@ucw.cz>
 
        * Makefile.in: Add symtab-thunks.o
index b858c4c782c277523a9023bc370157bea5ee1d7f..49d6a92f23fb19a8b42451f6667a604b8a37a35f 100644 (file)
@@ -1 +1 @@
-20201024
+20201025
index 67cbc420147dd5912097c1f3b172c3d1963f2ab8..3fe49319c20d62334840daab84c18635f9bf9dd7 100644 (file)
@@ -1,3 +1,10 @@
+2020-10-24  Marek Polacek  <polacek@redhat.com>
+
+       PR c++/96241
+       * constexpr.c (cxx_eval_array_reference): Set up ctx->ctor if we
+       are initializing an aggregate.  Call free_constructor on the new
+       CONSTRUCTOR if it isn't returned from cxx_eval_constant_expression.
+
 2020-10-23  Marek Polacek  <polacek@redhat.com>
 
        PR c++/91741
index 78166d21a44ead7498189f05c59e9d941e9143e3..cc134185819738ef9a598fd8c000317ef6319f05 100644 (file)
@@ -1,3 +1,13 @@
+2020-10-24  Marek Polacek  <polacek@redhat.com>
+
+       PR c++/96241
+       * g++.dg/cpp0x/constexpr-96241.C: New test.
+       * g++.dg/cpp1y/constexpr-96241.C: New test.
+
+2020-10-24  Aldy Hernandez  <aldyh@redhat.com>
+
+       * g++.dg/pr97538.C: New test.
+
 2020-10-23  Marek Polacek  <polacek@redhat.com>
 
        * c-c++-common/Wsizeof-array-div1.c: Expect certain warnings on